Re: [dpdk-dev] [PATCH] net/ixgbe: fix missing NULL point check

2018-07-12 Thread Remy Horton
Patch doesn't apply to latest master, but otherwise seems fine to me. On 02/07/2018 05:18, Qi Zhang wrote: Add missing NULL point check in ixgbe_pf_host_uninit, or it may cause segement fault when detach a device. Fixes: cf80ba6e2038 ("net/ixgbe: add support for representor ports") Cc: sta...@d

[dpdk-dev] [PATCH] net/ixgbe: fix missing NULL point check

2018-07-01 Thread Qi Zhang
Add missing NULL point check in ixgbe_pf_host_uninit, or it may cause segement fault when detach a device. Fixes: cf80ba6e2038 ("net/ixgbe: add support for representor ports") Cc: sta...@dpdk.org Signed-off-by: Qi Zhang --- drivers/net/ixgbe/ixgbe_pf.c | 15 +-- 1 file changed, 9 i