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

2019-11-11 Thread Ferruh Yigit
On 11/11/2019 5:47 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

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

2019-11-11 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