RE: [PATCH v4] doc: update ixgbe VF features list

2023-05-18 Thread Zhang, Qi Z
> -Original Message- > From: Mingjin Ye > Sent: Wednesday, May 17, 2023 6:04 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Wu, > Wenjun1 > Subject: [PATCH v4] doc: update ixgbe VF features list > > Th

[PATCH v4] doc: update ixgbe VF features list

2023-05-17 Thread Mingjin Ye
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 --- v2: Modify issue description reason. --- V3: Modify description. --- V4: Removed t