[dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue

2016-10-10 Thread Yuanhan Liu
On Mon, Oct 10, 2016 at 03:58:57AM +, Wu, Jingjing wrote: > NACK. > > This fix has been done by a new one which is already merged: > http://dpdk.org/dev/patchwork/patch/15059/ Just want to let you know, that you don't have to NACK an old patchset. In the process of the patchwork, ideally, t

[dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue

2016-10-10 Thread Wu, Jingjing
ao at intel.com; Wu, Jingjing > Subject: [dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue > > Problem: > When using the TSO + VXLAN feature in i40e, the outer UDP length fields in > the multiple UDP segments which are TSOed by the i40e will have the wrong > value. > >

[dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue

2016-07-18 Thread Zhe Tao
> > Cc: Tao, Zhe; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue > > > > > > > > @@ -215,6 +216,7 @@ parse_vxlan(struct udp_hdr *udp_hdr, > > > > RTE_ETH_IS_TUNNEL_PKT(pkt_type) == 0) > > > >

[dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue

2016-07-15 Thread Bruce Richardson
gt; -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ananyev, Konstantin > > Sent: Thursday, July 07, 2016 11:51 AM > > To: Tao, Zhe; dev at dpdk.org > > Cc: Tao, Zhe; Wu, Jingjing > > Subject: Re: [dpdk-dev] [PATCH v2] i4

[dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue

2016-07-07 Thread Zhe Tao
Problem: When using the TSO + VXLAN feature in i40e, the outer UDP length fields in the multiple UDP segments which are TSOed by the i40e will have the wrong value. Fix this problem by adding the tunnel type field in the i40e descriptor which was missed before. Fixes: 77b8301733c3 ("i40e: VXLAN T

[dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue

2016-07-07 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ananyev, Konstantin > Sent: Thursday, July 07, 2016 11:51 AM > To: Tao, Zhe; dev at dpdk.org > Cc: Tao, Zhe; Wu, Jingjing > Subject: Re: [dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO is

[dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue

2016-07-07 Thread Ananyev, Konstantin
Hi Tao, Sorry hit send button too early by accident :) > > > > Problem: > > When using the TSO + VXLAN feature in i40e, the outer UDP length fields in > > the multiple UDP segments which are TSOed by the i40e will have the > > wrong value. > > > > Fix this problem by adding the tunnel type field

[dpdk-dev] [PATCH v2] i40: fix the VXLAN TSO issue

2016-07-07 Thread Ananyev, Konstantin
Hi Tao, > > Problem: > When using the TSO + VXLAN feature in i40e, the outer UDP length fields in > the multiple UDP segments which are TSOed by the i40e will have the > wrong value. > > Fix this problem by adding the tunnel type field in the i40e descriptor > which was missed before. > > Fixes