[PATCH v4] eal: add seqlock

Mattias Rönnblom mattias.ronnblom at ericsson.com
Fri Apr 8 18:37:54 CEST 2022


On 2022-04-08 17:19, Stephen Hemminger wrote:
> On Fri, 8 Apr 2022 16:24:42 +0200
> Mattias Rönnblom <mattias.ronnblom at ericsson.com> wrote:
> 
>> +	/* A writer pegged the sequence number during the read operation. */
>> +	if (unlikely(begin_sn != end_sn))
>> +		return true;
> 
> In some countries "pegged" might be considered inappropriate slang.
> Use incremented or changed instead.

OK.


More information about the dev mailing list