x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction
authorEric Dumazet <edumazet@google.com>
Mon, 4 Jun 2012 21:26:30 +0000 (21:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jun 2012 16:42:44 +0000 (09:42 -0700)
commit ffe06c17afbb  (filter: add XOR operation) added generic support
for XOR operation.

This patch implements the XOR instruction in x86 jit.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found