Re: [ovs-dev] broadcast and multicast dest MAC address corruption after MPLS decapsulation

2022-01-11 Thread Rohit Kumar via dev
Hi Martin, Thanks for your email and sorry for the late reply I was on holiday. Yes, I could able to successfully test with this patch (https://patchwork.ozlabs.org/project/openvswitch/patch/20210517134548.2083-1-martinvargheseno...@gmail.com/) on 2.13 (unfortunately couldn't test on latest).

Re: [ovs-dev] broadcast and multicast dest MAC address corruption after MPLS decapsulation

2022-01-09 Thread Martin Varghese
HI Rohit, Were you able to test the patch on the latest code ? Were you able to try with the commit "e81ed94214d76005d83fcc24a8f83a896645a739 Fix redundant datapath set ethernet action with NSH Decap" on 2.13. Please let me know if you have any findings Regards, Martin On Sun, Dec 26, 2021 at

Re: [ovs-dev] broadcast and multicast dest MAC address corruption after MPLS decapsulation

2021-12-26 Thread Martin Varghese
On Thu, Dec 16, 2021 at 04:34:16PM +0100, Rohit Kumar wrote: > Hi Ilya, > > Thanks for your answer. > > I am trying to update OVS version to master version, which basically > needs dpdk 21.11 (hence new build commands and kernel). If build goes > well, I am still unsure if I can test the latest

Re: [ovs-dev] broadcast and multicast dest MAC address corruption after MPLS decapsulation

2021-12-16 Thread Rohit Kumar via dev
Hi Ilya, Thanks for your answer. I am trying to update OVS version to master version, which basically needs dpdk 21.11 (hence new build commands and kernel). If build goes well, I am still unsure if I can test the latest OVS-dpdk version in my current centos7 target. But anyways I am working on

Re: [ovs-dev] broadcast and multicast dest MAC address corruption after MPLS decapsulation

2021-12-16 Thread Ilya Maximets
On 12/16/21 10:47, Rohit Kumar via dev wrote: > Hello, > > I am trying to do some tests of MPLS decapsulation in OVS DPDK (compiled > [ovs-dev,v8] Encap & Decap actions for MPLS packet type patch). And I am > running into an issue that after MPLS decapsulation, the first byte of the > dest MAC

[ovs-dev] broadcast and multicast dest MAC address corruption after MPLS decapsulation

2021-12-16 Thread Rohit Kumar via dev
Hello, I am trying to do some tests of MPLS decapsulation in OVS DPDK (compiled [ovs-dev,v8] Encap & Decap actions for MPLS packet type patch). And I am running into an issue that after MPLS decapsulation, the first byte of the dest MAC address in the inner ethernet header changes. The