]> 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)
commit1d52fe1408a336fb93ab063d72f52489ccc002b1
treec9bef1d8ce80a7f2dc852f87bcd2a969ef34e1f8
parent656857ae5c2821af90fcb48c8dc8669f2ead421f
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