Re: [dpdk-dev] [PATCH 0/8] net/vmxnet3: fix offload issues

2018-04-23 Thread Ferruh Yigit
On 4/20/2018 11:02 PM, Yong Wang wrote: >> -Original Message- >> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Didier Pallard >> Sent: Wednesday, March 28, 2018 8:44 AM >> To: dev@dpdk.org >> Subject: [dpdk-dev] [PATCH 0/8] net/vmxnet3: fix offload is

Re: [dpdk-dev] [PATCH 0/8] net/vmxnet3: fix offload issues

2018-04-20 Thread Yong Wang
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Didier Pallard > Sent: Wednesday, March 28, 2018 8:44 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/8] net/vmxnet3: fix offload issues > > This patchset fixes several issues found in

Re: [dpdk-dev] [PATCH 0/8] net/vmxnet3: fix offload issues

2018-04-13 Thread Didier Pallard
Hi wang, We didn't make unitary tests with testpmd tools, the validation tests have been done using our DPDK application in the following topology: +--+ | +---+  +---+ | | | Linux VM1 |  | Linux VM2 | | | +--++  ++--+ | |   VMwar

Re: [dpdk-dev] [PATCH 0/8] net/vmxnet3: fix offload issues

2018-04-12 Thread Yong Wang
On 3/28/18, 8:44 AM, "dev on behalf of Didier Pallard" wrote: This patchset fixes several issues found in vmxnet3 driver when enabling LRO offload support: - Rx offload information are not correctly gathered in multisegmented packets, leading to inconsistent packet type an

[dpdk-dev] [PATCH 0/8] net/vmxnet3: fix offload issues

2018-03-28 Thread Didier Pallard
This patchset fixes several issues found in vmxnet3 driver when enabling LRO offload support: - Rx offload information are not correctly gathered in multisegmented packets, leading to inconsistent packet type and Rx offload bits in resulting mbuf - MSS recovery from offload information is not d