RE: [PATCH 2/2] app/testpmd: add test for external RxQ

2022-03-07 Thread Michael Baum
On 3/3/2022 3:02 PM, Ferruh Yigit wrote: > On 3/1/2022 8:26 PM, Michael Baum wrote: > > diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > > b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > > index d6490947c4..de5665c886 100644 > > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > > +++ b

Re: [PATCH 2/2] app/testpmd: add test for external RxQ

2022-03-03 Thread Ferruh Yigit
On 3/1/2022 8:26 PM, Michael Baum wrote: diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index d6490947c4..de5665c886 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -2502,6 +2502

[PATCH 2/2] app/testpmd: add test for external RxQ

2022-03-01 Thread Michael Baum
Add mlx5 internal test for map and unmap external RxQs. This patch adds to Testpmd app a runtime function to test the mapping API. For insert mapping use this command: testpmd> port (port_id) ext_rxq map (rte_queue_id) (hw_queue_id) For insert mapping use this command: testpmd> port (port_i