Message ID | 20210721155918.188867-5-xhavli56@stud.fit.vutbr.cz (mailing list archive) |
---|---|
State | New |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | doc: update RTE flow rule and bonding related info | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/github-robot | success | github build: passed |
ci/Intel-compilation | success | Compilation OK |
ci/intel-Testing | success | Testing PASS |
diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index 2c43719ad3..8a6edc2bad 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -2603,6 +2603,9 @@ when in mode 4 (link-aggregation-802.3ad):: testpmd> set bonding lacp dedicated_queues (port_id) (enable|disable) +.. note:: + Dedicated queues `do not currently work + <https://bugs.dpdk.org/show_bug.cgi?id=759>`__ on mlx5 NICs. set bonding agg_mode ~~~~~~~~~~~~~~~~~~~~
In bonding mode 4 (8023ad), dedicated queues are not working on mlx5 NICs. Signed-off-by: Martin Havlik <xhavli56@stud.fit.vutbr.cz> --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ 1 file changed, 3 insertions(+)