commit | 228498596c44041c710f5a633904205bc1cd9177 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Aug 19 21:56:34 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 19 21:56:34 2017 -0700 |
tree | 859903eeb8d19cdfeb44fac4c72e594058534a56 | |
parent | 06d0a11f6e4a1f576937758f7fbbbe8ad398e0ef [diff] | |
parent | 7b0c2a0508b90fce79d3782b2e55d0e8bf6a283e [diff] |
Merge branch 'BPF-inline-improvements' Daniel Borkmann says: ==================== BPF inline improvements First one makes htab inlining more robust wrt future jits and second one inlines map in map lookups through map_gen_lookup() callback. v1 -> v2: - BITS_PER_LONG guard in patch 1 - BPF_EMIT_CALL is on __htab_map_lookup_elem ==================== Signed-off-by: David S. Miller <davem@davemloft.net>