DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/testpmd: add IPv6 DSCP option for modify_field action
@ 2021-01-26  4:40 Alexander Kozyrev
  2021-01-26  8:27 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kozyrev @ 2021-01-26  4:40 UTC (permalink / raw)
  To: dev
  Cc: viacheslavo, orika, thomas, ferruh.yigit, andrew.rybchenko,
	jerinjacobk, ajit.khaparde

Support IPv6 DSCP modification via the modify_field action.
Add the ipv6_dscp option for the corresponding header field.

Fixes: 24e1a5e39df ("app/testpmd: support modify field flow action")

Signed-off-by: Alexander Kozyrev <akozyrev@nvidia.com>
---
 app/test-pmd/cmdline_flow.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c
index 0618611ab1..fb1cba932b 100644
--- a/app/test-pmd/cmdline_flow.c
+++ b/app/test-pmd/cmdline_flow.c
@@ -592,7 +592,7 @@ static const char *const modify_field_ids[] = {
 	"start", "mac_dst", "mac_src",
 	"vlan_type", "vlan_id", "mac_type",
 	"ipv4_dscp", "ipv4_ttl", "ipv4_src", "ipv4_dst",
-	"ipv6_hoplimit", "ipv6_src", "ipv6_dst",
+	"ipv6_dscp", "ipv6_hoplimit", "ipv6_src", "ipv6_dst",
 	"tcp_port_src", "tcp_port_dst",
 	"tcp_seq_num", "tcp_ack_num", "tcp_flags",
 	"udp_port_src", "udp_port_dst",
-- 
2.24.1


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

* Re: [dpdk-dev] [PATCH] app/testpmd: add IPv6 DSCP option for modify_field action
  2021-01-26  4:40 [dpdk-dev] [PATCH] app/testpmd: add IPv6 DSCP option for modify_field action Alexander Kozyrev
@ 2021-01-26  8:27 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2021-01-26  8:27 UTC (permalink / raw)
  To: Alexander Kozyrev
  Cc: dev, viacheslavo, orika, ferruh.yigit, andrew.rybchenko,
	jerinjacobk, ajit.khaparde

26/01/2021 05:40, Alexander Kozyrev:
> Support IPv6 DSCP modification via the modify_field action.
> Add the ipv6_dscp option for the corresponding header field.
> 
> Fixes: 24e1a5e39df ("app/testpmd: support modify field flow action")
> 
> Signed-off-by: Alexander Kozyrev <akozyrev@nvidia.com>
> ---
>  app/test-pmd/cmdline_flow.c | 2 +-

It should be squashed with the patch adding the field in ethdev.




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

end of thread, other threads:[~2021-01-26  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26  4:40 [dpdk-dev] [PATCH] app/testpmd: add IPv6 DSCP option for modify_field action Alexander Kozyrev
2021-01-26  8:27 ` Thomas Monjalon

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