Re: [ovs-dev] [PATCH net-next 1/4] selftests: openvswitch: add an initial flow programming case

2023-07-27 Thread Aaron Conole
Adrian Moreno writes: > On 6/28/23 18:27, Aaron Conole wrote: >> The openvswitch self-tests can test much of the control side of >> the module (ie: what a vswitchd implementation would process), >> but the actual packet forwarding cases aren't supported, making >> the testing of limited value.

Re: [ovs-dev] [PATCH net-next 1/4] selftests: openvswitch: add an initial flow programming case

2023-07-07 Thread Adrian Moreno
On 6/28/23 18:27, Aaron Conole wrote: The openvswitch self-tests can test much of the control side of the module (ie: what a vswitchd implementation would process), but the actual packet forwarding cases aren't supported, making the testing of limited value. Add some flow parsing and an

Re: [ovs-dev] [PATCH net-next 1/4] selftests: openvswitch: add an initial flow programming case

2023-06-28 Thread 0-day Robot
Bleep bloop. Greetings Aaron Conole, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: sha1 information is lacking or useless

[ovs-dev] [PATCH net-next 1/4] selftests: openvswitch: add an initial flow programming case

2023-06-28 Thread Aaron Conole
The openvswitch self-tests can test much of the control side of the module (ie: what a vswitchd implementation would process), but the actual packet forwarding cases aren't supported, making the testing of limited value. Add some flow parsing and an initial ARP based test case using arping