]> git.baikalelectronics.ru Git - kernel.git/commit
doc/af_xdp: include unaligned chunk case
authorKevin Laatz <kevin.laatz@intel.com>
Tue, 27 Aug 2019 02:25:31 +0000 (02:25 +0000)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 30 Aug 2019 23:08:27 +0000 (01:08 +0200)
commit785cb0f42622f90b20f03b8829ece0feca3a0b2f
tree6d1552142231d509d5a13ebdd05d69ca1230c518
parent859262c74e5b1f2c498e078882e8031cc255473f
doc/af_xdp: include unaligned chunk case

The addition of unaligned chunks mode, the documentation needs to be
updated to indicate that the incoming addr to the fill ring will only be
masked if the user application is run in the aligned chunk mode. This patch
also adds a line to explicitly indicate that the incoming addr will not be
masked if running the user application in the unaligned chunk mode.

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Documentation/networking/af_xdp.rst