Re: [PATCH 08/11] samples/bpf: add unaligned chunks mode support to xdpsock

2019-06-24 Thread Björn Töpel
On Thu, 20 Jun 2019 at 19:25, Kevin Laatz wrote: > > This patch adds support for the unaligned chunks mode. The addition of the > unaligned chunks option will allow users to run the application with more > relaxed chunk placement in the XDP umem. > > Unaligned chunks mode can be used with the '-u'

[PATCH 08/11] samples/bpf: add unaligned chunks mode support to xdpsock

2019-06-20 Thread Kevin Laatz
This patch adds support for the unaligned chunks mode. The addition of the unaligned chunks option will allow users to run the application with more relaxed chunk placement in the XDP umem. Unaligned chunks mode can be used with the '-u' or '--unaligned' command line options. Signed-off-by: Kevin

[PATCH 08/11] samples/bpf: add unaligned chunks mode support to xdpsock

2019-06-20 Thread Kevin Laatz
This patch adds support for the unaligned chunks mode. The addition of the unaligned chunks option will allow users to run the application with more relaxed chunk placement in the XDP umem. Unaligned chunks mode can be used with the '-u' or '--unaligned' command line options. Signed-off-by: Kevin