Re: [dpdk-dev] [PATCH v4 3/3] app/testpmd: use API to set max LRO packet size

2019-11-08 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Ferruh Yigit > Sent: Thursday, November 7, 2019 10:26 PM > To: Dekel Peled ; john.mcnam...@intel.com; > marko.kovace...@intel.com; nhor...@tuxdriver.com; > ajit.khapa...@broadcom.com; somnath.ko...@broadcom.com; > anatoly.bura...@intel.com; xuanzi

Re: [dpdk-dev] [PATCH v4 3/3] app/testpmd: use API to set max LRO packet size

2019-11-07 Thread Matan Azrad
Hi From: Ferruh Yigit > On 11/7/2019 12:35 PM, Dekel Peled wrote: > > This patch implements use of the API for LRO aggregated packet max > > size. > > It adds command-line and runtime commands to configure this value, and > > adds option to show the supported value. > > Documentation is updated ac

Re: [dpdk-dev] [PATCH v4 3/3] app/testpmd: use API to set max LRO packet size

2019-11-07 Thread Ferruh Yigit
On 11/7/2019 12:35 PM, Dekel Peled wrote: > This patch implements use of the API for LRO aggregated packet > max size. > It adds command-line and runtime commands to configure this value, > and adds option to show the supported value. > Documentation is updated accordingly. > > Signed-off-by: Deke

Re: [dpdk-dev] [PATCH v4 3/3] app/testpmd: use API to set max LRO packet size

2019-11-07 Thread Iremonger, Bernard
> -Original Message- > From: Dekel Peled > Sent: Thursday, November 7, 2019 12:35 PM > To: Mcnamara, John ; Kovacevic, Marko > ; nhor...@tuxdriver.com; > ajit.khapa...@broadcom.com; somnath.ko...@broadcom.com; Burakov, > Anatoly ; xuanziya...@huawei.com; > cloud.wangxiao...@huawei.com;

[dpdk-dev] [PATCH v4 3/3] app/testpmd: use API to set max LRO packet size

2019-11-07 Thread Dekel Peled
This patch implements use of the API for LRO aggregated packet max size. It adds command-line and runtime commands to configure this value, and adds option to show the supported value. Documentation is updated accordingly. Signed-off-by: Dekel Peled --- app/test-pmd/cmdline.c