RE: [PATCH v3] doc: add steps to configure VF interface as trusted

2022-03-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Asaf Penso > Sent: Monday, February 28, 2022 10:11 AM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ; > Slava Ovsiienko ; Matan Azrad > ; Raslan Darawsheh > Subject: [PATCH v3] doc: add steps to configure

[PATCH v3] doc: add steps to configure VF interface as trusted

2022-02-28 Thread Asaf Penso
Trusted VF is needed to offload rules with rte_flow to a group that is bigger than 0. The configuration is done in two parts: driver and FW. This patch adds the needed steps to configure a VF to be trusted. Signed-off-by: Asaf Penso Reviewed-by: Raslan Darawsheh --- v3: cleanup the patches v2: