[dpdk-dev] [PATCH v6 01/14] eal: introduce atomic exchange operation

Ferruh Yigit ferruh.yigit at intel.com
Sun Jan 21 20:25:59 CET 2018


On 1/21/2018 6:59 PM, Ferruh Yigit wrote:
> From: Stephen Hemminger <stephen at networkplumber.org>
> 
> To handle atomic update of link status (64 bit), every driver
> was doing its own version using cmpset.
> Atomic exchange is a useful primitive in its own right;
> therefore make it a EAL routine.
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
Series applied to dpdk-next-net/master, thanks.


More information about the dev mailing list