From: Chenmin Sun <chenmin....@intel.com> i40e FDIR update rate optimization
[PATCH v3 1/2] net/i40e: introduce new data structures [PATCH v3 2/2] net/i40e: i40e FDIR update rate optimization v3: * Split the patch into two * Renamed some data structures and added some descriptions --- v2: * Refine commit message and code comments. * Refine code style. * Fixed several memory free bugs. * Replace the bin_serch() with rte_bsf64() Chenmin Sun (2): net/i40e: i40e FDIR update rate optimization data structures net/i40e: i40e FDIR update rate optimization drivers/net/i40e/i40e_ethdev.c | 128 ++++++++++++++++++++- drivers/net/i40e/i40e_ethdev.h | 76 ++++++++++--- drivers/net/i40e/i40e_fdir.c | 191 +++++++++++++++++++++----------- drivers/net/i40e/i40e_flow.c | 167 ++++++++++++++++++++++------ drivers/net/i40e/i40e_rxtx.c | 15 ++- drivers/net/i40e/rte_pmd_i40e.c | 2 +- 6 files changed, 460 insertions(+), 119 deletions(-) -- 2.17.1