This is a series of fixes for the iavf driver concerning Tx path selection. The first patch fixes the logic for selecting the Tx vector path, which was recently fixed but broken again by another commit. The second patch updates a log and the third ensures the fastest path is selected for VLAN offload regardless of VLAN tag location (L2TAG1 or L2TAG2).
Ciara Loftus (3): net/iavf: fix Tx vector path selection logic again net/iavf: fix a log during Tx path selection net/iavf: fix Tx path selection for VLAN offload drivers/net/intel/iavf/iavf_rxtx.c | 4 ++-- drivers/net/intel/iavf/iavf_rxtx.h | 1 - drivers/net/intel/iavf/iavf_rxtx_vec_common.h | 23 +++++++++++-------- 3 files changed, 15 insertions(+), 13 deletions(-) -- 2.34.1