On 7/25/23 15:18, Jose E. Marchesi wrote:
>
> Hi David.
>
>> +<<< HEAD
>
> There is a merge problem there.
Ugh, I swear I've fixed this twice now. Yet it keeps cropping up.
Sorry. v2 shortly.
>
>> @opindex mbswap
>> @item -mbswap
>> Enable byte swap instructions. Enabled for CPU v4
Hi David.
> +<<< HEAD
There is a merge problem there.
> @opindex mbswap
> @item -mbswap
> Enable byte swap instructions. Enabled for CPU v4 and above.
> @@ -24715,6 +24716,12 @@ Enable byte swap instructions. Enabled for CPU v4
> and above.
> @item -msdiv
> Enable signed division a
This patch adds support for the general atomic operations introduced in
eBPF v3. In addition to the existing atomic add instruction, this adds:
- Atomic and, or, xor
- Fetching versions of these operations (including add)
- Atomic exchange
- Atomic compare-and-exchange
To control emission of t