Re: [dpdk-dev] [PATCH 2/7] net/mlx5: use direct API to find port by device

2020-06-28 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Michael Baum > Sent: Wednesday, June 24, 2020 2:33 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Slava Ovsiienko > > Subject: [dpdk-dev] [PATCH 2/7] net/mlx5: use direct API to find port by > device > > Using

[dpdk-dev] [PATCH 2/7] net/mlx5: use direct API to find port by device

2020-06-24 Thread Michael Baum
Using RTE_ETH_FOREACH_DEV_OF loop is not necessary when the driver wants to find only the first match. Use rte_eth_find_next_of to find it. Signed-off-by: Michael Baum Acked-by: Matan Azrad --- drivers/net/mlx5/mlx5_mr.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git