]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/netdevice.h
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)
commita953be53ce40440acb4740edb48577b9468d4c3d
treec9bef1d8ce80a7f2dc852f87bcd2a969ef34e1f8
parentab7db91705e95ed1bba1304388936fccfa58c992
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