Re: [dpdk-dev] [PATCH v2] net/txgbe: fix driver exit
On 10/28/2020 2:29 AM, Jiawen Wu wrote: Replace the 'rte_panic()' with an error return. Also change the type of the calling function. Signed-off-by: Jiawen Wu Applied to dpdk-next-net/main, thanks.
[dpdk-dev] [PATCH v2] net/txgbe: fix driver exit
Replace the 'rte_panic()' with an error return. Also change the type of the calling function. Signed-off-by: Jiawen Wu --- drivers/net/txgbe/txgbe_ethdev.c | 11 +-- drivers/net/txgbe/txgbe_ethdev.h | 2 +- drivers/net/txgbe/txgbe_pf.c | 23 ++- 3 files changed,