numam-dpdk/drivers/net
Stephen Hemminger fa8cc60774 bonding: fix name and port validation
Cleanup the code in bonding that checks ports.
  * Use standard rte_eth_dev_is_valid_port
  * Change name of driver string to avoid variable namespace conflicts
  * Get rid of unnecessary string comparison stuff. A simple pointer
    check is enough here.
  * Get rid of unnecessary assignment of driver_name, it is already
    done by common code.
  * Don't generate unnecessary log messages on error.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2015-07-20 02:47:38 +02:00
..
af_packet mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
bonding bonding: fix name and port validation 2015-07-20 02:47:38 +02:00
cxgbe cxgbe: replace some offload flags with packet type 2015-07-16 00:57:39 +02:00
e1000 e1000: free queue memory when closing 2015-07-19 21:22:03 +02:00
enic mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
fm10k fm10k: support port hotplug 2015-07-19 22:24:41 +02:00
i40e i40e: fix registers access from big endian CPU 2015-07-20 01:14:08 +02:00
ixgbe ixgbe: free queue memory when closing 2015-07-19 21:22:14 +02:00
mlx4 mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
mpipe mpipe: add TILE-Gx mPIPE poll mode driver 2015-07-13 16:15:52 +02:00
null mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
pcap mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
ring ring: fix return of new port id on creation 2015-06-22 17:33:23 +02:00
virtio virtio: free queue memory when closing 2015-07-19 22:24:42 +02:00
vmxnet3 mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
xenvirt mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
Makefile mpipe: add TILE-Gx mPIPE poll mode driver 2015-07-13 16:15:52 +02:00