Re: [ovs-dev] [PATCH v2 2/2] dpdk: Add shared memory config.

2022-05-12 Thread Kevin Traynor
On 04/05/2022 14:59, David Marchand wrote: On Wed, Apr 13, 2022 at 3:24 PM Kevin Traynor wrote: Shared memory mempools may be currently be shared between DPDK ports based on port MTU and NUMA. With some hint from the user we can increase the sharing on MTU and hence reduce memory consumption

Re: [ovs-dev] [PATCH v2 2/2] dpdk: Add shared memory config.

2022-05-04 Thread David Marchand
On Wed, Apr 13, 2022 at 3:24 PM Kevin Traynor wrote: > > Shared memory mempools may be currently be shared between DPDK > ports based on port MTU and NUMA. With some hint from the user > we can increase the sharing on MTU and hence reduce memory > consumption in many cases. > > For example, a port

[ovs-dev] [PATCH v2 2/2] dpdk: Add shared memory config.

2022-04-13 Thread Kevin Traynor
Shared memory mempools may be currently be shared between DPDK ports based on port MTU and NUMA. With some hint from the user we can increase the sharing on MTU and hence reduce memory consumption in many cases. For example, a port with MTU 9000, uses a mempool with an mbuf size based on 9000 MTU.