Re: [dpdk-dev] [PATCH 00/28] net/mlx5: support LRO

2019-07-22 Thread Matan Azrad
Hi Ferrue From: Ferruh Yigit > On 7/22/2019 10:12 AM, Matan Azrad wrote: > > Introduction: > > LRO (Large Receive Offload) is intended to reduce host CPU overhead > when processing Rx TCP packets. > > LRO works by aggregating multiple incoming packets from a single stream > into a larger buffer, b

Re: [dpdk-dev] [PATCH 00/28] net/mlx5: support LRO

2019-07-22 Thread Ferruh Yigit
On 7/22/2019 10:12 AM, Matan Azrad wrote: > Introduction: > LRO (Large Receive Offload) is intended to reduce host CPU overhead when > processing Rx TCP packets. > LRO works by aggregating multiple incoming packets from a single stream into > a larger buffer, before they are passed higher up the

Re: [dpdk-dev] [PATCH 00/28] net/mlx5: support LRO

2019-07-22 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Monday, July 22, 2019 12:13 PM > To: Shahaf Shuler ; Yongseok Koh > ; Slava Ovsiienko > Cc: dev@dpdk.org; Dekel Peled > Subject: [dpdk-dev] [PATCH 00/28] net/mlx5: support LRO > > Introduction: > LRO (Large Receive O