DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/testpmd: add meter to the actions table
@ 2018-01-11 13:49 Tomasz Duszynski
  2018-01-11 18:33 ` Dumitrescu, Cristian
  2018-01-28 11:58 ` Tomasz Duszynski
  0 siblings, 2 replies; 7+ messages in thread
From: Tomasz Duszynski @ 2018-01-11 13:49 UTC (permalink / raw)
  To: dev; +Cc: wenzhuo.lu, jingjing.wu, Tomasz Duszynski

Since METER action is supported by the testpmd application
suitable entry should exist in flow actions information table.

Without that testpmd will return error on adding a new flow to
the list of flows attached to a given port.

Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
---
 app/test-pmd/config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c
index 0a84481..4ad19fb 100644
--- a/app/test-pmd/config.c
+++ b/app/test-pmd/config.c
@@ -1038,6 +1038,7 @@ static const struct {
 	MK_FLOW_ACTION(RSS, sizeof(struct rte_flow_action_rss)), /* +queue[] */
 	MK_FLOW_ACTION(PF, 0),
 	MK_FLOW_ACTION(VF, sizeof(struct rte_flow_action_vf)),
+	MK_FLOW_ACTION(METER, sizeof(struct rte_flow_action_meter)),
 };
 
 /** Compute storage space needed by action configuration. */
-- 
2.7.4

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

end of thread, other threads:[~2018-01-31 22:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-11 13:49 [dpdk-dev] [PATCH] app/testpmd: add meter to the actions table Tomasz Duszynski
2018-01-11 18:33 ` Dumitrescu, Cristian
2018-01-12 13:07   ` Singh, Jasvinder
2018-01-22  7:28     ` Tomasz Duszynski
2018-01-28 11:58 ` Tomasz Duszynski
2018-01-30 10:00   ` Adrien Mazarguil
2018-01-31 22:43     ` 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).