Re: [PATCH net-next v5 10/10] selftests: openvswitch: add emit_sample test

2024-06-27 Thread Adrián Moreno
On Wed, Jun 26, 2024 at 01:15:21PM GMT, Ilya Maximets wrote: > On 6/25/24 22:51, Adrian Moreno wrote: > > Add a test to verify sampling packets via psample works. > > > > In order to do that, create a subcommand in ovs-dpctl.py to listen to > > on the psample multicast group and print samples. > >

Re: [PATCH net-next v5 10/10] selftests: openvswitch: add emit_sample test

2024-06-26 Thread Ilya Maximets
On 6/25/24 22:51, Adrian Moreno wrote: > Add a test to verify sampling packets via psample works. > > In order to do that, create a subcommand in ovs-dpctl.py to listen to > on the psample multicast group and print samples. > > Signed-off-by: Adrian Moreno > --- > .../selftests/net/openvswitch/

[PATCH net-next v5 10/10] selftests: openvswitch: add emit_sample test

2024-06-25 Thread Adrian Moreno
Add a test to verify sampling packets via psample works. In order to do that, create a subcommand in ovs-dpctl.py to listen to on the psample multicast group and print samples. Signed-off-by: Adrian Moreno --- .../selftests/net/openvswitch/openvswitch.sh | 114 +- .../selftests