Re: [dpdk-dev] [PATCH] net/qede: fix memory alloc for multiple port reconfig

2018-06-08 Thread Ferruh Yigit
On 6/8/2018 12:56 PM, Kevin Traynor wrote: > On 06/07/2018 05:30 PM, Rasesh Mody wrote: >> Multiple port reconfigurations can lead to memory allocation failures >> due to hitting RTE memzone limit or no more room in config while >> reserving memzone. >> >> When freeing memzones, update the memzone

Re: [dpdk-dev] [PATCH] net/qede: fix memory alloc for multiple port reconfig

2018-06-08 Thread Kevin Traynor
On 06/07/2018 05:30 PM, Rasesh Mody wrote: > Multiple port reconfigurations can lead to memory allocation failures > due to hitting RTE memzone limit or no more room in config while > reserving memzone. > > When freeing memzones, update the memzone mapping and the memzone count. > Release Rx and T

[dpdk-dev] [PATCH] net/qede: fix memory alloc for multiple port reconfig

2018-06-07 Thread Rasesh Mody
Multiple port reconfigurations can lead to memory allocation failures due to hitting RTE memzone limit or no more room in config while reserving memzone. When freeing memzones, update the memzone mapping and the memzone count. Release Rx and Tx queue rings allocated during queue setup. Fixes: a39