Re: [PATCH] app/testpmd: fix parsing for connection tracking item

2024-07-05 Thread Ferruh Yigit
On 6/2/2024 11:23 AM, Maayan Kashani wrote: > In command line translation there were missing fields for > connection tracking item, as a result this item was not parsed > and was missing from the items list received from test-pmd. > > Fixes: 4d07cbefe3ba ("app/testpmd: add commands for conntrack")

RE: [PATCH] app/testpmd: fix parsing for connection tracking item

2024-06-17 Thread Maayan Kashani
, 12 June 2024 19:35 > To: Maayan Kashani ; dev@dpdk.org > Cc: Dariusz Sosnowski ; Raslan Darawsheh > ; sta...@dpdk.org; Ori Kam ; > Aman Singh ; Yuying Zhang > ; Bing Zhao > Subject: Re: [PATCH] app/testpmd: fix parsing for connection tracking item > > External em

Re: [PATCH] app/testpmd: fix parsing for connection tracking item

2024-06-12 Thread Ferruh Yigit
On 6/2/2024 11:23 AM, Maayan Kashani wrote: > In command line translation there were missing fields for > connection tracking item, as a result this item was not parsed > and was missing from the items list received from test-pmd. > > Fixes: 4d07cbefe3ba ("app/testpmd: add commands for conntrack")