Re: [dpdk-dev] [PATCH v1, 1/2] bonding: fix port id validity check on parsing

2020-12-07 Thread Ferruh Yigit
On 11/26/2020 2:45 AM, Min Hu (Connor) wrote: It looks good to me, thanks. Converting it to an explicit ack: Acked-by: Min Hu (Connor) Applied to dpdk-next-net/main, thanks.

Re: [dpdk-dev] [PATCH v1, 1/2] bonding: fix port id validity check on parsing

2020-11-25 Thread Min Hu (Connor)
It looks good to me, thanks.

[dpdk-dev] [PATCH v1 1/2] bonding: fix port id validity check on parsing

2020-04-17 Thread Gaetan Rivet
If the port_id is equal to RTE_MAX_ETHPORTS, it should be considered invalid. Additionally, UNUSED ports are also not valid port ids to be used afterward. To simplify following the ethdev API rules, use the exposed function checking whether a port id is valid. Fixes: 2efb58cbab6e ("bond: new link