Re: [PATCH] net: mvneta: add basic XDP_DROP support

2018-12-19 Thread kbuild test robot
Hi Domagoj, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net/master] [also build test WARNING on v4.20-rc7 next-20181219] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/

[PATCH] net: mvneta: add basic XDP_DROP support

2018-12-19 Thread Domagoj Pintaric
Add initial mvneta XDP support for hardware buffer management enabled devices only. Signed-off-by: Domagoj Pintaric CC: Luka Perkov CC: Thomas Petazzoni CC: David S. Miller --- drivers/net/ethernet/marvell/mvneta.c | 70 +++ 1 file changed, 70 insertions(+) diff --git