On Tue, Oct 26, 2021 at 1:20 PM Konstantin Ananyev <konstantin.anan...@intel.com> wrote: > > (bitratestats_autotest|latencystats_autotest|pdump_autotest) tests > generate a log of error messages like that: > > test_packet_forward() line 104: Error sending packet to port 0 > Send pkts Failed > > These tests use of app/test/sample_packet_forward.* code. > This code creates a portid from a ring, but doesn't properly > configure/start it. > The fix adds code to configure/start given port before usage. > > Fixes: 7a0935239b9e ("ethdev: make fast-path functions to use new flat array") > Fixes: a52966cd48fd ("test: add helpers using ring PMD Rx/Tx") > Cc: sta...@dpdk.org > > Reported-by: David Marchand <david.march...@redhat.com> > Signed-off-by: Konstantin Ananyev <konstantin.anan...@intel.com> Tested-by: David Marchand <david.march...@redhat.com>
Thanks for the fix. -- David Marchand