Hi Ferruh, Tested V2 patch, the docs also build successfully.
Thanks, Conor. > From: Yigit, Ferruh <[email protected]> > Sent: Thursday 26 November 2020 14:19 > To: Thomas Monjalon <[email protected]>; Ray Kinsella > <[email protected]>; Neil Horman <[email protected]> > Cc: Yigit, Ferruh <[email protected]>; [email protected]; > [email protected]; Stephen Hemminger > <[email protected]>; Richardson, Bruce > <[email protected]>; Walsh, Conor <[email protected]> > Subject: [PATCH v2 6/6] usertools/setup: move removal target to 21.11 > > There are still some functions in the script that not replaced > completely, give more time to complete removal of the tool. > > A warning added to script documentation about the removal plan. > > Current functionality supported by the script is: > ---------------------------------------------------------- > Step 1: Setup linux environment > ---------------------------------------------------------- > [1] Insert VFIO module > [2] Display current Ethernet/Baseband/Crypto device settings > [3] Bind Ethernet/Baseband/Crypto device to IGB UIO module > [4] Bind Ethernet/Baseband/Crypto device to VFIO module > [5] Setup VFIO permissions > > ---------------------------------------------------------- > Step 2: Uninstall and system cleanup > ---------------------------------------------------------- > [6] Unbind devices from IGB UIO or VFIO driver > [7] Remove IGB UIO module > [8] Remove VFIO module > [9] Remove KNI module > > [10] Exit Script > > Signed-off-by: Ferruh Yigit <[email protected]> Tested-by: Conor Walsh <[email protected]>

