Re: [dpdk-dev] [PATCH v3 1/1] examples/ip_frag: fix Tx fast free offload flag

2019-07-29 Thread Thomas Monjalon
> > 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 sam

Re: [dpdk-dev] [PATCH v3 1/1] examples/ip_frag: fix Tx fast free offload flag

2019-07-25 Thread Ananyev, Konstantin
> -Original Message- > From: Sunil Kumar Kori [mailto:sk...@marvell.com] > Sent: Thursday, July 25, 2019 9:24 AM > To: Ananyev, Konstantin > Cc: dev@dpdk.org; sta...@dpdk.org; Sunil Kumar Kori > Subject: [PATCH v3 1/1] examples/ip_frag: fix Tx fast free offload flag > > Application us

Re: [dpdk-dev] [PATCH v3 1/1] examples/ip_frag: fix Tx fast free offload flag

2019-07-25 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of Sunil Kumar Kori > Sent: Thursday, July 25, 2019 1:54 PM > To: Konstantin Ananyev > Cc: dev@dpdk.org; sta...@dpdk.org; Sunil Kumar Kori > Subject: [dpdk-dev] [PATCH v3 1/1] examples/ip_frag: fix Tx fast free offload >

[dpdk-dev] [PATCH v3 1/1] examples/ip_frag: fix Tx fast free offload flag

2019-07-25 Thread Sunil Kumar Kori
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 construc