Re: [dpdk-dev] [PATCH 1/2] net/failsafe: fix removed sub-device cleanup

2018-05-21 Thread Ophir Munk
Hi, Please find comments inline. > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Matan Azrad > Sent: Thursday, May 17, 2018 9:52 PM > To: Gaetan Rivet > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] net/failsafe: fix

[dpdk-dev] [PATCH 1/2] net/failsafe: fix removed sub-device cleanup

2018-05-17 Thread Matan Azrad
The fail-safe PMD registers to RMV event for each removable sub-device port in order to cleanup the sub-device resources and switch the Tx sub-device directly when it is plugged-out. In the removal time, the fail-safe PMD stops and closes the sub-device but it doesn't unregister the LSC and RMV ca