> Subject: [PATCH v2 15/15] net/intel: consolidate Tx vector offload path checks > > Since iavf and ice drivers now have common Tx vector paths, we can > consolidate the path decisions a little, including replacing the > per-driver offload flags with common ones. > > Signed-off-by: Bruce Richardson <[email protected]>
Acked-by: Ciara Loftus <[email protected]> > --- > drivers/net/intel/common/tx.h | 30 +++++++++++++++++++ > drivers/net/intel/iavf/iavf_rxtx.c | 18 +++++------ > drivers/net/intel/iavf/iavf_rxtx.h | 19 ------------ > drivers/net/intel/iavf/iavf_rxtx_vec_common.h | 3 +- > drivers/net/intel/ice/ice_rxtx.c | 14 ++++----- > drivers/net/intel/ice/ice_rxtx.h | 18 ----------- > drivers/net/intel/ice/ice_rxtx_vec_common.h | 3 +- > 7 files changed, 48 insertions(+), 57 deletions(-) >

