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-memory, use dynamic allocations and remove the then > unneeded check on hugetlbfs presence. > > Signed-off-by: David Marchand <david.march...@redhat.com> > Acked-by: Aaron Conole <acon...@redhat.com> Thanks for the patch, this one looks good to me. Acked-by: Eelco Chaudron <echau...@redhat.com> _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev
- [ovs-dev] [PATCH v2 1/7] system-dpdk: Introduce helpers for... David Marchand
- [ovs-dev] [PATCH v2 2/7] system-dpdk: Don't require hu... David Marchand
- Re: [ovs-dev] [PATCH v2 2/7] system-dpdk: Don't re... Eelco Chaudron
- [ovs-dev] [PATCH v2 3/7] ci: Run DPDK tests in GitHub ... David Marchand
- Re: [ovs-dev] [PATCH v2 3/7] ci: Run DPDK tests in... Eelco Chaudron
- [ovs-dev] [PATCH v2 4/7] tests: Define a macro to skip... David Marchand
- Re: [ovs-dev] [PATCH v2 4/7] tests: Define a macro... Eelco Chaudron
- Re: [ovs-dev] [PATCH v2 4/7] tests: Define a macro... Aaron Conole
- [ovs-dev] [PATCH v2 6/7] system-dpdk: Run traffic test... David Marchand
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: Run traf... David Marchand
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: Run ... Eelco Chaudron
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: Run ... Aaron Conole
- Re: [ovs-dev] [PATCH v2 6/7] system-dpdk: ... Ilya Maximets