Go to file
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
app ethdev: add ports to SCTP flow director 2015-07-20 01:13:08 +02:00
config mem: rework memzone to be allocated by malloc 2015-07-16 13:59:24 +02:00
doc pci: fix detach and uninit naming 2015-07-18 22:04:30 +02:00
drivers bonding: fix name and port validation 2015-07-20 02:47:38 +02:00
examples examples/vhost: fix driver unregistering 2015-07-17 15:09:42 +02:00
lib ethdev: export function to check port validity 2015-07-20 02:47:38 +02:00
mk app: replace dump_cfg by proc_info 2015-07-17 02:26:38 +02:00
pkg mk: enable next abi preview 2015-07-09 00:56:40 +02:00
scripts mk: enable next abi preview 2015-07-09 00:56:40 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS doc: rename ABI chapter to deprecation 2015-07-18 22:04:30 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00