Re: [dpdk-dev] [PATCH v2 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 5:52 PM > To: Ferruh Yigit ; Shahaf Shuler > ; Yongseok Koh ; Slava > Ovsiienko > Cc: dev@dpdk.org; Dekel Peled > Subject: [dpdk-dev] [PATCH v2 00/28] net/mlx5: suppo

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

2019-07-22 Thread Matan Azrad
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 networking stack. Thus reducing the number of packe