commit | 733ef7f056a5e23b66e8e7bb3508ca882db388f0 | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@intel.com> | Wed Sep 18 09:57:39 2019 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Sep 19 14:23:41 2019 +0200 |
tree | 1ba4a5c5ffc42b18a32d43ed6220476ed2e48c23 | |
parent | a0791f0df7d212c245761538b17a9ea93607b667 [diff] |
xsk: relax UMEM headroom alignment This patch removes the 64B alignment of the UMEM headroom. There is really no reason for it, and having a headroom less than 64B should be valid. Fixes: c0c77d8fb787 ("xsk: add user memory registration support sockopt") Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>