diff options
author | Magnus Karlsson <magnus.karlsson@intel.com> | 2018-07-11 10:12:52 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-07-13 15:34:31 +0200 |
commit | 09210c4bcc065d9d91ef3c051902ad18252cd3c0 (patch) | |
tree | a6f5887720b2047a63fd37546b6bcc946d35a960 /include/soc | |
parent | 6efb4436f7fcc50cc3fb9a113d0f16e3968172b1 (diff) | |
download | linux-09210c4bcc065d9d91ef3c051902ad18252cd3c0.tar.bz2 |
xsk: do not return EMSGSIZE in copy mode for packets larger than MTU
This patch stops returning EMSGSIZE from sendmsg in copy mode when the
size of the packet is larger than the MTU. Just send it to the device
so that it will drop it as in zero-copy mode. This makes the error
reporting consistent between copy mode and zero-copy mode.
Fixes: 35fcde7f8deb ("xsk: support for Tx")
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'include/soc')
0 files changed, 0 insertions, 0 deletions