RE: [PATCH net-next 5/6] i40e: Add info trace at loading XDP program

2021-02-03 Thread Kubalewski, Arkadiusz
>On Wed, 3 Feb 2021 10:00:07 + Kubalewski, Arkadiusz wrote: >> >> diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c >> >> b/drivers/net/ethernet/intel/i40e/i40e_main.c >> >> index 521ea9df38d5..f35bd9164106 100644 >> >> --- a/drivers/net/ethernet/intel/i40e/i40e_main.c >> >> +++ b/drive

Re: [PATCH net-next 5/6] i40e: Add info trace at loading XDP program

2021-02-03 Thread Jakub Kicinski
On Wed, 3 Feb 2021 10:00:07 + Kubalewski, Arkadiusz wrote: > >> diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c > >> b/drivers/net/ethernet/intel/i40e/i40e_main.c > >> index 521ea9df38d5..f35bd9164106 100644 > >> --- a/drivers/net/ethernet/intel/i40e/i40e_main.c > >> +++ b/drivers/net

RE: [PATCH net-next 5/6] i40e: Add info trace at loading XDP program

2021-02-03 Thread Kubalewski, Arkadiusz
Hi Kuba, thank you for the comments! >On Mon, 1 Feb 2021 18:24:19 -0800 Tony Nguyen wrote: >> From: Arkadiusz Kubalewski >> >> New trace indicates that the XDP program was loaded. >> The trace has a note that in case of using XDP_REDIRECT, >> number of queues on both interfaces shall be the sam

Re: [PATCH net-next 5/6] i40e: Add info trace at loading XDP program

2021-02-02 Thread Jakub Kicinski
On Mon, 1 Feb 2021 18:24:19 -0800 Tony Nguyen wrote: > From: Arkadiusz Kubalewski > > New trace indicates that the XDP program was loaded. > The trace has a note that in case of using XDP_REDIRECT, > number of queues on both interfaces shall be the same. > This is required for optimal performanc