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

2019-11-10 Thread Dekel Peled
Thanks, PSB. > -Original Message- > From: Ananyev, Konstantin > Sent: Monday, November 11, 2019 1:11 AM > To: Dekel Peled ; Mcnamara, John > ; Kovacevic, Marko > ; nhor...@tuxdriver.com; > ajit.khapa...@broadcom.com; somnath.ko...@broadcom.com; Burakov, > Anatoly ; xuanziya...@huawei.com;

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

2019-11-10 Thread Ananyev, Konstantin
> > 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 > Acked-by: Bernard Iremonge

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

2019-11-08 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 Acked-by: Bernard Iremonger Acked-by: Matan Az