> -----Original Message----- > From: dev <[email protected]> On Behalf Of Sunil Kumar Kori > Sent: Thursday, July 25, 2019 1:54 PM > To: Konstantin Ananyev <[email protected]> > Cc: [email protected]; [email protected]; Sunil Kumar Kori <[email protected]> > Subject: [dpdk-dev] [PATCH v3 1/1] examples/ip_frag: fix Tx fast free offload > flag > > 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 <[email protected]>
Reviewed-by: Jerin Jacob <[email protected]>

