Re: [dpdk-dev] [PATCH v2 0/4] Socket ID check removal

2017-06-22 Thread Thomas Monjalon
> Pablo de Lara (4): > cryptodev: remove socket id check > crypto/scheduler: remove socket id check > net/bonding: remove socket id check > test/bonding: remove socket id check Applied, thanks

[dpdk-dev] [PATCH v2 0/4] Socket ID check removal

2017-06-21 Thread Pablo de Lara
Several libraries, drivers and tests check if a socket is within the range of available sockets, by implementig their own function, which returns the total number of sockets that have memory. First of all, this function is not completely correct, as it really returns the highest socket id that ha