[dpdk-dev] [PATCH v3] net/cnxk: support port ID flow action item

Jerin Jacob jerinjacobk at gmail.com
Tue Jun 13 11:44:40 CEST 2023


On Tue, Jun 13, 2023 at 10:27 AM <psatheesh at marvell.com> wrote:
>
> From: Satheesh Paul <psatheesh at marvell.com>
>
> 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 <psatheesh at marvell.com>
> Reviewed-by: Kiran Kumar K <kirankumark at marvell.com>
> ---
>
>    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.
+


More information about the dev mailing list