Re: [ovs-dev] [PATCH v2 2/7] system-dpdk: Don't require hugetlbfs.

2023-08-25 Thread Eelco Chaudron
On 23 Aug 2023, at 17:34, David Marchand wrote: > dpdk-testpmd does not need hugetlbfs backing as we don't require > multiprocess support in OVS unit tests. > Plus, there is no need for explicitly reserving more memory than what > testpmd would actually need at runtime. > > Switch to --in-memor

[ovs-dev] [PATCH v2 2/7] system-dpdk: Don't require hugetlbfs.

2023-08-23 Thread David Marchand
dpdk-testpmd does not need hugetlbfs backing as we don't require multiprocess support in OVS unit tests. Plus, there is no need for explicitly reserving more memory than what testpmd would actually need at runtime. Switch to --in-memory, use dynamic allocations and remove the then unneeded check o