DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] add IPv4/IPv6 DSCP rewrite action
@ 2020-01-02  6:04 Suanming Mou
  2020-01-02  6:04 ` [dpdk-dev] [PATCH 1/2] ethdev: " Suanming Mou
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Suanming Mou @ 2020-01-02  6:04 UTC (permalink / raw)
  Cc: dev, orika, arybchenko, ferruh.yigit, thomas

For some overlay network, such as VXLAN, the DSCP field in the new outer
IP header after VXLAN decapsulation may need to be updated accordingly.

This patchset implements the DSCP rewrite action for IPv4 and IPv6 as RFC[1].

[1] https://inbox.dpdk.org/dev/1575955386-6672-1-git-send-email-suanmingm@mellanox.com/

Suanming Mou (2):
  ethdev: add IPv4/IPv6 DSCP rewrite action
  net/mlx5: add IPv4/IPv6 DSCP rewrite action

 app/test-pmd/cmdline_flow.c                 |  50 ++++++++
 doc/guides/prog_guide/rte_flow.rst          |  40 ++++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |   8 ++
 drivers/net/mlx5/mlx5_flow.h                |   6 +-
 drivers/net/mlx5/mlx5_flow_dv.c             | 184 ++++++++++++++++++++++++++++
 lib/librte_ethdev/rte_flow.c                |   2 +
 lib/librte_ethdev/rte_flow.h                |  31 +++++
 7 files changed, 320 insertions(+), 1 deletion(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-01-10 18:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02  6:04 [dpdk-dev] [PATCH 0/2] add IPv4/IPv6 DSCP rewrite action Suanming Mou
2020-01-02  6:04 ` [dpdk-dev] [PATCH 1/2] ethdev: " Suanming Mou
2020-01-02  6:04 ` [dpdk-dev] [PATCH 2/2] net/mlx5: " Suanming Mou
2020-01-06 14:36   ` Matan Azrad
2020-01-07  6:33     ` Suanming Mou
2020-01-07  7:24 ` [dpdk-dev] [PATCH v2 0/2] " Suanming Mou
2020-01-07  7:24   ` [dpdk-dev] [PATCH v2 1/2] ethdev: " Suanming Mou
2020-01-07  7:24   ` [dpdk-dev] [PATCH v2 2/2] net/mlx5: " Suanming Mou
2020-01-07  7:26     ` Matan Azrad
2020-01-10 18:55   ` [dpdk-dev] [PATCH v2 0/2] " Ferruh Yigit

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).