On Tue, Jun 13, 2023 at 10:27 AM <[email protected]> wrote: > > From: Satheesh Paul <[email protected]> > > Currently PORT_ID action can redirect traffic only between > VFs of a PF. This patch extends PORT_ID action to redirect > traffic from one PF port to another PF port also. > > Signed-off-by: Satheesh Paul <[email protected]> > Reviewed-by: Kiran Kumar K <[email protected]> > --- > > See :doc:`../prog_guide/pdcp_lib` for more information. > > +* **Extended port ID flow action item in CNXK.** > + > + ``RTE_FLOW_ACTION_TYPE_PORT_ID`` action used to redirect traffic to VFs > only. > + This has been extended to redirect traffic from one PF port to another PF > + port also.
Changed as following and applied to dpdk-next-net-mrvl/for-next-net. Thanks +* **Updated Marvell cnxk ethdev driver.** + + * Extended ``RTE_FLOW_ACTION_TYPE_PORT_ID`` to redirect traffic across PF ports. +

