> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of > kirankum...@marvell.com > Sent: Monday, July 8, 2019 9:06 AM > To: dev@dpdk.org > Cc: Kiran Kumar Kokkilagadda <kirankum...@marvell.com> > Subject: [dpdk-dev] [PATCH] net/octeontx2: add PF and VF action support > > From: Kiran Kumar K <kirankum...@marvell.com> > > Adding PF and VF action support for octeontx2 Flow. > If RTE_FLOW_ACTION_TYPE_PF action is set from VF, then the packet will be > sent to the parent PF. > If RTE_FLOW_ACTION_TYPE_VF action is set and original is specified, then > the packet will be sent to the original VF, otherwise the packet will be sent > to > the VF specified in the vf_id. > > Signed-off-by: Kiran Kumar K <kirankum...@marvell.com>
Acked-by: Jerin Jacob <jer...@marvell.com> > --- > doc/guides/nics/octeontx2.rst | 4 ++++ > drivers/net/octeontx2/otx2_flow.h | 2 ++ > drivers/net/octeontx2/otx2_flow_parse.c | 32 > ++++++++++++++++++++++--- > 3 files changed, 35 insertions(+), 3 deletions(-) >