Re: [ovs-dev] [PATCH v5 6/9] dpif-mfex: Modify set/get mfex commands to include inner.

2022-10-04 Thread Amber, Kumar
Hi Sunil, Thanks for the reviews will add the necessary documentation changes . Regards Amber > -Original Message- > From: Pai G, Sunil > Sent: Tuesday, October 4, 2022 9:00 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; f...@sysclose.or

Re: [ovs-dev] [PATCH v5 5/9] dpif-netdev: Add function pointer for dpif re-circulate.

2022-10-04 Thread Amber, Kumar
Hi Sunil, I will take all the comments in V6 Regards Amber > -Original Message- > From: Pai G, Sunil > Sent: Tuesday, October 4, 2022 7:50 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; f...@sysclose.org; Amber, Kumar > > Subject: RE: [o

Re: [ovs-dev] [PATCH v5 4/9] dpif-netdev-avx512: Add inner packet handling to dpif.

2022-10-04 Thread Amber, Kumar
Sure have fixed the typo in the next patch > -Original Message- > From: Pai G, Sunil > Sent: Tuesday, October 4, 2022 5:32 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; f...@sysclose.org; Amber, Kumar > > Subject: RE: [ovs-dev] [PATC

Re: [ovs-dev] [PATCH v5 3/9] dpif-netdev-avx512: Refactor avx512 dpif and create new APIs.

2022-10-04 Thread Amber, Kumar
Hi Sunil, Sure will fix that comment. Regards Amber > -Original Message- > From: Pai G, Sunil > Sent: Tuesday, October 4, 2022 3:21 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; f...@sysclose.org; Amber, Kumar > > Subject: RE: [ovs-dev

Re: [ovs-dev] [PATCH v5 2/9] dpif-netdev: Refactor hash function to own header.

2022-10-04 Thread Amber, Kumar
Hi Sunil, Sure, have added the comments in the commit log. Regards Amber > -Original Message- > From: Pai G, Sunil > Sent: Tuesday, October 4, 2022 12:32 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; f...@sysclose.org; Amber, Kumar > >

Re: [ovs-dev] [PATCH v5 7/9] dpif-mfex: Change mfex fn pointer prototype to include md_is_valid.

2022-10-03 Thread Amber, Kumar
Hi Cian, > -Original Message- > From: Ferriter, Cian > Sent: Thursday, September 29, 2022 8:58 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: echau...@redhat.com; i.maxim...@ovn.org; Stokes, Ian > ; f...@sysclose.org; Van Haaren, Harry > > Subject: RE:

Re: [ovs-dev] [PATCH v5 8/9] mfex-study: Modify study func to select outer and inner mfex funcs.

2022-10-03 Thread Amber, Kumar
Hi Cian, Please find the comments inline. > -Original Message- > From: Ferriter, Cian > Sent: Thursday, September 29, 2022 9:01 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: echau...@redhat.com; i.maxim...@ovn.org; Stokes, Ian > ; f...@sysclose.org;

Re: [ovs-dev] [PATCH v5 9/9] mfex-avx512: Add support for tunnel packets in avx512 mfex.

2022-10-03 Thread Amber, Kumar
Hi Cian, Please find the comments inline. > > /* Do a batch minfilow extract into keys. */ > > - /* Do a batch minfilow extract into keys, but only for outer packets. > > */ > > In the earlier DPIF part of this patchset, I guess you add the above comment > line that you are removing

Re: [ovs-dev] [PATCH v5 1/9] dpif-netdev: Refactor per thread recirc data allocation.

2022-10-03 Thread Amber, Kumar
Hi Sunil, Sure will put the intent in the Commit log. > -Original Message- > From: Pai G, Sunil > Sent: Monday, October 3, 2022 8:56 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; f...@sysclose.org; Amber, Kumar > > Subject: RE: [ovs-dev

Re: [ovs-dev] [PATCH] system-dpdk: Add testpmd clean up in MTU unit tests.

2022-07-22 Thread Amber, Kumar
Hi Michael, The Regression looks good, and the patch looks good too. Regression CI runs are added as Screenshots. Acked-by: Kumar Amber > -Original Message- > From: Phelan, Michael > > Fixes: bf47829116a8feb54fe795aa19915f6e6283af93 ("tests: Add OVS- > DPDK > > MTU unit tests.") >

Re: [ovs-dev] [PATCH v10 07/10] odp-execute: Add ISA implementation of pop_vlan action.

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Harry van Haaren Lines checked: 255, Warnings: 1, Errors: 0 Second CI failure is random again. Tested-by: Kumar Amber BR

Re: [ovs-dev] [PATCH v10 06/10] odp-execute: Add ISA implementation of actions.

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. Can be fixed while applying: checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Harry van Haaren Lines checked: 255, Warnings: 1, Errors: 0 Tested-by: Kumar Amber BR Amber

Re: [ovs-dev] [PATCH v10 10/10] odp-execute: Add ISA implementation of set_masked IPv4 action

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. Tested-by: Kumar Amber BR Amber ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v10 09/10] odp-execute: Add ISA implementation of set_masked ETH

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. Tested-by: Kumar Amber BR Amber ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v10 08/10] odp-execute: Add ISA implementation of push_vlan action.

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. Tested-by: Kumar Amber BR Amber ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v10 04/10] odp-execute: Add command to switch action implementation.

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. CI fails randomly again due to ubuntu download dependency/ random fails not related to patch. Tested-by: Kumar Amber BR Amber ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH v10 03/10] odp-execute: Add auto validation function for actions.

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. Tested-by: Kumar Amber BR Amber ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v10 02/10] odp-execute: Add function pointer for pop_vlan action.

2022-07-14 Thread Amber, Kumar
Hey all, Have tested the all the patches in the series. Tested-by: Kumar Amber BR Amber ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH v10 01/10] odp-execute: Add function pointers to odp-execute for different action implementations.

2022-07-14 Thread Amber, Kumar
Hey Harry, The CI fails due to dependency Error and not related to patch and it's a random error: E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/u/unbound/libunbound2_1.6.7-1ubuntu2.4_amd64.deb Could not connect to azure.archive.ubuntu.com:80 (20.106.104.242), connection

Re: [ovs-dev] [PATCH v3] tests: Add OVS-DPDK MTU unit tests.

2022-07-12 Thread Amber, Kumar
> > Hi Michael, > > > > The patch uses MTU sizes > 9000 values to check and fail but 9000 may > > not be good value for older NICs As they might fail the test ? > > > > Can we kind of confirm is MTU > 9000 is safe if not we can just use a > > lower value like 1500 etc etc to be safe So that we

Re: [ovs-dev] [PATCH v3] tests: Add OVS-DPDK MTU unit tests.

2022-07-12 Thread Amber, Kumar
Hi Michael, The patch uses MTU sizes > 9000 values to check and fail but 9000 may not be good value for older NICs As they might fail the test ? Can we kind of confirm is MTU > 9000 is safe if not we can just use a lower value like 1500 etc etc to be safe So that we don't fail un-necessary

[ovs-dev] [PATCH 1/14] Rename flags with CKSUM to CSUM

2022-07-07 Thread Amber, Kumar
Hi Flavio, Mike, I did have a quick look over the patch-set https://patchwork.ozlabs.org/project/openvswitch/list/?series=307485 I have some comments over the patches mentioned below: 1. Can a Cover letter be provided with the patch-set to understand the intent/approach of

Re: [ovs-dev] [PATCH v3 3/3] flow: Add autovalidator support to miniflow_extract.

2022-07-04 Thread Amber, Kumar
Hi Ilya, Please find the replies inline. > >> #include "dpif-netdev-private-dpcls.h" > >> +#include "dpif-netdev-private-dpif.h" > >> +#include "dpif-netdev-private-extract.h" > > "private" dpif-netdev headers should not be included in non dpif-netdev > modules. > There are many structures

[ovs-dev] Request for feedback on MFEX testing

2022-07-01 Thread Amber, Kumar
Hi Ilya, Can you please provide feedback / review on the request flow-based testing patch for MFEX ? http://patchwork.ozlabs.org/project/openvswitch/list/?series=297158 Regards Amber ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH] dpif-netdev: Fix leak of AVX512 DPIF scratch pad.

2022-06-29 Thread Amber, Kumar
Hi Ilya, > -Original Message- > From: Ilya Maximets > Sent: Wednesday, June 29, 2022 5:55 PM > To: Eelco Chaudron > Cc: i.maxim...@ovn.org; ovs-dev@openvswitch.org; Flavio Leitner > ; Amber, Kumar > Subject: Re: [ovs-dev] [PATCH] dpif-netdev: Fix leak of AVX5

Re: [ovs-dev] [PATCH v6] tests/mfex: Improve pcap script for mfex tests.

2022-05-27 Thread Amber, Kumar
Thanks, Eelco, All the review helped to improve the patch  Regards Amber > -Original Message- > From: Eelco Chaudron > Sent: Friday, May 27, 2022 2:07 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; Ferriter, Cian ; > i.maxim...@ovn.org; Stokes, Ian ;

Re: [ovs-dev] [PATCH v3 3/3] flow: Add autovalidator support to miniflow_extract.

2022-05-26 Thread Amber, Kumar
Hi Ilya, Can you please provide feedback on the patch-set, if it suffices the flow based testing or needs some change to adapt it to flow based testing for AVX512 MFEX ? Regards Amber > -Original Message- > From: Amber, Kumar > Sent: Wednesday, April 27, 2022 4:49 PM >

Re: [ovs-dev] [PATCH v7 2/4] mfex_avx512: Calculate miniflow_bits at compile time.

2022-05-25 Thread Amber, Kumar
Hi Harry, > -Original Message- > From: Van Haaren, Harry > Sent: Wednesday, May 25, 2022 8:00 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: echau...@redhat.com; ktray...@redhat.com; i.maxim...@ovn.org; > Ferriter, Cian ; Stokes, Ian ; > david.m

