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

2022-11-18 Thread Hanumanth Reddy Pothula
t; ; Zhang, Yuying ; > Han, YingyaX ; Jiang, YuX > Cc: dev@dpdk.org; andrew.rybche...@oktetlabs.ru; > tho...@monjalon.net; jer...@marvell.com; ndabilpu...@marvell.com > Subject: Re: [PATCH v3 1/1] app/testpmd: add valid check to verify multi > mempool feature > > On 11/17/2022

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

2022-11-18 Thread Hanumanth Pothula
Validate ethdev parameter 'max_rx_mempools' to know whether device supports multi-mempool feature or not. Bugzilla ID: 1128 Signed-off-by: Hanumanth Pothula v4: - updated if condition. v3: - Simplified conditional check. - Corrected spell, whether. v2: - Rebased on tip of next-net/main. ---

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

2022-11-17 Thread Han, YingyaX
eep ; Zhang, Yuying ; Han, YingyaX ; Jiang, YuX Cc: dev@dpdk.org; andrew.rybche...@oktetlabs.ru; tho...@monjalon.net; jer...@marvell.com; ndabilpu...@marvell.com Subject: Re: [PATCH v3 1/1] app/testpmd: add valid check to verify multi mempool feature On 11/17/2022 4:03 PM, Hanumanth Pothula wrot

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

2022-11-17 Thread Ferruh Yigit
On 11/17/2022 4:03 PM, Hanumanth Pothula wrote: > Validate ethdev parameter 'max_rx_mempools' to know whether > device supports multi-mempool feature or not. > > Bugzilla ID: 1128 > > Signed-off-by: Hanumanth Pothula > v3: > - Simplified conditional check. > - Corrected spell, whether. > v2: >

[PATCH v3 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 whether device supports multi-mempool feature or not. Bugzilla ID: 1128 Signed-off-by: Hanumanth Pothula v3: - Simplified conditional check. - Corrected spell, whether. v2: - Rebased on tip of next-net/main. --- app/test-pmd/testpmd.c | 8 +