> Subject: [PATCH 05/13] net/intel: define common macros for tunneling bit- > shifts > > Define common macros for use in iavf (for now) and other drivers > (future) defining the shifts needed for tunnel packet Tx > > Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Ciara Loftus <[email protected]> > --- > drivers/net/intel/common/tx.h | 24 +++++++++++++ > drivers/net/intel/iavf/iavf_rxtx.c | 30 ++++++++-------- > drivers/net/intel/iavf/iavf_rxtx.h | 34 ------------------- > drivers/net/intel/iavf/iavf_rxtx_vec_avx2.c | 30 ++++++++-------- > drivers/net/intel/iavf/iavf_rxtx_vec_avx512.c | 30 ++++++++-------- > 5 files changed, 69 insertions(+), 79 deletions(-) >