Re: [ovs-dev] [PATCH v5] tests/mfex: Improve pcap script for mfex tests.

2022-05-25 Thread Amber, Kumar
Hi Cian, Eelco Thanks for the suggestions. Replies inline. > -Original Message- > From: Ferriter, Cian > Sent: Wednesday, May 25, 2022 9:09 PM > To: Eelco Chaudron ; Amber, Kumar > > Cc: ovs-dev@openvswitch.org; i.maxim...@ovn.org; Stokes, Ian > ; Van Haaren,

Re: [ovs-dev] [PATCH v5] tests/mfex: Improve pcap script for mfex tests.

2022-05-25 Thread Amber, Kumar
Hi Eelco, Please find replies inline. > > +# Relative path for the pcap file location. > > path = str(sys.argv[1]) + "/pcap/fuzzy.pcap" > > Would it be better to supply the full file name, rather than a fixed file name > and directory being concatenated? > Sure, would make the script usable

Re: [ovs-dev] [PATCH v4] tests/mfex: Improve pcap script for mfex tests.

2022-05-24 Thread Amber, Kumar
Hi Eelco, > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, May 24, 2022 4:22 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; Ferriter, Cian ; > i.maxim...@ovn.org; Stokes, Ian ; Van Haaren, Harry > > Subject: Re: [PATCH v4] tests/mfex: Impr

Re: [ovs-dev] [PATCH v3] tests/mfex: Improve pcap script for mfex tests.

2022-05-24 Thread Amber, Kumar
Hi Eelco, > Sound like a plan, as I know Ilya commented on them before, but I could not > quickly find it. So it will be good to know why they are there. > Would also be nice to confirm you also see these messages without AVX512 > enabled doing the same tests. > > //Eelco ACK Sent V4 omitting

Re: [ovs-dev] [PATCH v3] tests/mfex: Improve pcap script for mfex tests.

2022-05-24 Thread Amber, Kumar
Hi Eelco, Thanks again replies Ilnie. > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, May 24, 2022 3:15 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; Ferriter, Cian ; > i.maxim...@ovn.org; Stokes, Ian ; Van Haaren, Harry > > Subject: R

Re: [ovs-dev] [PATCH v3] tests/mfex: Improve pcap script for mfex tests.

2022-05-23 Thread Amber, Kumar
Hi Eelco, Thanks again for reviews . Please find my replies inline. > > +tcp = TCP(dport=RandShort(), sport=RandShort(), flags='S', > > + dataofs=random.randint(0, 15)) > > Maybe a new line before the command, as it was before. > Fixed in next version. > > +

Re: [ovs-dev] [PATCH v2] tests/mfex: Improve pcap script for mfex tests.

2022-05-18 Thread Amber, Kumar
Hi Eelco, Please find my replies Inline. > -Original Message- > From: Eelco Chaudron > Sent: Thursday, May 12, 2022 2:53 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; Ferriter, Cian ; > Stokes, Ian ; Van Haaren, Harry > ; Ilya Maximets > Subject: R

Re: [ovs-dev] MFEX tests failing

2022-05-11 Thread Amber, Kumar
Hi Eelco, Thanks for pointing out, I have updated a patch with the fix for the two problems you were witnessing. The patch also contains improvements to the MFEX testing as well like reducing the packet generation time, Script generating more complicated traffic for testing corner cases like

Re: [ovs-dev] [PATCH v2 4/4] miniflow_extract: Add autovalidator support to miniflow_extract.

2022-04-27 Thread Amber, Kumar
Hi Cian, Please find my replies inline. > -Original Message- > From: Ferriter, Cian > Sent: Monday, April 25, 2022 5:12 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: Stokes, Ian ; echau...@redhat.com; > ktray...@redhat.com; i.maxim...@ovn.org; f...@sysclo

Re: [ovs-dev] [PATCH v2 0/4] Miniflow Extract Testing Improvements

2022-04-26 Thread Amber, Kumar
Hi Cian, Thanks for the comments please see my replies inline. > -Original Message- > From: Ferriter, Cian > Sent: Monday, April 25, 2022 5:05 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org; > i.maxim...@ovn.org > Cc: Stokes, Ian ; echau...@redhat.com; > k

Re: [ovs-dev] [PATCH v2 2/4] dpif-netdev: Refactor hashing function.

2022-04-26 Thread Amber, Kumar
Hi Cian, > -Original Message- > From: Ferriter, Cian > Sent: Monday, April 25, 2022 5:15 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: Stokes, Ian ; echau...@redhat.com; > ktray...@redhat.com; i.maxim...@ovn.org; f...@sysclose.org; Van Haaren, > Harry >

Re: [ovs-dev] [PATCH v5] dpcls: Change info-get function to fetch dpcls usage stats.

2022-04-21 Thread Amber, Kumar
Hi Ilya, Please find my replies inline. > -Original Message- > From: Ilya Maximets > Sent: Wednesday, March 30, 2022 10:23 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org; > Stokes, Ian > Cc: i.maxim...@ovn.org; f...@sysclose.org; Eelco Chaudron > ; Ferriter, Cian

