diff options
author | Damjan Marion <damarion@cisco.com> | 2017-07-20 18:10:35 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-10-04 10:46:51 +0000 |
commit | 206243c1b79b70d9370e1bdc47a200289d48ddf4 (patch) | |
tree | f7dc56d76cc02feb5685605d01d1abf63eb40cc9 /src/vnet/tcp/tcp_output.c | |
parent | 7b7ba572ab486d57b59c12af521175a6bcd7a52b (diff) |
dpdk: use vpp physmem allocator for dpdk buffers
This allows us to have single contignuous allocation for DPDK buffers
with single mmap FD, so buffer memory can be easily shared with diffrent
process.
As a consequence dpdk socket-mem is no longer in charge for allocating
buffer memory, but still we need some space allocated for dpdk
structures so default socket-mem is reduced form 256 to 64 MB.
For a default of 16K buffers per numa node, physmem allocation is now
40MB, so basically this change reduces footprint from 256MB per socket
to 48 (64 + 40).
Change-Id: Ic8cfe83930a18411545b37a12b14aac89affd04f
Signed-off-by: Damjan Marion <damarion@cisco.com>
Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp_output.c')
0 files changed, 0 insertions, 0 deletions