RE: [EXT] Re: [PATCH v2 1/1] app/testpmd: add valid check to verify multi mempool feature

2022-11-17 Thread Hanumanth Reddy Pothula
Nithin Kumar Dabilpuram > > Subject: [EXT] Re: [PATCH v2 1/1] app/testpmd: add valid check to verify > multi mempool feature > > External Email > > -- > > > On 11/17/2022 6:25 PM,

Re: [PATCH v2 1/1] app/testpmd: add valid check to verify multi mempool feature

2022-11-17 Thread Singh, Aman Deep
On 11/17/2022 6:25 PM, Hanumanth Pothula wrote: Validate ethdev parameter 'max_rx_mempools' to know wheater device supports multi-mempool feature or not. Spell check: whether Bugzilla ID: 1128 Signed-off-by: Hanumanth Pothula Tested-by: Aman Singh v2: - Rebased on tip of next-net/

[PATCH v2 1/1] app/testpmd: add valid check to verify multi mempool feature

2022-11-17 Thread Hanumanth Pothula
Validate ethdev parameter 'max_rx_mempools' to know wheater device supports multi-mempool feature or not. Bugzilla ID: 1128 Signed-off-by: Hanumanth Pothula v2: - Rebased on tip of next-net/main --- app/test-pmd/testpmd.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git