summaryrefslogtreecommitdiffstats
path: root/include/net/hwbm.h
Commit message (Collapse)AuthorAgeFilesLines
* net: add a hardware buffer management helper APIGregory CLEMENT2016-03-141-0/+28
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>