DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Permanently binding NIC ports with DPDK drivers
@ 2015-11-11 16:13 Montorsi, Francesco
  2015-11-11 16:28 ` Bruce Richardson
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Montorsi, Francesco @ 2015-11-11 16:13 UTC (permalink / raw)
  To: dev

Hi,
Is there a way to permanently (i.e., have the configuration automatically applied after reboot) bind a NIC port to DPDK?

In case there's none, I'm thinking to save in my software a list of the NIC ports chosen by the user for use with DPDK and then, upon software startup to just do
    for (int i=0; i < ...; i++)
     system("dpdk_nic_bind.py --bind=igb_uio " + PCI_device_chosen[i]);
Do you see any problem with that? 

Thanks!
Francesco Montorsi

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [dpdk-dev] Permanently binding NIC ports with DPDK drivers
@ 2016-08-25  4:57 Keren Hochman
  2016-08-25 11:01 ` Ferruh Yigit
  0 siblings, 1 reply; 14+ messages in thread
From: Keren Hochman @ 2016-08-25  4:57 UTC (permalink / raw)
  To: dev

Hi,
I there a way to permanently bind a nic port when using DPDK drier with
kernel < 3.6 ? (In this kernel VFIO driver is not supported)?
Thanks, Keren

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-08-25 11:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11 16:13 [dpdk-dev] Permanently binding NIC ports with DPDK drivers Montorsi, Francesco
2015-11-11 16:28 ` Bruce Richardson
2015-11-11 16:59   ` Montorsi, Francesco
2015-11-11 17:29     ` Stephen Hemminger
2015-11-12 12:57   ` Panu Matilainen
2015-11-13 11:44     ` Montorsi, Francesco
2015-11-13 12:17       ` Panu Matilainen
2015-11-13 14:42     ` Aaron Conole
2015-11-11 19:01 ` Matthew Hall
2015-11-12  0:14 ` Mcnamara, John
2015-11-13 11:48   ` Montorsi, Francesco
2015-11-13 12:24     ` Panu Matilainen
2016-08-25  4:57 Keren Hochman
2016-08-25 11:01 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).