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>
Description
No description provided
Languages
C
99.1%
Meson
0.5%
Python
0.2%
Shell
0.1%