This series contains a number of fixes and improvements to the logic concerned with selecting an rx path in the intel drivers. The first three patches are fixes that affect the iavf driver. The final three patches reformat the arrays in the i40e iavf and ice drivers that hold information for each Rx path that are used in the common selection process, in an attempt to improve readability.
Ciara Loftus (6): net/intel: fix Rx vector capability detection net/iavf: fix Rx paths feature definitions net/iavf: fix Rx path selection for scalar flex bulk alloc net/iavf: reformat the Rx path infos array net/i40e: reformat the Rx path infos array net/ice: reformat the Rx path infos array drivers/net/intel/common/rx.h | 5 +- drivers/net/intel/i40e/i40e_rxtx.c | 126 +++++++++---- drivers/net/intel/iavf/iavf.h | 1 + drivers/net/intel/iavf/iavf_rxtx.c | 285 +++++++++++++++++++++-------- drivers/net/intel/iavf/iavf_rxtx.h | 1 - drivers/net/intel/ice/ice_rxtx.c | 124 +++++++++---- 6 files changed, 401 insertions(+), 141 deletions(-) -- 2.34.1

