Re: [PATCH v2 4/4] testpmd: add support for displaying lanes capability

2024-06-12 Thread Ferruh Yigit
On 6/12/2024 6:53 PM, Damodharam Ammepalli wrote: > On Tue, Jun 11, 2024 at 4:39 PM Ferruh Yigit wrote: >> >> On 6/2/2024 3:45 AM, Damodharam Ammepalli wrote: >>> Add a new api support that displays the speeds and bitmap of >>> supported lanes configuration by the ethernet controller. >>> This pat

Re: [PATCH v2 4/4] testpmd: add support for displaying lanes capability

2024-06-12 Thread Damodharam Ammepalli
On Tue, Jun 11, 2024 at 4:39 PM Ferruh Yigit wrote: > > On 6/2/2024 3:45 AM, Damodharam Ammepalli wrote: > > Add a new api support that displays the speeds and bitmap of > > supported lanes configuration by the ethernet controller. > > This patch adds support in the testpmd cli chain. > > > > Sign

Re: [PATCH v2 4/4] testpmd: add support for displaying lanes capability

2024-06-11 Thread Ferruh Yigit
On 6/2/2024 3:45 AM, Damodharam Ammepalli wrote: > Add a new api support that displays the speeds and bitmap of > supported lanes configuration by the ethernet controller. > This patch adds support in the testpmd cli chain. > > Signed-off-by: Damodharam Ammepalli > --- > app/test-pmd/cmdline.c