]> git.droids-corp.org - dpdk.git/commit
net/ice: add missing Tx burst mode name
authorMichael Pfeiffer <michael.pfeiffer@tu-ilmenau.de>
Mon, 4 Apr 2022 14:41:44 +0000 (16:41 +0200)
committerQi Zhang <qi.z.zhang@intel.com>
Mon, 18 Apr 2022 05:47:18 +0000 (07:47 +0200)
commitc415bfb2dd7b4c15a9f914102a2674ac0cb4bd3b
tree8c97c490e88c20f30173c0d2019ac4a29a2f0d66
parent87063aaff3752470af21f3b80b257262d9d4a314
net/ice: add missing Tx burst mode name

The function ice_xmit_pkts_vec_avx2_offload was left out in the list
of tx functions for ice_tx_burst_mode_get.

Fixes: 52ccdcf2fd41 ("net/ice: add AVX2 offload Tx")
Cc: stable@dpdk.org
Signed-off-by: Michael Pfeiffer <michael.pfeiffer@tu-ilmenau.de>
Suggested-by: Michael Rossberg <michael.rossberg@tu-ilmenau.de>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_rxtx.c