Re: [PATCH v2] app/dma-perf: replace pktmbuf with mempool objects

2024-02-27 Thread Varghese, Vipin
On 2/27/2024 5:57 PM, fengchengwen wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Hi Vipin, On 2024/2/27 17:57, Varghese, Vipin wrote: On 2/26/2024 7:35 AM, fengchengwen wrote: Caution: This mess

Re: [PATCH v2] app/dma-perf: replace pktmbuf with mempool objects

2024-02-27 Thread fengchengwen
Hi Vipin, On 2024/2/27 17:57, Varghese, Vipin wrote: > > On 2/26/2024 7:35 AM, fengchengwen wrote: >> Caution: This message originated from an External Source. Use proper caution >> when opening attachments, clicking links, or responding. >> >> >> Hi Vipin, >> >> On 2023/12/20 19:03, Vipin Vargh

Re: [PATCH v2] app/dma-perf: replace pktmbuf with mempool objects

2024-02-27 Thread Varghese, Vipin
On 2/26/2024 7:35 AM, fengchengwen wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. Hi Vipin, On 2023/12/20 19:03, Vipin Varghese wrote: From: Vipin Varghese Replace pktmbuf pool with mempool, thi

Re: [PATCH v2] app/dma-perf: replace pktmbuf with mempool objects

2024-02-25 Thread fengchengwen
Hi Vipin, On 2023/12/20 19:03, Vipin Varghese wrote: > From: Vipin Varghese > > Replace pktmbuf pool with mempool, this allows increase in MOPS > especially in lower buffer size. Using Mempool, allows to reduce > the extra CPU cycles. > > Changes made are > 1. pktmbuf pool create with mempool c

[PATCH v2] app/dma-perf: replace pktmbuf with mempool objects

2023-12-20 Thread Vipin Varghese
From: Vipin Varghese Replace pktmbuf pool with mempool, this allows increase in MOPS especially in lower buffer size. Using Mempool, allows to reduce the extra CPU cycles. Changes made are 1. pktmbuf pool create with mempool create. 2. create src & dst pointer array from the appropaite numa. 3.