On 11/20/2020 9:11 AM, Guoyang Zhou wrote:
The nic_io memory sets to NULL before free it, this is wrong, and the freeing of some private port resources should be moved from the ".remove(device)" function to the ".dev_close(port)" function.Fixes: f30e69b41f94 ("ethdev: add device flag to bypass auto-filled queue xstats") Cc: sta...@dpdk.org Signed-off-by: Guoyang Zhou <zhouguoy...@huawei.com>
Applied to dpdk-next-net/main, thanks.