Re: [PATCH v2 4/5] ixgbe: move common Tx 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 Tx functionality by > moving common functions used both by the regular path and zero-copy > path. > > Signed-off-by: Björn Töpel > --- Thanks! Tested-by: William Tu

[PATCH v2 4/5] ixgbe: move common Tx 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 Tx functionality by moving 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| 9 +++-- drivers/net/ethernet/intel/ixgbe/ixg