Re: [dpdk-dev] [PATCH 2/3] net/bnx2x: fix invalid free on unplug

2019-06-26 Thread Ferruh Yigit
On 6/17/2019 4:05 PM, David Marchand wrote: > mac_addrs points to a field in dev_private. > We can't let ethdev free it. > > Fixes: e16adf08e54d ("ethdev: free all common data when releasing port") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand Reviewed-by: Ferruh Yigit Applied to dp

[dpdk-dev] [PATCH 2/3] net/bnx2x: fix invalid free on unplug

2019-06-17 Thread David Marchand
mac_addrs points to a field in dev_private. We can't let ethdev free it. Fixes: e16adf08e54d ("ethdev: free all common data when releasing port") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/bnx2x/bnx2x_ethdev.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-)