Hi,

I am using DPDK Plugin with VPP19.08.
When I set the buffers-per-numa parameter to a high value, say,
250000, I am seeing crashes in the system.

(The corresponding parameter controlling number of mbufs in VPP18.01
used to work well. This was in dpdk config section as num-mbufs)

I quickly checked in VPP19.08 that vlib_buffer_main_t uses fields
which are uwords :-
 uword buffer_mem_start;
  uword buffer_mem_size;

Is it a mem size overflow in case the buffers-per-numa parameter is
set to a high value ?
I do need a high number of DPDK mbuf's in my usecase.

Regards
-Prashant
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15324): https://lists.fd.io/g/vpp-dev/message/15324
Mute This Topic: https://lists.fd.io/mt/70968414/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to