patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH v1] app/testpmd: fix metering and policing command for rfc4115
@ 2022-05-13  3:57 Shun Hao
  2022-05-16 17:50 ` Dumitrescu, Cristian
  0 siblings, 1 reply; 3+ messages in thread
From: Shun Hao @ 2022-05-13  3:57 UTC (permalink / raw)
  To: viacheslavo, matan, orika, Xiaoyun Li, Aman Singh, Yuying Zhang,
	Jingjing Wu, Jasvinder Singh, Adrien Mazarguil,
	Cristian Dumitrescu
  Cc: dev, rasland, stable

Add CLI command support for metering and policing of trtcm_rfc4115.

Fixes: 30ffb4e67ee3 ("app/testpmd: add commands traffic metering and policing")
Cc: stable@dpdk.org

Signed-off-by: Shun Hao <shunh@nvidia.com>
Acked-by: Matan Azard <matan@nvidia.com>
---
 app/test-pmd/cmdline.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index 6ffea8e21a..34410fe9f7 100644
--- a/app/test-pmd/cmdline.c
+++ b/app/test-pmd/cmdline.c
@@ -17966,6 +17966,7 @@ cmdline_parse_ctx_t main_ctx[] = {
 	(cmdline_parse_inst_t *)&cmd_show_port_meter_cap,
 	(cmdline_parse_inst_t *)&cmd_add_port_meter_profile_srtcm,
 	(cmdline_parse_inst_t *)&cmd_add_port_meter_profile_trtcm,
+	(cmdline_parse_inst_t *)&cmd_add_port_meter_profile_trtcm_rfc4115,
 	(cmdline_parse_inst_t *)&cmd_del_port_meter_profile,
 	(cmdline_parse_inst_t *)&cmd_create_port_meter,
 	(cmdline_parse_inst_t *)&cmd_enable_port_meter,
-- 
2.20.0


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

end of thread, other threads:[~2022-05-20 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13  3:57 [PATCH v1] app/testpmd: fix metering and policing command for rfc4115 Shun Hao
2022-05-16 17:50 ` Dumitrescu, Cristian
2022-05-20 22:09   ` 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).