[dpdk-dev] [PATCH v3 1/1] examples/ip_frag: fix Tx fast free offload flag
Thomas Monjalon
thomas at monjalon.net
Mon Jul 29 23:46:08 CEST 2019
> > Application uses different pool to allocate direct and indirect
> > mbufs which are further spliced together to consturct a fragmented
> > packet and same is transmitted over the port which is configured
> > with DEV_TX_OFFLOAD_MBUF_FAST_FREE enabled i.e. all segments
> > must belong to the same pool. But constructed packet violates
> > the conditions.
> >
> > So fixing DEV_TX_OFFLOAD_MBUF_FAST_FREE flag during device
> > configuration.
> >
> > Fixes: fdb9eff67f0c ("examples/ip_fragmentation: convert to new offloads API")
> >
> > Signed-off-by: Sunil Kumar Kori <skori at marvell.com>
>
> Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
Applied, thanks
More information about the dev
mailing list