diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-03-14 09:39:04 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-14 12:19:46 -0400 |
commit | 8cb2d8bf57e6e004c37db2fb4ce74f4d032b7cd0 (patch) | |
tree | d70238eede693b7bf8b42d86a4eab534754ce341 /net/Kconfig | |
parent | dc35a10f68d3781c2345d60b22103785985ca849 (diff) | |
download | linux-stable-8cb2d8bf57e6e004c37db2fb4ce74f4d032b7cd0.tar.gz linux-stable-8cb2d8bf57e6e004c37db2fb4ce74f4d032b7cd0.tar.bz2 linux-stable-8cb2d8bf57e6e004c37db2fb4ce74f4d032b7cd0.zip |
net: add a hardware buffer management helper API
This basic implementation allows to share code between driver using
hardware buffer management. As the code is hardware agnostic, there is
few helpers, most of the optimization brought by the an HW BM has to be
done at driver level.
Tested-by: Sebastian Careba <nitroshift@yahoo.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 10640d5f8bee..e13449870d06 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -253,6 +253,9 @@ config XPS depends on SMP default y +config HWBM + bool + config SOCK_CGROUP_DATA bool default n |