Re: [ovs-dev] [PATCH v9 0/4] IPv4 Hashing AVX512 Optimizations

2022-04-12 Thread Amber, Kumar
Hi Ilya, Thanks a lot for such a wonderful review of the series. Replies inline. > -Original Message- > From: Ilya Maximets > Sent: Tuesday, April 12, 2022 5:05 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; echau...@redhat.com; ktray...@redhat.

Re: [ovs-dev] [PATCH v8 1/4] dpif-netdev/mfex: Add ipv4 profile based hashing.

2022-04-06 Thread Amber, Kumar
Hi Ilya, Please find my replies Inline. > -Original Message- > From: Ilya Maximets > Sent: Wednesday, April 6, 2022 3:38 AM > To: Stokes, Ian ; Amber, Kumar > ; ovs-dev@openvswitch.org > Cc: f...@sysclose.org; i.maxim...@ovn.org; Aaron Conole > ; Adrian Mor

Re: [ovs-dev] [PATCH v8 4/4] tests/mfex: Improve pcap script for mfex tests.

2022-04-05 Thread Amber, Kumar
HI Michael Ian, > -Original Message- > From: Phelan, Michael > Sent: Tuesday, April 5, 2022 7:47 PM > To: Stokes, Ian ; Amber, Kumar > ; ovs-dev@openvswitch.org > Cc: echau...@redhat.com; Ferriter, Cian ; > f...@sysclose.org; Van Haaren, Harry > Subject: RE: [

Re: [ovs-dev] [PATCH v1] dpcls: Add the dpcls subtable lookup function in flow dump.

2022-03-31 Thread Amber, Kumar
Hi Ilya, Thanks for review comments. > -Original Message- > From: Ilya Maximets > Sent: Wednesday, March 30, 2022 10:46 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; Ferriter, Cian ; Stokes, Ian > ; f...@sysclose.org; echau...@redhat.com; V

Re: [ovs-dev] [PATCHv2] IPv6: Add IPv6 extension header support

2022-03-22 Thread Amber, Kumar
Hi Ilya, Thanks for highlighting the Patch. Replies Inline. > -Original Message- > From: Ilya Maximets > Sent: Monday, March 21, 2022 10:26 PM > To: d...@openvswitch.org; Stokes, Ian ; Van Haaren, > Harry ; Ferriter, Cian > ; Amber, Kumar > Cc: i.maxim...

Re: [ovs-dev] [PATCH v1 0/2] MFEX datapath independent Tests

2022-03-21 Thread Amber, Kumar
Hi Ilya, Thanks for the comments. Replies Inline. > -Original Message- > From: Ilya Maximets > Sent: Thursday, March 17, 2022 6:21 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; f...@sysclose.org > Subject: Re: [ovs-dev] [PATCH v1

Re: [ovs-dev] [PATCH v5] dpcls: Change info-get function to fetch dpcls usage stats.

2022-03-21 Thread Amber, Kumar
Hi Ilya, Thanks for the comments. Replies are inline. > -Original Message- > From: Ilya Maximets > Sent: Thursday, March 17, 2022 5:30 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org; > Stokes, Ian > Cc: f...@sysclose.org; i.maxim...@ovn.org; Eelco Chaudron

Re: [ovs-dev] [PATCH v1 0/2] MFEX datapath independent Tests

2022-03-14 Thread Amber, Kumar
Hi Ilya, Thanks a lot for the valuable feedback. Please find the reply inline. > -Original Message- > From: Ilya Maximets > Sent: Saturday, March 12, 2022 3:57 AM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; f...@sysclose.org > Subject: Re: [

Re: [ovs-dev] [ovs-build] |fail| pw1600225 [ovs-dev, branch-2.15] dpdk: Use DPDK 20.11.4 release

2022-03-14 Thread Amber, Kumar
alahasthi, > Suneetha ; Amber, Kumar > > Subject: Re: [ovs-build] |fail| pw1600225 [ovs-dev, branch-2.15] dpdk: Use > DPDK 20.11.4 release > > On 3/14/22 12:29, Phelan, Michael wrote: > >> -Original Message- > >> From: Ilya Maximets > >> S

Re: [ovs-dev] [PATCH v1] system-dpdk.at: Add ignore warning for context switches in CI.

2022-03-11 Thread Amber, Kumar
Hi IIlya, > -Original Message- > From: Ilya Maximets > Sent: Saturday, March 12, 2022 3:26 AM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; Phelan, Michael > Subject: Re: [ovs-dev] [PATCH v1] system-dpdk.at: Add ignore warning for > c

Re: [ovs-dev] [PATCH v1] system-dpdk.at: Add ignore warning for context switches in CI.

2022-03-02 Thread Amber, Kumar
Hi llya, > -Original Message- > From: Ilya Maximets > Sent: Tuesday, March 1, 2022 1:50 AM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; Phelan, Michael > Subject: Re: [ovs-dev] [PATCH v1] system-dpdk.at: Add ignore warning for > c

Re: [ovs-dev] [PATCH v1] system-dpdk.at: Improve mfex test to include dpif avx512.

2022-02-28 Thread Amber, Kumar
Hi Cian, I agree with the suggestion we can use the normal AT_CHECK since we already have used the AT_CHECK_IF for checking AVX512. Thanks > -Original Message- > From: Ferriter, Cian > Sent: Monday, February 28, 2022 2:44 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org

Re: [ovs-dev] [PATCH v1] system-dpdk.at: Add ignore warning for context switches in CI.

2022-02-28 Thread Amber, Kumar
Hi IIya, Thanks for the comments > > > Hi. These warnings are more about long poll intervals and that should not > happen during tests. Which test is causing this problem? > > Long poll intervals usually indicate a problem with the test itself. > Usual suspect is poor pinning of PMD

Re: [ovs-dev] [PATCH] dpif-netdev: Simplify atomic function pointer stores

2022-02-21 Thread Amber, Kumar
Hi Cian, Thanks for the Patch. I have tested the patch and reviewed as well. One small minor comment . > +atomic_store_relaxed(>miniflow_extract_opt, > +miniflow_funcs[MFEX_IMPL_SCALAR].extract_func); > VLOG_INFO("Not enough packets matched (%u/%u),

Re: [ovs-dev] [PATCH v3] dpif-netdev: fix vlan and ipv4 parsing in avx512

2022-02-07 Thread Amber, Kumar
to be Added here Regards Amber > -Original Message- > From: Eelco Chaudron > Sent: Friday, February 4, 2022 2:54 PM > To: Van Haaren, Harry > Cc: ovs-dev@openvswitch.org; Ferriter, Cian ; Stokes, > Ian ; i.maxim...@ovn.org; Amber, Kumar > > Subject: Re: [PATCH v

Re: [ovs-dev] [PATCH v3] dpif-netdev: fix vlan and ipv4 parsing in avx512

2022-01-31 Thread Amber, Kumar
Hi Harry, Tested Again and looks ohk now in random testing. Regards Amber > -Original Message- > From: Van Haaren, Harry > Sent: Monday, January 31, 2022 7:25 PM > To: ovs-dev@openvswitch.org > Cc: Ferriter, Cian ; Stokes, Ian > ; i.maxim...@ovn.org; echau...@redhat.c

Re: [ovs-dev] dev Digest, Vol 150, Issue 161

2022-01-31 Thread Amber, Kumar
Hi Harry, Thanks for the fix while testing found an issue around frag masking. The mask is causing one bit to be not exactly what is being generated from scalar MFEX and due to which Auto-validator tests are failing.

Re: [ovs-dev] [PATCH] dpif-netdev-extract: Change availability log level to DBG.

2022-01-04 Thread Amber, Kumar
Hi IIlya, Thanks for the patch. Tested and Reviewed all looks good. > -Original Message- > From: Ilya Maximets > Sent: Tuesday, January 4, 2022 4:46 AM > To: ovs-dev@openvswitch.org > Cc: David Marchand ; Amber, Kumar > ; Ilya Maximets > Subject: [PATCH] dpif-n

Re: [ovs-dev] [PATCH v5] dpcls: Change info-get function to fetch dpcls usage stats.

2021-12-17 Thread Amber, Kumar
Thanks A lot, Eelco for all those reviews and great comments . Regards Amber > -Original Message- > From: Eelco Chaudron > Sent: Friday, December 17, 2021 4:35 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; Stokes, Ian > ; Van Haaren, Ha

Re: [ovs-dev] [PATCH v4] dpcls: Change info-get function to fetch dpcls usage stats.

2021-12-14 Thread Amber, Kumar
. Regards Amber > -Original Message- > From: Eelco Chaudron > Sent: Friday, December 10, 2021 6:49 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; Stokes, Ian > ; Van Haaren, Harry > Subject: Re: [PATCH v4] dpcls: Change info-get function to fetc

Re: [ovs-dev] [PATCH] dpif-netdev: Fix the autovalidator output for the miniflow extract.

2021-12-14 Thread Amber, Kumar
Hi Ilya, Reviewed and Tested the Patch looks good. Thanks for the Fixes . > -Original Message- > From: Ilya Maximets > Sent: Tuesday, December 14, 2021 3:49 AM > To: ovs-dev@openvswitch.org > Cc: Stokes, Ian ; Amber, Kumar > ; Ferriter, Cian ; Van > Haaren,

Re: [ovs-dev] [PATCH v3 2/4] system-dpdk: Use dummy-pmd port for packet injection.

2021-12-01 Thread Amber, Kumar
Hi David, Please find my replies inline. > -Original Message- > From: David Marchand > Sent: Tuesday, November 30, 2021 8:30 PM > To: d...@openvswitch.org > Cc: i.maxim...@ovn.org; Stokes, Ian ; > tredae...@redhat.com; Amber, Kumar ; > f...@sysclose.org

Re: [ovs-dev] [PATCH v3 4/4] tests: Move MFEX tests to dpif-netdev.

2021-12-01 Thread Amber, Kumar
Hi David, Please find the Replies inline. > -Original Message- > From: David Marchand > Sent: Wednesday, December 1, 2021 6:24 PM > To: Amber, Kumar > Cc: d...@openvswitch.org; i.maxim...@ovn.org; Stokes, Ian > ; tredae...@redhat.com; f...@sysclose.org; >

Re: [ovs-dev] [PATCH v3 4/4] tests: Move MFEX tests to dpif-netdev.

2021-12-01 Thread Amber, Kumar
edae...@redhat.com; Amber, Kumar ; > f...@sysclose.org; echau...@redhat.com; maxime.coque...@redhat.com > Subject: [PATCH v3 4/4] tests: Move MFEX tests to dpif-netdev. > > The MFEX code and tests do not depend on DPDK anymore. > We can move the unit tests to dpif-netdev. > > Sign

Re: [ovs-dev] Unit Test Failure Report to OVS ML

2021-09-30 Thread Amber, Kumar
Hi IIya, Pls find the replies inline. > -Original Message- > From: Ilya Maximets > Sent: Tuesday, September 28, 2021 6:22 PM > To: Amber, Kumar ; Ilya Maximets > ; ovs-dev@openvswitch.org; > tony.vanderp...@alliedtelesis.co.nz > Cc: Stokes, Ian ; Van Haaren, Harry &

Re: [ovs-dev] Unit Test Failure Report to OVS ML

2021-09-28 Thread Amber, Kumar
instruction. This test seems to expect *a specific value* of a hash result, causing it to pass/fail based on hashing implementation selected at ./configure time. Regards Amber > -Original Message- > From: Ilya Maximets > Sent: Tuesday, September 21, 2021 7:00 PM > To: Ambe

Re: [ovs-dev] Unit Test Failure Report to OVS ML

2021-09-21 Thread Amber, Kumar
test-case. Regards Amber > -Original Message- > From: Ilya Maximets > Sent: Monday, September 20, 2021 5:05 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org; > i.maxim...@ovn.org; tony.vanderp...@alliedtelesis.co.nz > Cc: Stokes, Ian ; Van Haaren, Harry > > Subject: Re:

[ovs-dev] Unit Test Failure Report to OVS ML

2021-09-20 Thread Amber, Kumar
Hi all, The following commit ID with the following description added a test case for "tunnel-push-pop" test-suit by the name: "tunnel_push_pop - packet_out debug_slow" has been found to be failing on the latest master branch. ## --- ## ## openvswitch 2.16.90

Re: [ovs-dev] [PATCH v3] pmd.at: Add test-cases for DPCLS and DPIF commands.

2021-09-02 Thread Amber, Kumar
Thursday, September 2, 2021 10:40 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org > Subject: Re: [PATCH v3] pmd.at: Add test-cases for DPCLS and DPIF commands. > > On 26/08/2021 20:57, Kumar Amber wrote: > > Added 2 separate test-cases for DPCLS and DPIF c

Re: [ovs-dev] [PATCH v2] pmd.at: Add test-cases for set and get commands for DPCLS and DPIF

2021-08-27 Thread Amber, Kumar
: generic ]) V3: http://patchwork.ozlabs.org/project/openvswitch/list/?series=259816 Thanks for the get and set idea . And more responses are in-lined. > -Original Message- > From: Kevin Traynor > Sent: Friday, August 27, 2021 3:35 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org &

Re: [ovs-dev] [PATCH v2] pmd.at: Add test-cases for set and get commands for DPCLS and DPIF

2021-08-26 Thread Amber, Kumar
Hi Kevin, Thanks a lot for the Reviews. Responses are inlined. > -Original Message- > From: Kevin Traynor > Sent: Thursday, August 26, 2021 8:50 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org > Subject: Re: [ovs-dev] [PATCH v2] pmd.at: Add

Re: [ovs-dev] [PATCH v1] system-dpdk: Add test-cases for set and get commands for DPCLS and DPIF

2021-08-25 Thread Amber, Kumar
Hi Ilya, Thanks for the Reviews . Replies are Inline. > -Original Message- > From: Ilya Maximets > Sent: Wednesday, August 25, 2021 8:02 PM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org > Subject: Re: [ovs-dev] [PATCH v1] system-dpdk: Add

Re: [ovs-dev] [PATCH v1] tests: fix python2 module not find error

2021-07-19 Thread Amber, Kumar
Hi IIya, Will update the v2 with both the changes. Br Amber > -Original Message- > From: Ilya Maximets > Sent: Monday, July 19, 2021 6:55 PM > To: Amber, Kumar ; Ilya Maximets > ; ovs-dev@openvswitch.org > Cc: Stokes, Ian > Subject: Re: [PATCH v1] tests: fix py

Re: [ovs-dev] [PATCH v1] tests: fix python2 module not find error

2021-07-19 Thread Amber, Kumar
Hi llya, Pls find my comments inline. > -Original Message- > From: Ilya Maximets > Sent: Monday, July 19, 2021 4:51 PM > To: Amber, Kumar ; Ilya Maximets > ; ovs-dev@openvswitch.org > Cc: Stokes, Ian > Subject: Re: [PATCH v1] tests: fix python2 module not find er

Re: [ovs-dev] [PATCH v1] tests: fix python2 module not find error

2021-07-19 Thread Amber, Kumar
Hi llya, Pls find the comments inline. > -Original Message- > From: Ilya Maximets > Sent: Monday, July 19, 2021 4:07 PM > To: Ilya Maximets ; Amber, Kumar > ; ovs-dev@openvswitch.org > Cc: Stokes, Ian > Subject: Re: [PATCH v1] tests: fix python2 module not find err

Re: [ovs-dev] [PATCH v1] tests: fix python2 module not find error

2021-07-16 Thread Amber, Kumar
rue) NameError: name 'PcapWriter' is not defined Is this ohk ? Regards Amber > -Original Message- > From: Ilya Maximets > Sent: Saturday, July 17, 2021 12:21 AM > To: Amber, Kumar ; ovs-dev@openvswitch.org > Cc: i.maxim...@ovn.org; Stokes, Ian > Subject: Re: [PATCH

Re: [ovs-dev] [PATCH v14 10/11] dpif-netdev/mfex: Add AVX512 based optimized miniflow extract

2021-07-16 Thread Amber, Kumar
1 2:52 PM > To: Stokes, Ian > Cc: Flavio Leitner ; Amber, Kumar > ; ovs-dev@openvswitch.org; i.maxim...@ovn.org; > Van Haaren, Harry ; Ferriter, Cian > > Subject: Re: [PATCH v14 10/11] dpif-netdev/mfex: Add AVX512 based optimized > miniflow extract > > > > O

Re: [ovs-dev] [PATCH v13 06/11] dpif-netdev: Add packet count and core id paramters for study

2021-07-15 Thread Amber, Kumar
Hi Flavio, > -Original Message- > From: Flavio Leitner > Sent: Thursday, July 15, 2021 8:28 PM > To: Eelco Chaudron > Cc: Amber, Kumar ; ovs-dev@openvswitch.org; > i.maxim...@ovn.org; Van Haaren, Harry ; > Ferriter, Cian ; Stokes, Ian > Subject: Re: [PATCH v13

Re: [ovs-dev] [v12 01/11] dpif-netdev: Add command line and function pointer for miniflow extract

2021-07-15 Thread Amber, Kumar
Hi Eelco, > -Original Message- > From: Eelco Chaudron > Sent: Thursday, July 15, 2021 1:38 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian > Subject: Re: [v12

Re: [ovs-dev] [v12 06/11] dpif-netdev: Add packet count and core id paramters for study

2021-07-14 Thread Amber, Kumar
Hi Eelco, Yeah I missed one Comments below but all have been fixed waiting for more reviews on this patch before sending new one. > -Original Message- > From: Eelco Chaudron > Sent: Wednesday, July 14, 2021 8:43 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f.

Re: [ovs-dev] [v12 07/11] test/sytem-dpdk: Add unit test for mfex autovalidator

2021-07-14 Thread Amber, Kumar
Hi Eelco, From: Eelco Chaudron Sent: Wednesday, July 14, 2021 8:26 PM To: Amber, Kumar Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van Haaren, Harry ; Ferriter, Cian ; Stokes, Ian Subject: Re: [v12 07/11] test/sytem-dpdk: Add unit test for mfex autovalidator

Re: [ovs-dev] [v10 06/12] dpif-netdev: Add packet count and core id paramters for study

2021-07-14 Thread Amber, Kumar
Hi Eelco, The requested changes for the rework of MFEX-set commands are now available in v12  Br Amber > -Original Message- > From: Eelco Chaudron > Sent: Wednesday, July 14, 2021 4:04 PM > To: Van Haaren, Harry > Cc: Amber, Kumar ; ovs-dev@openvswitch.org; >

Re: [ovs-dev] [v11 06/11] dpif-netdev: Add packet count and core id paramters for study

2021-07-14 Thread Amber, Kumar
Hi Eelco, > -Original Message- > From: Eelco Chaudron > Sent: Wednesday, July 14, 2021 4:21 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian > Subject: Re: [v11

Re: [ovs-dev] [v11 07/11] test/sytem-dpdk: Add unit test for mfex autovalidator

2021-07-14 Thread Amber, Kumar
Hi Eelco, > -Original Message- > From: Eelco Chaudron > Sent: Wednesday, July 14, 2021 4:08 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian > Subject: Re: [v11 07/

Re: [ovs-dev] [v11 07/11] test/sytem-dpdk: Add unit test for mfex autovalidator

2021-07-14 Thread Amber, Kumar
Hi Eelco, > > + > > +AT_SKIP_IF([! ovs-appctl dpif-netdev/miniflow-parser-get | sed 1,4d | > > +grep -v "not available"], [], [dnl > > +]) > > Please, if you make changes, test them, as this has never worked, as you > changed this to True/False. > Here is a working example: > > AT_SKIP_IF([!

Re: [ovs-dev] [v10 08/12] dpif/stats: add miniflow extract opt hits counter

2021-07-13 Thread Amber, Kumar
Hi Eelco, Fixed the minor typos in v11 > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 5:51 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian

Re: [ovs-dev] [v9 07/12] test/sytem-dpdk: Add unit test for mfex autovalidator

2021-07-13 Thread Amber, Kumar
Hi Eelco Added the requested feature in v11. > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 5:50 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stoke

Re: [ovs-dev] [v10 12/12] dpif-netdev: add mfex options to scalar dpif

2021-07-13 Thread Amber, Kumar
. And again, Thank you for all the valuable feedbacks and Comments  BR Amber > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 7:28 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harr

Re: [ovs-dev] [v5] dpif/dpcls: limit count subtable search info logs

2021-07-13 Thread Amber, Kumar
Thanks Flavio  > -Original Message- > From: Flavio Leitner > Sent: Wednesday, July 14, 2021 2:03 AM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org > Subject: Re: [ovs-dev] [v5] dpif/dpcls: limit count subtable search info logs > > On Tue, Jul 13, 2021 at

Re: [ovs-dev] [v10 05/12] dpif-netdev: Add configure to enable autovalidator at build time.

2021-07-13 Thread Amber, Kumar
Done and added the ack  > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 3:18 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian > Subje

Re: [ovs-dev] [v10 03/12] dpif-netdev: Add study function to select the best mfex function

2021-07-13 Thread Amber, Kumar
Hi Eelco, Fixed both and hence keeping the Ack  > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 2:58 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; S

Re: [ovs-dev] [v10 04/12] docs/dpdk/bridge: add miniflow extract section.

2021-07-13 Thread Amber, Kumar
Hi Eelco, Fixed > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 3:04 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian > Subject: Re: [v10

Re: [ovs-dev] [v10 01/12] dpif-netdev: Add command line and function pointer for miniflow extract

2021-07-13 Thread Amber, Kumar
Hi Eelco, Done  > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 3:08 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian > Subject: Re: [v10

Re: [ovs-dev] [v10 01/12] dpif-netdev: Add command line and function pointer for miniflow extract

2021-07-13 Thread Amber, Kumar
Hi Eelco, Pls find my replies and should I add your ack after fixing those if those are the last ones  > > + > > +miniflow_extract_func > > +dp_mfex_impl_get_default(void) > > +{ > > +return default_mfex_func; > > This is still not atomic, you need an atomic_read_relaxed() here. > Yes

Re: [ovs-dev] [v9 07/12] test/sytem-dpdk: Add unit test for mfex autovalidator

2021-07-13 Thread Amber, Kumar
Hi Eelco, Pls ignore the comments on check-patch error for python query I have fixed all of them will be there in v11. > -Original Message- > From: Amber, Kumar > Sent: Tuesday, July 13, 2021 2:10 PM > To: 'Eelco Chaudron' > Cc: ovs-dev@openvswitch.org; f...@sysclo

Re: [ovs-dev] [v9 07/12] test/sytem-dpdk: Add unit test for mfex autovalidator

2021-07-13 Thread Amber, Kumar
Hi Eelco, Thanks I didn’t knew about his file . I will fix them > I opened the below python file in emacs and got tons of flake warnings. > Looking at the makefile, I noticed you forgot to add it to the flake list. > Please make the following modification: > > diff --git a/tests/automake.mk

Re: [ovs-dev] [v9 10/12] dpif-netdev/mfex: Add AVX512 based optimized miniflow extract

2021-07-13 Thread Amber, Kumar
Hi Eelco, Thanks for the typo and added you Ack. > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 1:34 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; S

Re: [ovs-dev] [v9 08/12] dpif/stats: add miniflow extract opt hits counter

2021-07-13 Thread Amber, Kumar
Hi Eelco, > -Original Message- > From: Eelco Chaudron > Sent: Tuesday, July 13, 2021 1:15 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian > Subject: Re: [v9 08/12]

Re: [ovs-dev] [v9 06/12] dpif-netdev: Add packet count and core id paramters for study

2021-07-12 Thread Amber, Kumar
Hi Eelco, Pls find my comments inline. > -Original Message- > From: Eelco Chaudron > Sent: Monday, July 12, 2021 9:17 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ian

Re: [ovs-dev] [v9 05/12] dpif-netdev: Add configure to enable autovalidator at build time.

2021-07-12 Thread Amber, Kumar
Hi Eelco, Fixed all and reworked default. > -Original Message- > From: Eelco Chaudron > Sent: Monday, July 12, 2021 6:50 PM > To: Amber, Kumar > Cc: ovs-dev@openvswitch.org; f...@sysclose.org; i.maxim...@ovn.org; Van > Haaren, Harry ; Ferriter, Cian > ; Stokes, Ia

  1   2   >