Re: [dpdk-dev] [PATCH v7 2/3] app/test-pmd: add CLI for shaper and wred profiles

2017-10-13 Thread Singh, Jasvinder
> > +/* *** Add Port TM Node WRED Profile *** */ struct > > +cmd_add_port_tm_node_wred_profile_result { > > + cmdline_fixed_string_t add; > > + cmdline_fixed_string_t port; > > + cmdline_fixed_string_t tm; > > + cmdline_fixed_string_t node; > > + cmdline_fixed_string_t wred; > > + cm

Re: [dpdk-dev] [PATCH v7 2/3] app/test-pmd: add CLI for shaper and wred profiles

2017-10-12 Thread Wu, Jingjing
> +/* *** Add Port TM Node WRED Profile *** */ struct > +cmd_add_port_tm_node_wred_profile_result { > + cmdline_fixed_string_t add; > + cmdline_fixed_string_t port; > + cmdline_fixed_string_t tm; > + cmdline_fixed_string_t node; > + cmdline_fixed_string_t wred; > + cmdline_f

[dpdk-dev] [PATCH v7 2/3] app/test-pmd: add CLI for shaper and wred profiles

2017-10-11 Thread Jasvinder Singh
Add following CLIs in testpmd application for device traffic management; - commands to add/del shaper profile for TM hieraqrchy nodes. - commands to add/update shared shapers - commands to add/del WRED profiles for TM hiearchy leaf nodes. Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitres