Re: [PATCH v2 2/5] ixgbe: move common Rx functions to ixgbe_txrx_common.h

2018-10-02 Thread William Tu
On Tue, Oct 2, 2018 at 1:01 AM Björn Töpel wrote: > > From: Björn Töpel > > This patch prepares for the upcoming zero-copy Rx functionality, by > moving/changing linkage of common functions, used both by the regular > path and zero-copy path. > > Signed-off-by: Björn Töpel > --- Thanks!

[PATCH v2 2/5] ixgbe: move common Rx functions to ixgbe_txrx_common.h

2018-10-02 Thread Björn Töpel
From: Björn Töpel This patch prepares for the upcoming zero-copy Rx functionality, by moving/changing linkage of common functions, used both by the regular path and zero-copy path. Signed-off-by: Björn Töpel --- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 29 +++