Skip to content
Commit 9681ab06 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'nfp-bpf-rename-ALU_OP_NEG-and-support-BPF_NEG'



Jakub Kicinski says:

====================
nfp: bpf: rename ALU_OP_NEG and support BPF_NEG

Jiong says:

  Compilers are starting to use BPF_NEG, for example LLVM. However, NFP
does not support JITing it. This patch set adds this. Unit test is added
as well.

  Meanwhile, the current NFP_ALU_NEG is actually doing bitwise NOT (one's
complement) operation, so the name is misleading. This patch set corrects
this.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 07d3c4af 254ef4d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment