Re: [dpdk-dev] [PATCH] vfio: use contiguous mapping for IOVA as VA mode

2019-07-23 Thread Sirvys, Andrius
Subject: [PATCH] vfio: use contiguous mapping for IOVA as VA mode When using IOVA as VA mode, there is no need to map segments page by page. This normally isn't a problem, but it becomes one when attempting to use DPDK in no-huge mode, where VFIO subsystem simply runs out of space to store ma

Re: [dpdk-dev] [dpdk-stable] [PATCH] test-pmd: removed references to crc_strip

2019-06-19 Thread Sirvys, Andrius
18, 2019 12:09 PM To: Sirvys, Andrius Cc: dpdk stable ; Lu, Wenzhuo ; Wu, Jingjing ; Iremonger, Bernard ; Yigit, Ferruh ; dev Subject: Re: [dpdk-stable] [PATCH] test-pmd: removed references to crc_strip On Tue, Jun 18, 2019 at 12:59 PM Andrius Sirvys mailto:andrius.sir...@intel.com>>

Re: [dpdk-dev] [PATCH v3 00/15] Build fixes for musl libc

2019-03-14 Thread Sirvys, Andrius
When I try building I'm still getting this error /root/dpdk/app/test-pmd/bpf_cmd.c:23:11: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]     .val = &stdout, On 13/03/2019 17:06, Natanael Copa wrote: A set of patches to fix build with m

Re: [dpdk-dev] [PATCH 00/15] Build fixes for musl libc

2019-03-13 Thread Sirvys, Andrius
I'm trying on Alpine Linux to build using make with the patches, and there are quite a few errors saying argp.h doesn't exist. In file included from /root/dpdk/drivers/bus/dpaa/base/fman/netcfg_layer.c:19: /root/dpdk/drivers/bus/dpaa/include/netcfg.h:12:10: fatal error: argp.h: No such file or