Re: [dpdk-dev] [PATCH v2 3/4] net/bonding: remove socket id check

2017-06-22 Thread Declan Doherty
On 21/06/2017 6:07 AM, Pablo de Lara wrote: Socket id parsed from the user was checked if it was in the range of available sockets. This check is unnecessary, as the socket specified might not have memory anyway, so it will fail at memory allocation. Therefore, the best solution is to remove thi

[dpdk-dev] [PATCH v2 3/4] net/bonding: remove socket id check

2017-06-21 Thread Pablo de Lara
Socket id parsed from the user was checked if it was in the range of available sockets. This check is unnecessary, as the socket specified might not have memory anyway, so it will fail at memory allocation. Therefore, the best solution is to remove this check. Signed-off-by: Pablo de Lara --- d