> -----Original Message----- > From: Intel-wired-lan [mailto:[email protected]] On > Behalf Of Michal Miroslaw > Sent: Tuesday, December 4, 2018 9:31 AM > To: [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH v3 2/2] i40e: DRY rx_ptype handling code > > Move rx_ptype extracting to i40e_process_skb_fields() to avoid duplicating > the code. > > Signed-off-by: Michał Mirosław <[email protected]> > Signed-off-by: Michał Mirosław <[email protected]> > --- > v3: > * no changes > v2: > * fix prototype in i40e_txrx_common.h > --- > drivers/net/ethernet/intel/i40e/i40e_txrx.c | 12 ++++-------- > drivers/net/ethernet/intel/i40e/i40e_txrx_common.h | 3 +-- > drivers/net/ethernet/intel/i40e/i40e_xsk.c | 6 +----- > 3 files changed, 6 insertions(+), 15 deletions(-)
Tested-by: Andrew Bowers <[email protected]>
