numam-dpdk/lib/librte_ether
Pablo de Lara 06cada9fc6 ethdev: fix memory corruption with default Rx/Tx configuration
Commit fbde27f1 (get default Rx/Tx configuration from dev info),
introduced a bug, which caused memory corruption in dev_info.
To get RX/TX configuration, both rx/tx queue setup functions were calling
dev_info_get from PMDs, so dev_info structure was not being reseted
before being populated.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-10-20 23:50:14 +02:00
..
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte_ethdev.c ethdev: fix memory corruption with default Rx/Tx configuration 2014-10-20 23:50:14 +02:00
rte_ethdev.h ethdev: get default Rx/Tx configuration from dev info 2014-10-10 12:47:05 +02:00
rte_ether.h ether: fix local address check 2014-08-01 17:56:54 +02:00