[dpdk-dev] [PATCH v3 2/2] librte_ether: release queue array memory in close function

2015-07-20 Thread Thomas Monjalon
2015-07-13 14:04, Bernard Iremonger: > Signed-off-by: Bernard Iremonger Applied without the first patch which seems useless.

[dpdk-dev] [PATCH v3 2/2] librte_ether: release queue array memory in close function

2015-07-13 Thread Bernard Iremonger
Signed-off-by: Bernard Iremonger --- lib/librte_ether/rte_ethdev.c | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index 270697e..04b6212 100644 --- a/lib/librte_ether/rte_ethdev.c +++ b/lib/librte_ether/rte_ethdev.c @@