[PATCH v4] eal: add seqlock

Stephen Hemminger stephen at networkplumber.org
Fri Apr 8 17:19:36 CEST 2022


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.


More information about the dev mailing list