Re: [dpdk-dev] [PATCH v2] ethdev: add API to query proxy port to manage transfer flows

2021-10-06 Thread Andrew Rybchenko
On 10/6/21 12:10 AM, Ivan Malov wrote: > Not all DPDK ports in a given e-switch domain may have the Search in the Internet does not provide e-switch as a shorter form of "embedded switch". So, I agree with Thomas, it is better to avoid it in the documentation. Especially taking into account that t

[dpdk-dev] [PATCH v2] ethdev: add API to query proxy port to manage transfer flows

2021-10-05 Thread Ivan Malov
Not all DPDK ports in a given e-switch domain may have the privilege to manage "transfer" flows. Add an API to find a port with sufficient privileges by any port in the domain. Signed-off-by: Ivan Malov Reviewed-by: Andrew Rybchenko Acked-by: Ori Kam --- Patch series [1] has reworked support fo