Re: [PATCH 2/3] i40e: Add XDP_TX support

2016-12-08 Thread Björn Töpel
2016-12-08 20:20 GMT+01:00 kbuild test robot : > Hi Björn, > > [auto build test ERROR on next-20161208] > [cannot apply to jkirsher-next-queue/dev-queue v4.9-rc8 v4.9-rc7 v4.9-rc6 > v4.9-rc8] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] >

Re: [PATCH 2/3] i40e: Add XDP_TX support

2016-12-08 Thread kbuild test robot
Hi Björn, [auto build test ERROR on next-20161208] [cannot apply to jkirsher-next-queue/dev-queue v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.9-rc8] [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/linux/commits/Bj-rn-T-pel

[PATCH 2/3] i40e: Add XDP_TX support

2016-12-08 Thread Björn Töpel
From: Björn Töpel This patch adds proper XDP_TX support. Acked-by: John Fastabend Signed-off-by: Björn Töpel --- drivers/net/ethernet/intel/i40e/i40e.h | 5 + drivers/net/ethernet/intel/i40e/i40e_main.c | 273 - drivers/net/ethernet/intel/i40e/i40e_txrx.c | 304