]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'bpf-af-xdp-cleanups'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 22 May 2018 08:25:07 +0000 (10:25 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 22 May 2018 08:25:08 +0000 (10:25 +0200)
commitfd0bfa8d6e046237cb591bd3b51c87c56d4772b2
tree12259d05c54986563fb2696dd85b48fc5c94f686
parentd849f9f9768cf9ba6d68a395c67065522625b27c
parentd3b42f1422d9c050bf5a2c660c045af2ab5d3e72
Merge branch 'bpf-af-xdp-cleanups'

Björn Töpel says:

====================
This the second follow-up set. The first four patches are uapi
changes:

* Removing rebind support
* Getting rid of structure hole
* Removing explicit cache line alignment
* Stricter bind checks

The last patches do some cleanups, where the umem and refcount_t
changes were suggested by Daniel.

* Add a missing write-barrier and use READ_ONCE for data-dependencies
* Clean up umem and do proper locking
* Convert atomic_t to refcount_t
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>