DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Questions on use of multiple NIC interfaces
@ 2014-03-28  9:25 Sujith Sankar (ssujith)
  2014-03-28  9:43 ` Vladimir Medvedkin
  0 siblings, 1 reply; 3+ messages in thread
From: Sujith Sankar (ssujith) @ 2014-03-28  9:25 UTC (permalink / raw)
  To: dev

Hi all,

Could someone answer the following questions about the usage of multiple NIC interfaces with DPDK?

1.  If my server has two identical Intel NICs, could I use both with DPDK and its applications?
2.  If both the NIC cards could be used with DPDK, could I use them with separate instances of applications?  E.g., NIC1 used by App1 and NIC2 used by App2.
3.  If answer to qn no 2 is yes, does the driver take care to avoid reinitialising NIC1 when App2 tries to initialise NIC2?  From what I’ve seen, DPDK calls the driver init for all the matching devices (vendor id and device id).

Thanks,
-Sujith

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

* Re: [dpdk-dev] Questions on use of multiple NIC interfaces
  2014-03-28  9:25 [dpdk-dev] Questions on use of multiple NIC interfaces Sujith Sankar (ssujith)
@ 2014-03-28  9:43 ` Vladimir Medvedkin
  2014-03-28 10:02   ` Sujith Sankar (ssujith)
  0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Medvedkin @ 2014-03-28  9:43 UTC (permalink / raw)
  To: Sujith Sankar (ssujith); +Cc: dev

1. Yes.
2. Yes. Look at programmer's guide section 16 Multi-process support.
3. You can use blacklist eal option.

Regards,
Vladimir


2014-03-28 13:25 GMT+04:00 Sujith Sankar (ssujith) <ssujith@cisco.com>:

> Hi all,
>
> Could someone answer the following questions about the usage of multiple
> NIC interfaces with DPDK?
>
> 1.  If my server has two identical Intel NICs, could I use both with DPDK
> and its applications?
> 2.  If both the NIC cards could be used with DPDK, could I use them with
> separate instances of applications?  E.g., NIC1 used by App1 and NIC2 used
> by App2.
> 3.  If answer to qn no 2 is yes, does the driver take care to avoid
> reinitialising NIC1 when App2 tries to initialise NIC2?  From what I've
> seen, DPDK calls the driver init for all the matching devices (vendor id
> and device id).
>
> Thanks,
> -Sujith
>

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

* Re: [dpdk-dev] Questions on use of multiple NIC interfaces
  2014-03-28  9:43 ` Vladimir Medvedkin
@ 2014-03-28 10:02   ` Sujith Sankar (ssujith)
  0 siblings, 0 replies; 3+ messages in thread
From: Sujith Sankar (ssujith) @ 2014-03-28 10:02 UTC (permalink / raw)
  To: Vladimir Medvedkin, dev

Thank you Vladimir !

-Sujith

From: Vladimir Medvedkin <medvedkinv@gmail.com<mailto:medvedkinv@gmail.com>>
Date: Friday, 28 March 2014 3:13 pm
To: "Sujith Sankar (ssujith)" <ssujith@cisco.com<mailto:ssujith@cisco.com>>
Cc: "dev@dpdk.org<mailto:dev@dpdk.org>" <dev@dpdk.org<mailto:dev@dpdk.org>>
Subject: Re: [dpdk-dev] Questions on use of multiple NIC interfaces

1. Yes.
2. Yes. Look at programmer's guide section 16 Multi-process support.
3. You can use blacklist eal option.

Regards,
Vladimir


2014-03-28 13:25 GMT+04:00 Sujith Sankar (ssujith) <ssujith@cisco.com<mailto:ssujith@cisco.com>>:
Hi all,

Could someone answer the following questions about the usage of multiple NIC interfaces with DPDK?

1.  If my server has two identical Intel NICs, could I use both with DPDK and its applications?
2.  If both the NIC cards could be used with DPDK, could I use them with separate instances of applications?  E.g., NIC1 used by App1 and NIC2 used by App2.
3.  If answer to qn no 2 is yes, does the driver take care to avoid reinitialising NIC1 when App2 tries to initialise NIC2?  From what I’ve seen, DPDK calls the driver init for all the matching devices (vendor id and device id).

Thanks,
-Sujith

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

end of thread, other threads:[~2014-03-28 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28  9:25 [dpdk-dev] Questions on use of multiple NIC interfaces Sujith Sankar (ssujith)
2014-03-28  9:43 ` Vladimir Medvedkin
2014-03-28 10:02   ` Sujith Sankar (ssujith)

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).