commit | 37b076933a8e38e72ffd3c40d3eeb5949f38baf3 | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@intel.com> | Tue May 22 09:35:01 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue May 22 10:25:06 2018 +0200 |
tree | d69135d54b4a1036d34377ddc40255b4d22ae49a | |
parent | 1c4917da36ed76981cc3c2671b3a44765c02bbc3 [diff] |
xsk: add missing write- and data-dependency barrier Here, we add a missing write-barrier, and use READ_ONCE for the data-dependency barrier. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>