Re: [dpdk-dev] [PATCH] net/ixgbe: fix port close in FreeBSD OS

2019-10-27 Thread Yang, Qiming
Hi, Chenxu > -Original Message- > From: Di, ChenxuX > Sent: Friday, October 25, 2019 12:53 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Yang, Qiming > ; Di, ChenxuX > Subject: [PATCH] net/ixgbe: fix port close in FreeBSD OS > > FreeBSD OS don't support igb_uio interrupt, so it will fail th

[dpdk-dev] [PATCH] net/ixgbe: fix port close in FreeBSD OS

2019-10-24 Thread Di ChenxuX
FreeBSD OS don't support igb_uio interrupt, so it will fail that unregister intr callback when port close. Fix by passing -ENOENT when check the return value of unregister intr callback function. Fixes: f2f4990eff94 ("net/ixgbe: release port upon close") Signed-off-by: Di ChenxuX --- drivers/n