Re: [PATCH] net/nfp: fix coredump problem when testpmd exit

2023-10-17 Thread Ferruh Yigit
On 10/17/2023 3:37 AM, Chaoyong He wrote: > The ".dev_close" should not call rte_eth_dev_release_port() API > directly, the rte_eth_dev_close() API will do it. > > Fixes: 831c44ab7869 ("net/nfp: add flower PF related routines") > Cc: chaoyong...@corigine.com > Cc: sta...@dpdk.org > > Signed-off-b

[PATCH] net/nfp: fix coredump problem when testpmd exit

2023-10-16 Thread Chaoyong He
The ".dev_close" should not call rte_eth_dev_release_port() API directly, the rte_eth_dev_close() API will do it. Fixes: 831c44ab7869 ("net/nfp: add flower PF related routines") Cc: chaoyong...@corigine.com Cc: sta...@dpdk.org Signed-off-by: Chaoyong He Reviewed-by: Long Wu Reviewed-by: Peng Zh