On Mon, Jan 20, 2025 at 03:01:47PM +0000, Medvedkin, Vladimir wrote: > On 13/12/2024 14:33, Bruce Richardson wrote: > > The iavf driver only contains a single Tx prepare function, so when > > selecting the Tx path, there is no need to reset and reassign the > > function pointer in the ethdev structure. This fixes an issue where the > > pointer was reset to NULL, but never assigned back later on function > > selection. > > > > Fixes: 5712bf9d6e14 ("net/iavf: add Tx AVX2 offload path") > > Fixes: 08eb6a9cc2e1 ("net/iavf: fix Tx L4 checksum") > > Fixes: 4f8259df563a ("net/iavf: enable Tx outer checksum offload on AVX512") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > --- > > drivers/net/iavf/iavf_rxtx.c | 6 ------ > > 1 file changed, 6 deletions(-) > >
<snip> > > - dev->tx_pkt_prepare = iavf_prep_pkts; > > if (no_poll_on_link_down) { > > adapter->tx_burst_type = tx_burst_type; > Acked-by: Vladimir Medvedkin <vladimir.medved...@intel.com> > Applied to dpdk-next-net-intel. /Bruce