]> git.baikalelectronics.ru Git - kernel.git/commit
net-sysfs: add support for device-specific rx queue sysfs attributes
authorMichael Dalton <mwdalton@google.com>
Fri, 17 Jan 2014 06:23:28 +0000 (22:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jan 2014 07:46:06 +0000 (23:46 -0800)
commit1a780d5dffdba17f129356388f24e953f0fc51fc
treec9bef1d8ce80a7f2dc852f87bcd2a969ef34e1f8
parent65855d28a939141340e709aeaa67e5a1212bc6da
net-sysfs: add support for device-specific rx queue sysfs attributes

Extend existing support for netdevice receive queue sysfs attributes to
permit a device-specific attribute group. Initial use case for this
support will be to allow the virtio-net device to export per-receive
queue mergeable receive buffer size.

Signed-off-by: Michael Dalton <mwdalton@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/core/net-sysfs.c