DPDK patches and discussions
 help / color / mirror / Atom feed
From: Shahaf Shuler <shahafs@mellanox.com>
To: Jack Min <jackmin@mellanox.com>, Yongseok Koh <yskoh@mellanox.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v4] net/mlx5: rewrite IP address UDP/TCP port by E-Switch
Date: Thu, 11 Oct 2018 13:39:21 +0000	[thread overview]
Message-ID: <DB7PR05MB442660F01CA3BC757A65C0B8C3E10@DB7PR05MB4426.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <20181011132139.550-1-jackmin@mellanox.com>

Thursday, October 11, 2018 4:22 PM, Jack Min:
> Subject: [PATCH v4] net/mlx5: rewrite IP address UDP/TCP port by E-Switch
> 
> Offload the following rte_flow actions by inserting accordingly E-Switch rules
> via TC Flower driver
> 
>  - RTE_FLOW_ACTION_TYPE_SET_IPV4_SRC
>  - RTE_FLOW_ACTION_TYPE_SET_IPV4_DST
>  - RTE_FLOW_ACTION_TYPE_SET_IPV6_SRC
>  - RTE_FLOW_ACTION_TYPE_SET_IPV6_DST
>  - RTE_FLOW_ACTION_TYPE_SET_TP_SRC
>  - RTE_FLOW_ACTION_TYPE_SET_TP_DST
> 
> The example testpmd command is:
> 
>     flow create 0 transfer ingress
>          pattern eth / ipv4 / udp dst is 7000 / end
> 	 actions set_ipv4_src ipv4_addr 172.168.0.1 /
> 	 set_ipv4_dst ipv4_addr 172.168.10.1 /
> 	 set_tp_dst port 9000 /
> 	 set_tp_src port 700 /
> 	 port_id id 1 / end
> 
> Signed-off-by: Xiaoyu Min <jackmin@mellanox.com>
> Acked-by: Yongseok Koh <yskoh@mellanox.com>

Applied to next-net-mlx, Thanks. 

      reply	other threads:[~2018-10-11 13:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-25 11:51 [dpdk-dev] [PATCH] net/mlx5: eswitch-IP address UDP/TCP port rewrite Xiaoyu Min
2018-09-28 23:03 ` Yongseok Koh
2018-09-30  7:21   ` Xiaoyu Min
2018-10-01 20:19     ` Yongseok Koh
2018-10-08 11:22       ` Xiaoyu Min
2018-10-08 22:08         ` Yongseok Koh
2018-10-09  7:03           ` Jack Min
2018-10-09  8:55             ` Yongseok Koh
2018-10-10 12:56 ` [dpdk-dev] [PATCH v2] net/mlx5: rewrite IP address UDP/TCP port by E-Switch Jack Min
2018-10-11  4:45   ` Yongseok Koh
2018-10-11  9:26   ` [dpdk-dev] [PATCH v3] " Jack Min
2018-10-11 13:22     ` [dpdk-dev] [PATCH v4] " Jack Min
2018-10-11 13:39       ` Shahaf Shuler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB7PR05MB442660F01CA3BC757A65C0B8C3E10@DB7PR05MB4426.eurprd05.prod.outlook.com \
    --to=shahafs@mellanox.com \
    --cc=dev@dpdk.org \
    --cc=jackmin@mellanox.com \
    --cc=yskoh@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).