Re: [dpdk-dev] [PATCH v7 0/3] support API to set max LRO packet size

2019-11-11 Thread Ferruh Yigit
On 11/11/2019 5:47 PM, Dekel Peled wrote: > This series implements support and use of API for configuration and > validation of max size for LRO aggregated packet. > > v2: Updated ethdev patch per review comments. > v3: Updated ethdev and testpmd patches per review comments. > v4: Updated ethdev p

[dpdk-dev] [PATCH v7 0/3] support API to set max LRO packet size

2019-11-11 Thread Dekel Peled
This series implements support and use of API for configuration and validation of max size for LRO aggregated packet. v2: Updated ethdev patch per review comments. v3: Updated ethdev and testpmd patches per review comments. v4: Updated ethdev patch for QEDE PMD per review comments. v5: Updated eth