Re: [dpdk-dev] [PATCH 1/3] net/nfb: avoid memory leak on unplug

2019-06-26 Thread Ferruh Yigit
On 6/17/2019 4:05 PM, David Marchand wrote: > Clearing mac_addrs on remove will prevent ethdev from freeing it. > > Fixes: 6435f9a0ac22 ("net/nfb: add new netcope driver") > > Signed-off-by: David Marchand Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH 1/3] net/nfb: avoid memory leak on unplug

2019-06-17 Thread David Marchand
Clearing mac_addrs on remove will prevent ethdev from freeing it. Fixes: 6435f9a0ac22 ("net/nfb: add new netcope driver") Signed-off-by: David Marchand --- drivers/net/nfb/nfb_ethdev.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/nfb/nfb_ethdev.c b/drivers/net/nfb/nfb_ethdev