Re: [PATCH] app/testpmd: fix flow transfer proxy port handling
From: Ferruh Yigit <hidden>
Date: 2021-11-17 10:57:10
On 11/17/2021 7:41 AM, Slava Ovsiienko wrote:
quoted
-----Original Message----- From: Ivan Malov <redacted> Sent: Tuesday, November 16, 2021 17:38 To: dev@dpdk.org Cc: David Marchand <redacted>; Ferruh Yigit [off-list ref]; NBU-Contact-Thomas Monjalon [off-list ref]; Andrew Rybchenko [off-list ref]; Xiaoyun Li [off-list ref]; Ori Kam [off-list ref] Subject: [PATCH] app/testpmd: fix flow transfer proxy port handling The current approach detects the proxy port on each port (re-)plug and may spam the log with error messages if the PMD does not support flows. As testpmd is a debug tool, it must not do such implicit port handling. Instead, the new API should be called only when the user requests that. Revoke the existing code. Implement an explicit command-line primitive to let the user find the proxy port themselves. Provide relevant hints. Fixes: 1179f05cc9a0 ("ethdev: query proxy port to manage transfer flows") Signed-off-by: Ivan Malov <redacted> Reviewed-by: Andrew Rybchenko <redacted>Acked-by: Viacheslav Ovsiienko <redacted>
Applied to dpdk-next-net/main, thanks.