Re: [PATCH] app/testpmd: fix flow transfer proxy port handling

2021-11-17 Thread Ferruh Yigit
On 11/17/2021 7:41 AM, Slava Ovsiienko wrote: -Original Message- From: Ivan Malov Sent: Tuesday, November 16, 2021 17:38 To: dev@dpdk.org Cc: David Marchand ; Ferruh Yigit ; NBU-Contact-Thomas Monjalon ; Andrew Rybchenko ; Xiaoyun Li ; Ori Kam Subject: [PATCH] app/testpmd: fix flow

RE: [PATCH] app/testpmd: fix flow transfer proxy port handling

2021-11-16 Thread Slava Ovsiienko
> -Original Message- > From: Ivan Malov > Sent: Tuesday, November 16, 2021 17:38 > To: dev@dpdk.org > Cc: David Marchand ; Ferruh Yigit > ; NBU-Contact-Thomas Monjalon > ; Andrew Rybchenko > ; Xiaoyun Li ; Ori > Kam > Subject: [PATCH] app/testpmd: fix flo

RE: [PATCH] app/testpmd: fix flow transfer proxy port handling

2021-11-16 Thread Ori Kam
Hi Ivan, > -Original Message- > From: Ivan Malov > Sent: Tuesday, November 16, 2021 5:38 PM > 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 erro

[PATCH] app/testpmd: fix flow transfer proxy port handling

2021-11-16 Thread Ivan Malov
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