The ixgbe VF driver is not multi-process aware. Some function pointers are not set correctly in multi-process situations.
Remove the multiprocess aware feature from the features list. Signed-off-by: Mingjin Ye <mingjinx...@intel.com> --- v2: Modify issue description reason. --- V3: Modify description. --- V4: Removed the multiprocess aware feature. --- doc/guides/nics/features/ixgbe_vf.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/nics/features/ixgbe_vf.ini b/doc/guides/nics/features/ixgbe_vf.ini index e14325045c..299ccd4b61 100644 --- a/doc/guides/nics/features/ixgbe_vf.ini +++ b/doc/guides/nics/features/ixgbe_vf.ini @@ -32,7 +32,6 @@ Tx descriptor status = Y Basic stats = Y Extended stats = Y Registers dump = Y -Multiprocess aware = Y FreeBSD = Y Linux = Y Windows = Y -- 2.25.1