Re: [dpdk-dev] [PATCH 1/4] mempool: add event callbacks

2021-10-11 Thread Jerin Jacob
On Wed, Aug 18, 2021 at 2:38 PM Dmitry Kozlyuk wrote: > > Performance of MLX5 PMD of different classes can benefit if PMD knows > which memory it will need to handle in advance, before the first mbuf > is sent to the PMD. It is impractical, however, to consider > all allocated memory for this purp

[dpdk-dev] [PATCH 1/4] mempool: add event callbacks

2021-08-18 Thread Dmitry Kozlyuk
Performance of MLX5 PMD of different classes can benefit if PMD knows which memory it will need to handle in advance, before the first mbuf is sent to the PMD. It is impractical, however, to consider all allocated memory for this purpose. Most often mbuf memory comes from mempools that can come and