Re: [PATCH] doc: add deprecation notice for inconsistent socket_id types

2023-07-16 Thread Stephen Hemminger
On Fri, 14 Oct 2022 10:09:44 +0200 Markus Theil wrote: > DPDK uses many different types for socket_id's in its whole code > base. This leads to many warnings and casts in DPDK-based applications > compiled with -Wconversion. > > Announce a treewide consolidation to the return type of rte_socket_

Re: [PATCH] doc: add deprecation notice for inconsistent socket_id types

2022-10-14 Thread Jerin Jacob
On Fri, Oct 14, 2022 at 1:39 PM Markus Theil wrote: > > DPDK uses many different types for socket_id's in its whole code > base. This leads to many warnings and casts in DPDK-based applications > compiled with -Wconversion. > > Announce a treewide consolidation to the return type of rte_socket_id

[PATCH] doc: add deprecation notice for inconsistent socket_id types

2022-10-14 Thread Markus Theil
DPDK uses many different types for socket_id's in its whole code base. This leads to many warnings and casts in DPDK-based applications compiled with -Wconversion. Announce a treewide consolidation to the return type of rte_socket_id in DPDK 23.11. Signed-off-by: Markus Theil --- doc/guides/rel