Re: [ovs-dev] [PATCH ovn v3 1/2] tests: add make check-system-dpdk to test suite.

2023-07-05 Thread Dumitru Ceara
On 7/4/23 10:55, Ales Musil wrote: > On Tue, Jun 27, 2023 at 7:12 PM Dumitru Ceara wrote: > >> On 6/19/23 11:30, Eelco Chaudron wrote: >>> Allow the ovn-system tests to run on the OVS-DPDK infrastructure, >>> i.e., DPDK ports and mbuf memory. >>> >>> Co-authored-by: David Marchand >>>

Re: [ovs-dev] [PATCH ovn v3 1/2] tests: add make check-system-dpdk to test suite.

2023-07-04 Thread Ales Musil
On Tue, Jun 27, 2023 at 7:12 PM Dumitru Ceara wrote: > On 6/19/23 11:30, Eelco Chaudron wrote: > > Allow the ovn-system tests to run on the OVS-DPDK infrastructure, > > i.e., DPDK ports and mbuf memory. > > > > Co-authored-by: David Marchand > > Signed-off-by: David Marchand > > Signed-off-by:

Re: [ovs-dev] [PATCH ovn v3 1/2] tests: add make check-system-dpdk to test suite.

2023-06-27 Thread Dumitru Ceara
On 6/19/23 11:30, Eelco Chaudron wrote: > Allow the ovn-system tests to run on the OVS-DPDK infrastructure, > i.e., DPDK ports and mbuf memory. > > Co-authored-by: David Marchand > Signed-off-by: David Marchand > Signed-off-by: Eelco Chaudron > --- Hi Eelco, Acked-by: Dumitru Ceara Thanks,

[ovs-dev] [PATCH ovn v3 1/2] tests: add make check-system-dpdk to test suite.

2023-06-19 Thread Eelco Chaudron
Allow the ovn-system tests to run on the OVS-DPDK infrastructure, i.e., DPDK ports and mbuf memory. Co-authored-by: David Marchand Signed-off-by: David Marchand Signed-off-by: Eelco Chaudron --- v2: No changes. v3: Add 'dpdk-extra="--log-level=pmd.*:error --no-pci"' to test initialization.