Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-30 Thread Matan Azrad
day, July 30, 2019 4:09 PM > >>>> To: Matan Azrad ; Wenzhuo Lu > >>>> ; Jingjing Wu > >>>> Cc: dev@dpdk.org; sta...@dpdk.org > >>>> Subject: Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter > >>>> offload configurati

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-30 Thread Ferruh Yigit
On 7/30/2019 4:56 PM, Matan Azrad wrote: > Hi Ferruh > > From: Ferruh Yigit >> Sent: Tuesday, July 30, 2019 6:22 PM >> To: Matan Azrad ; Wenzhuo Lu >> ; Jingjing Wu >> Cc: dev@dpdk.org; sta...@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH 1/2] app/testpm

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-30 Thread Matan Azrad
Hi Ferruh From: Ferruh Yigit > Sent: Tuesday, July 30, 2019 6:22 PM > To: Matan Azrad ; Wenzhuo Lu > ; Jingjing Wu > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload > configuration > > On 7/30/2019 2:17 PM, M

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-30 Thread Ferruh Yigit
On 7/30/2019 2:17 PM, Matan Azrad wrote: > Hi Ferruh > > From: Ferruh Yigit >> Sent: Tuesday, July 30, 2019 4:09 PM >> To: Matan Azrad ; Wenzhuo Lu >> ; Jingjing Wu >> Cc: dev@dpdk.org; sta...@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH 1/2] app/testpm

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-30 Thread Matan Azrad
Hi Ferruh From: Ferruh Yigit > Sent: Tuesday, July 30, 2019 4:09 PM > To: Matan Azrad ; Wenzhuo Lu > ; Jingjing Wu > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload > configuration > > On 7/29/2019 1:36 PM, Matan A

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-30 Thread Ferruh Yigit
On 7/29/2019 1:36 PM, Matan Azrad wrote: > When the mbuf data size cannot contain the maximum Rx packet length with > the mbuf headroom, a packet should be scattered in more than one mbuf. > > The application did not configure scatter offload in the above case. > > Enable the Rx scatter offload i

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-30 Thread Moti Haimovsky
> > -Original Message- > > From: dev On Behalf Of Matan Azrad > > Sent: Monday, July 29, 2019 3:37 PM > > To: Wenzhuo Lu ; Jingjing Wu > > > > Cc: dev@dpdk.org; sta...@dpdk.org > > Subject: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offlo

Re: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-30 Thread Matan Azrad
Hi all Any review? > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Monday, July 29, 2019 3:37 PM > To: Wenzhuo Lu ; Jingjing Wu > > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload > configur

[dpdk-dev] [PATCH 1/2] app/testpmd: fix scatter offload configuration

2019-07-29 Thread Matan Azrad
When the mbuf data size cannot contain the maximum Rx packet length with the mbuf headroom, a packet should be scattered in more than one mbuf. The application did not configure scatter offload in the above case. Enable the Rx scatter offload in the above case. Fixes: 33f9630fc23d ("app/testpmd: