[dpdk-dev] [PATCH v4] i40e: fix the issue of not freeing memzone

2015-11-11 Thread Thomas Monjalon
2015-11-11 13:28, Helin Zhang: > This fixes the issue of not freeing memzone in a call to free the > memory for adminq DMA. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Signed-off-by: Helin Zhang Applied, thanks

[dpdk-dev] [PATCH v4] i40e: fix the issue of not freeing memzone

2015-11-11 Thread Helin Zhang
This fixes the issue of not freeing memzone in a call to free the memory for adminq DMA. Fixes: 4861cde46116 ("i40e: new poll mode driver") Signed-off-by: Helin Zhang --- doc/guides/rel_notes/release_2_2.rst | 5 + drivers/net/i40e/base/i40e_osdep.h | 2 +- drivers/net/i40e/i40e_ethdev.