[dpdk-dev] [PATCH v4 1/9] eal: relocate per thread symbols to common

Olivier Matz olivier.matz at 6wind.com
Tue Jun 30 11:33:46 CEST 2020


On Fri, Jun 26, 2020 at 04:47:28PM +0200, David Marchand wrote:
> We have per lcore thread symbols scattered in OS implementations but
> common code relies on them.
> Move all of them in common.
> 
> RTE_PER_LCORE(_socket_id) and RTE_PER_LCORE(_cpuset) have public
> accessors and are not exported through the library map, they can be
> made static.
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>

Reviewed-by: Olivier Matz <olivier.matz at 6wind.com>


More information about the dev mailing list