Re: [ovs-dev] [PATCH V3 00/12] netdev datapath offload: Support IPv6 and VXLAN encap

2020-06-29 Thread Ilya Maximets
On 6/29/20 4:56 PM, Eli Britstein wrote: > Hi > > I have rebased, changed the order of commits to do testpmd format first and > addressed the comments. > > I also added the acked-by of Harsha (though a bit changed since v2). Thanks > again. > > As far as I see the only open issue is if to drop

Re: [ovs-dev] [PATCH V3 00/12] netdev datapath offload: Support IPv6 and VXLAN encap

2020-06-29 Thread Eli Britstein
Hi I have rebased, changed the order of commits to do testpmd format first and addressed the comments. I also added the acked-by of Harsha (though a bit changed since v2). Thanks again. As far as I see the only open issue is if to drop the comment about XL710 or not. Please address it an

Re: [ovs-dev] [PATCH V3 00/12] netdev datapath offload: Support IPv6 and VXLAN encap

2020-06-24 Thread Eli Britstein
On 6/24/2020 5:28 PM, Ilya Maximets wrote: On 6/24/20 4:16 PM, Ilya Maximets wrote: On 6/24/20 12:47 PM, Eli Britstein wrote: On 6/24/2020 1:37 PM, Ilya Maximets wrote: On 6/21/20 1:19 PM, Eli Britstein wrote: This patch set includes additional offloads - IPv6 and VXLAN encap, and enhanced l

Re: [ovs-dev] [PATCH V3 00/12] netdev datapath offload: Support IPv6 and VXLAN encap

2020-06-24 Thread Ilya Maximets
On 6/24/20 4:16 PM, Ilya Maximets wrote: > On 6/24/20 12:47 PM, Eli Britstein wrote: >> >> On 6/24/2020 1:37 PM, Ilya Maximets wrote: >>> On 6/21/20 1:19 PM, Eli Britstein wrote: This patch set includes additional offloads - IPv6 and VXLAN encap, and enhanced logging to increase debugabil

Re: [ovs-dev] [PATCH V3 00/12] netdev datapath offload: Support IPv6 and VXLAN encap

2020-06-24 Thread Ilya Maximets
On 6/24/20 12:47 PM, Eli Britstein wrote: > > On 6/24/2020 1:37 PM, Ilya Maximets wrote: >> On 6/21/20 1:19 PM, Eli Britstein wrote: >>> This patch set includes additional offloads - IPv6 and VXLAN encap, and >>> enhanced logging to increase debugability. >>> >>> Patches #1-#8:   Add support for o

Re: [ovs-dev] [PATCH V3 00/12] netdev datapath offload: Support IPv6 and VXLAN encap

2020-06-24 Thread Eli Britstein
On 6/24/2020 1:37 PM, Ilya Maximets wrote: On 6/21/20 1:19 PM, Eli Britstein wrote: This patch set includes additional offloads - IPv6 and VXLAN encap, and enhanced logging to increase debugability. Patches #1-#8: Add support for offloads of IPv6 patterns, partial TCP/UDP

Re: [ovs-dev] [PATCH V3 00/12] netdev datapath offload: Support IPv6 and VXLAN encap

2020-06-24 Thread Ilya Maximets
On 6/21/20 1:19 PM, Eli Britstein wrote: > This patch set includes additional offloads - IPv6 and VXLAN encap, and > enhanced logging to increase debugability. > > Patches #1-#8: Add support for offloads of IPv6 patterns, partial > TCP/UDP ports, set IPv6 and encap actions >

[ovs-dev] [PATCH V3 00/12] netdev datapath offload: Support IPv6 and VXLAN encap

2020-06-21 Thread Eli Britstein
This patch set includes additional offloads - IPv6 and VXLAN encap, and enhanced logging to increase debugability. Patches #1-#8: Add support for offloads of IPv6 patterns, partial TCP/UDP ports, set IPv6 and encap actions (clone/output). Patch #9:Bug fi