netifd: Support for configurable default packet steering behavior
authorHans Dedecker <dedeckeh@gmail.com>
Tue, 12 May 2015 11:11:52 +0000 (13:11 +0200)
committerSteven Barth <steven@midlink.org>
Tue, 12 May 2015 17:24:53 +0000 (19:24 +0200)
commit6906beee9df0942fc4e8f27faa8dd3c6ef32cfd7
tree7e84dea00b647e5c256c59aa8e53e1d8b96f0cff
parentd0dcf744ba054c9b572be63519b1415685353c8d
netifd: Support for configurable default packet steering behavior

The default packet steering behavior can be configured via the parameter
default_ps in the global section; the default value is true to keep
backwards compatibility.
Device packet steering (rps/xps) config can still be used to override the
default behavior.
This allows you to disable packet steering for all devices without the need
to define a device config list which disables receive/transmit packet steering

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
config.c
device.c
device.h