[dpdk-dev] [ethdev] Multiple devices with single PCI

2014-08-28 Thread 이근홍
Hello. I found that DPDK has an abstraction for having multiple devices with single PCI. (RTE_PCI_DRV_MULTIPLE flag) However, their is a naming collision while registering multiple devices. Here is my possible solution. Best regards. Keunhong.

[dpdk-dev] [ethdev] Multiple devices with single PCI

2014-08-28 Thread Thomas Monjalon
2014-08-28 14:42, David Marchand: > - Thomas, RTE_PCI_DRV_MULTIPLE deprecation for 1.8.x ? Yes, but I don't know how to deprecate a flag. It could be a simple removal. -- Thomas

[dpdk-dev] [ethdev] Multiple devices with single PCI

2014-08-28 Thread David Marchand
Hello, On Thu, Aug 28, 2014 at 12:54 PM, ??? wrote: > I found that DPDK has an abstraction for having multiple devices with > single PCI. > (RTE_PCI_DRV_MULTIPLE flag) > However, their is a naming collision while registering multiple devices. > Here is my possible solution. > - Actually, I thin