commit | 4bfaddf15bac7afa7048d105864dab65c5d1f9e7 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Jun 04 21:26:30 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 06 09:42:44 2012 -0700 |
tree | e545e7e21fc521c7f81230476747b32557f7be73 | |
parent | c2fd03a0115a244c5f622453b2b1f038ed5700a6 [diff] |
x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction 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>