[dpdk-dev] [PATCH v5 1/3] bonding: add support for PCI Port Hotplug

2015-07-18 Thread Thomas Monjalon
2015-07-15 16:32, Bernard Iremonger: > This patch depends on the Port Hotplug Framework. > It implements the rte_dev_uninit_t() function for the link bonding pmd. > > Signed-off-by: Bernard Iremonger > --- > drivers/net/bonding/rte_eth_bond.h | 13 - > drivers/net/bonding/rte_eth_bon

[dpdk-dev] [PATCH v4 1/1] ring: changes to support PCI Port Hotplug

2015-07-18 Thread Thomas Monjalon
2015-07-07 14:09, Bernard Iremonger: > +static struct eth_driver rte_ring_pmd = { > + .pci_drv = { We really have to stop faking PCI. EAL must be changed to allow non-PCI drivers without workaround. A device can have no bus (virtual device) or a PCI bus or another one. Let's rework EAL for re

[dpdk-dev] [PATCH v2] hash: fix compilation for non-x86 systems

2015-07-18 Thread Thomas Monjalon
> >Hash library uses optimized compare functions that use > >x86 intrinsics, therefore non-x86 systems could not build > >the library. In that case, the compare function is set > >to the generic memcmp. > > > >Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") > > > >Reported-by:

[dpdk-dev] Wireless NICs are supported?

2015-07-18 Thread Woojoong Kim
Dear All. Few months ago, I found DPDK in order to expand my research and implementation ability. However, all of DPDK documents did not mentioned about applications based on wireless NICs. Does DPDK supports for wireless NICs? If it doesn't, does have any try for wirelss NICs? Best Regards, W

[dpdk-dev] [PATCH] virtio: fix the vq size issue

2015-07-18 Thread Ouyang, Changchun
Hi Stephen, > -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Saturday, July 18, 2015 12:28 AM > To: Ouyang, Changchun > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] virtio: fix the vq size issue > > On Wed, 1 Jul 2015 15:48:50 +0800 >

[dpdk-dev] Wireless NICs are supported?

2015-07-18 Thread Choi, Sy Jong
Hi Mr.Kim, We don't have wireless nic supported, since DPDK is design for high speed dataplane, at this moment there are not wireless NIC support. May I know what is the performance are you looking at to achieve? Regards, Choi, Sy Jong Platform Application Engineer -Original Message- F