numam-dpdk/drivers/net
Ferruh Yigit 1d3b7940db net/ring: fix ring device creation via devargs
Using nodeaction devarg lets creating multiple ring eth devices:
"eth_ring0,nodeaction=R0:0:CREATE,nodeaction=R1:0:CREATE"

Trying to create all devices with same name fails. Since first part of
the nodeaction devarg is name (in above sample R0,R1), this name field
can be used as eth dev name.

Fixes: 61934c0956 ("ring: convert to use of PMD_REGISTER_DRIVER and fix linking")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2016-10-13 15:38:55 +02:00
..
af_packet vdev: rename init/uninit ops to probe/remove 2016-10-06 16:02:14 +02:00
bnx2x net/bnx2x: merge debug register operations into headers 2016-10-13 15:30:59 +02:00
bnxt net/bnxt: support async link notification 2016-10-13 15:30:59 +02:00
bonding net/bonding: enable slave VLAN filter 2016-10-13 15:30:59 +02:00
cxgbe pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
e1000 net/e1000: fix returned number of available Rx descriptors 2016-09-30 12:27:18 +02:00
ena net/ena: improve safety of string handling 2016-10-13 15:30:59 +02:00
enic net/enic: add ethernet VLAN packet type 2016-10-13 15:30:59 +02:00
fm10k net/fm10k: fix MAC address removal from switch 2016-09-30 12:27:18 +02:00
i40e net/i40e: do not use VSI before NULL check 2016-10-13 15:30:59 +02:00
ixgbe net/ixgbe/base: add base driver update brief 2016-09-30 12:27:18 +02:00
mlx4 net/mlx: align drivers to latest naming convention 2016-10-13 15:30:59 +02:00
mlx5 net/mlx5: fix Rx function selection 2016-10-13 15:30:59 +02:00
mpipe vdev: rename init/uninit ops to probe/remove 2016-10-06 16:02:14 +02:00
nfp net/nfp: unregister interrupt callback when closing 2016-09-30 12:27:18 +02:00
null vdev: rename init/uninit ops to probe/remove 2016-10-06 16:02:14 +02:00
pcap vdev: rename init/uninit ops to probe/remove 2016-10-06 16:02:14 +02:00
qede pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
ring net/ring: fix ring device creation via devargs 2016-10-13 15:38:55 +02:00
szedata2 pci: inherit common driver in PCI driver 2016-10-03 16:33:55 +02:00
thunderx net/thunderx: increase driver version to 2.0 2016-10-13 15:30:59 +02:00
vhost net/vhost: add an option to enable dequeue zero copy 2016-10-13 10:29:31 +02:00
virtio net/virtio: support TSO 2016-10-13 20:45:56 +02:00
vmxnet3 net/vmxnet3: enable LRO 2016-09-30 12:27:18 +02:00
xenvirt vdev: rename init/uninit ops to probe/remove 2016-10-06 16:02:14 +02:00
Makefile net/thunderx: add PMD skeleton 2016-06-20 17:21:54 +02:00