Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Stokes, Ian
> >-Original Message- > >From: Stokes, Ian > >Sent: Friday, August 14, 2020 4:03 PM > >To: Ilya Maximets ; Eli Britstein > >; Finn, Emma ; > >d...@openvswitch.org > >Cc: Xing, Beilei > >Subject: RE: [PATCH] netdev-offload-dpdk: Fix for broken ethernet > >matching HWOL for XL710 NIC > > >

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Eli Britstein
>-Original Message- >From: Stokes, Ian >Sent: Friday, August 14, 2020 4:03 PM >To: Ilya Maximets ; Eli Britstein ; Finn, >Emma ; d...@openvswitch.org >Cc: Xing, Beilei >Subject: RE: [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching >HWOL for XL710 NIC > > >> On 8/14/20

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Stokes, Ian
> On 8/14/20 2:29 PM, Stokes, Ian wrote: > >> On 8/14/20 10:58 AM, Stokes, Ian wrote: > > -Original Message- > > From: Ilya Maximets > > Sent: Thursday, August 13, 2020 9:26 PM > > To: Emma Finn ; d...@openvswitch.org > > Cc: ian.sto...@intel.com; i.maxim...@ovn.org;

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Ilya Maximets
On 8/14/20 2:29 PM, Stokes, Ian wrote: >> On 8/14/20 10:58 AM, Stokes, Ian wrote: > -Original Message- > From: Ilya Maximets > Sent: Thursday, August 13, 2020 9:26 PM > To: Emma Finn ; d...@openvswitch.org > Cc: ian.sto...@intel.com; i.maxim...@ovn.org; Eli Britstein

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Stokes, Ian
> On 8/14/20 10:58 AM, Stokes, Ian wrote: > >>> -Original Message- > >>> From: Ilya Maximets > >>> Sent: Thursday, August 13, 2020 9:26 PM > >>> To: Emma Finn ; d...@openvswitch.org > >>> Cc: ian.sto...@intel.com; i.maxim...@ovn.org; Eli Britstein > >>> ; beilei.x...@intel.com;

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Stokes, Ian
> On 8/14/20 10:58 AM, Stokes, Ian wrote: > >>> -Original Message- > >>> From: Ilya Maximets > >>> Sent: Thursday, August 13, 2020 9:26 PM > >>> To: Emma Finn ; d...@openvswitch.org > >>> Cc: ian.sto...@intel.com; i.maxim...@ovn.org; Eli Britstein > >>> ; beilei.x...@intel.com;

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Ilya Maximets
On 8/14/20 10:58 AM, Stokes, Ian wrote: >>> -Original Message- >>> From: Ilya Maximets >>> Sent: Thursday, August 13, 2020 9:26 PM >>> To: Emma Finn ; d...@openvswitch.org >>> Cc: ian.sto...@intel.com; i.maxim...@ovn.org; Eli Britstein >>> ; beilei.x...@intel.com; i.maxim...@ovn.org >>>

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Stokes, Ian
Thanks for flagging Eli, yes will revert once the PMD changes are in place, we're looking into that now. I'll change the Patch header to v3 also. Regards Ian From: Eli Britstein Sent: Friday, August 14, 2020 10:37 AM To: Stokes, Ian ; Ilya Maximets ; Finn, Emma ; d...@openvswitch.org Cc:

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Eli Britstein
I am not going to submit any of it. BTW, it would already be v3. please make sure to revert it once the fix in i40e pmd is in place. From: Stokes, Ian Sent: Friday, August 14, 2020 11:58 AM To: Eli Britstein ; Ilya Maximets ; Finn, Emma ; d...@openvswitch.org

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-14 Thread Stokes, Ian
> >-Original Message- > >From: Ilya Maximets > >Sent: Thursday, August 13, 2020 9:26 PM > >To: Emma Finn ; d...@openvswitch.org > >Cc: ian.sto...@intel.com; i.maxim...@ovn.org; Eli Britstein > >; beilei.x...@intel.com; i.maxim...@ovn.org > >Subject: Re: [PATCH] netdev-offload-dpdk: Fix

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Eli Britstein
>-Original Message- >From: Ilya Maximets >Sent: Thursday, August 13, 2020 9:26 PM >To: Emma Finn ; d...@openvswitch.org >Cc: ian.sto...@intel.com; i.maxim...@ovn.org; Eli Britstein ; >beilei.x...@intel.com; i.maxim...@ovn.org >Subject: Re: [PATCH] netdev-offload-dpdk: Fix for broken

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Ilya Maximets
On 8/13/20 6:13 PM, Emma Finn wrote: > This patch introduces a temporary work around to fix > partial hardware offload for XL710 devices. Currently the incorrect > ethernet pattern is being set. This patch will be removed once > this issue is fixed within the i40e PMD. > > Signed-off-by: Emma

[ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Emma Finn
This patch introduces a temporary work around to fix partial hardware offload for XL710 devices. Currently the incorrect ethernet pattern is being set. This patch will be removed once this issue is fixed within the i40e PMD. Signed-off-by: Emma Finn Signed-off-by: Eli Britstein Co-authored-by:

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Ilya Maximets
On 8/13/20 4:54 PM, Stokes, Ian wrote: > 8/13/20 1:46 PM, Ilya Maximets wrote: >>> On 8/13/20 1:12 PM, Finn, Emma wrote: > -Original Message- > From: Eli Britstein > Sent: Thursday 13 August 2020 10:26 > To: Finn, Emma ; Ilya Maximets > ; Xing, Beilei ;

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Stokes, Ian
8/13/20 1:46 PM, Ilya Maximets wrote: > > On 8/13/20 1:12 PM, Finn, Emma wrote: > >> > >> > >>> -Original Message- > >>> From: Eli Britstein > >>> Sent: Thursday 13 August 2020 10:26 > >>> To: Finn, Emma ; Ilya Maximets > >>> ; Xing, Beilei ; Stokes, > >>> Ian ; Eli Britstein ; > >>>

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Ilya Maximets
On 8/13/20 1:46 PM, Ilya Maximets wrote: > On 8/13/20 1:12 PM, Finn, Emma wrote: >> >> >>> -Original Message- >>> From: Eli Britstein >>> Sent: Thursday 13 August 2020 10:26 >>> To: Finn, Emma ; Ilya Maximets >>> ; Xing, Beilei ; Stokes, Ian >>> ; Eli Britstein ; >>> d...@openvswitch.org;

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Ilya Maximets
On 8/13/20 1:12 PM, Finn, Emma wrote: > > >> -Original Message- >> From: Eli Britstein >> Sent: Thursday 13 August 2020 10:26 >> To: Finn, Emma ; Ilya Maximets >> ; Xing, Beilei ; Stokes, Ian >> ; Eli Britstein ; >> d...@openvswitch.org; Guo, Jia >> Subject: RE: [PATCH]

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Finn, Emma
> -Original Message- > From: Eli Britstein > Sent: Thursday 13 August 2020 10:26 > To: Finn, Emma ; Ilya Maximets > ; Xing, Beilei ; Stokes, Ian > ; Eli Britstein ; > d...@openvswitch.org; Guo, Jia > Subject: RE: [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching > HWOL for

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Eli Britstein
>-Original Message- >From: Finn, Emma >Sent: Thursday, August 13, 2020 11:47 AM >To: Eli Britstein ; Ilya Maximets ; Xing, >Beilei ; Stokes, Ian ; Eli >Britstein >; d...@openvswitch.org; Guo, Jia >Subject: RE: [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching >HWOL for

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-13 Thread Finn, Emma
> -Original Message- > From: Eli Britstein > Sent: Tuesday 11 August 2020 16:49 > To: Ilya Maximets ; Finn, Emma > ; Xing, Beilei ; Stokes, Ian > ; Eli Britstein ; > d...@openvswitch.org; Guo, Jia > Subject: RE: [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching > HWOL for

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-11 Thread Eli Britstein
>-Original Message- >From: Ilya Maximets >Sent: Tuesday, August 11, 2020 4:19 PM >To: Finn, Emma ; Ilya Maximets ; >Xing, Beilei ; Stokes, Ian ; Eli >Britstein ; d...@openvswitch.org; Guo, Jia > >Subject: Re: [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching >HWOL for XL710

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-11 Thread Ilya Maximets
On 8/11/20 3:12 PM, Finn, Emma wrote: > > >> -Original Message- >> From: Ilya Maximets >> Sent: Tuesday 11 August 2020 11:02 >> To: Xing, Beilei ; Stokes, Ian ; >> Eli Britstein ; Finn, Emma ; >> d...@openvswitch.org; Guo, Jia >> Cc: i.maxim...@ovn.org >> Subject: Re: [PATCH]

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-11 Thread Finn, Emma
> -Original Message- > From: Ilya Maximets > Sent: Tuesday 11 August 2020 11:02 > To: Xing, Beilei ; Stokes, Ian ; > Eli Britstein ; Finn, Emma ; > d...@openvswitch.org; Guo, Jia > Cc: i.maxim...@ovn.org > Subject: Re: [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching >

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-11 Thread Ilya Maximets
On 8/6/20 5:17 PM, Emma Finn wrote: > The following 2 commits introduced changes which caused a regression > for XL710 devices and functionality ceases for partial offload as a result. > 864852a0624a ("netdev-offload-dpdk: Fix Ethernet matching for type only.") > a79eae87abe4

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-11 Thread Ilya Maximets
On 8/11/20 5:35 AM, Xing, Beilei wrote: > > >> -Original Message- >> From: Stokes, Ian >> Sent: Tuesday, August 11, 2020 4:52 AM >> To: Eli Britstein ; Finn, Emma ; >> d...@openvswitch.org; Xing, Beilei ; Guo, Jia >> >> Cc: i.maxim...@ovn.org >> Subject: RE: [PATCH]

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-10 Thread Xing, Beilei
> -Original Message- > From: Stokes, Ian > Sent: Tuesday, August 11, 2020 4:52 AM > To: Eli Britstein ; Finn, Emma ; > d...@openvswitch.org; Xing, Beilei ; Guo, Jia > > Cc: i.maxim...@ovn.org > Subject: RE: [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching > HWOL for XL710

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-10 Thread Stokes, Ian
> On 8/7/2020 7:55 AM, Eli Britstein wrote: > > > > On 8/6/2020 8:28 PM, Stokes, Ian wrote: > >>> On 8/6/2020 6:17 PM, Emma Finn wrote: > The following 2 commits introduced changes which caused a > regression for XL710 devices and functionality ceases for partial > offload as a

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-09 Thread Eli Britstein
On 8/7/2020 7:55 AM, Eli Britstein wrote: On 8/6/2020 8:28 PM, Stokes, Ian wrote: On 8/6/2020 6:17 PM, Emma Finn wrote: The following 2 commits introduced changes which caused a regression for XL710 devices and functionality ceases for partial offload as a result. 864852a0624a

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-06 Thread Eli Britstein
On 8/6/2020 8:28 PM, Stokes, Ian wrote: On 8/6/2020 6:17 PM, Emma Finn wrote: The following 2 commits introduced changes which caused a regression for XL710 devices and functionality ceases for partial offload as a result. 864852a0624a ("netdev-offload-dpdk: Fix Ethernet matching for type

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-06 Thread Xing, Beilei
> -Original Message- > From: Stokes, Ian > Sent: Friday, August 7, 2020 1:29 AM > To: Eli Britstein ; Finn, Emma ; > d...@openvswitch.org; Xing, Beilei ; Guo, Jia > > Cc: i.maxim...@ovn.org > Subject: RE: [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching > HWOL for XL710

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-06 Thread Stokes, Ian
> On 8/6/2020 6:17 PM, Emma Finn wrote: > > The following 2 commits introduced changes which caused a regression > > for XL710 devices and functionality ceases for partial offload as a result. > > 864852a0624a ("netdev-offload-dpdk: Fix Ethernet matching for type > > only.") > > a79eae87abe4

Re: [ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-06 Thread Eli Britstein
On 8/6/2020 6:17 PM, Emma Finn wrote: The following 2 commits introduced changes which caused a regression for XL710 devices and functionality ceases for partial offload as a result. 864852a0624a ("netdev-offload-dpdk: Fix Ethernet matching for type only.") a79eae87abe4 ("netdev-offload-dpdk:

[ovs-dev] [PATCH] netdev-offload-dpdk: Fix for broken ethernet matching HWOL for XL710 NIC

2020-08-06 Thread Emma Finn
The following 2 commits introduced changes which caused a regression for XL710 devices and functionality ceases for partial offload as a result. 864852a0624a ("netdev-offload-dpdk: Fix Ethernet matching for type only.") a79eae87abe4 ("netdev-offload-dpdk: Remove pre-validate of patterns