commit | 959b71db53e310bc63be22bfa3401aef30c6035d | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@intel.com> | Tue May 22 09:34:56 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue May 22 10:25:05 2018 +0200 |
tree | a240a4f64cd3a11322397809604b008227c8d184 | |
parent | d849f9f9768cf9ba6d68a395c67065522625b27c [diff] |
xsk: remove rebind support Supporting rebind, i.e. after a successful bind the process can call bind again without closing the socket, makes the AF_XDP setup state machine more complex. Constrain the state space, by not supporting rebind. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>