Intel E810 and X710 NIC DMA control
Lombardo, Ed
Ed.Lombardo at netscout.com
Tue May 6 23:45:05 CEST 2025
Hi Stephen,
Thanks, I will try your suggestion, appreciate your help.
Regards,
Ed
-----Original Message-----
From: Stephen Hemminger <stephen at networkplumber.org>
Sent: Thursday, May 1, 2025 4:29 PM
To: users at dpdk.org
Subject: Re: Intel E810 and X710 NIC DMA control
External Email: This message originated outside of NETSCOUT. Do not click links or open attachments unless you recognize the sender and know the content is safe.
On Thu, 1 May 2025 19:36:54 +0000
"Lombardo, Ed" <Ed.Lombardo at netscout.com> wrote:
> Hi,
> I want control the Intel NICs (E810 and X710) DMA to either the hugepage memory on socket 0 or socket 1. Is there a way to do this in DPDK 24.11?
>
> I have created two mempools, one on socket 0 and one on socket 1. Now when packets arrive at the NIC receive ports (1 and 2) I only see mbufs in mempool on the CPU socket where the NIC is located being used to .
>
> Thanks,
> Ed
The NIC will use the mempool you pass during configuration in
rte_eth_rx_queue_setup()
You can also get more detailed with rx segment splitting.
More information about the users
mailing list