> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Krzysztof Kanas
> Sent: Friday, August 17, 2018 12:39 PM
> To: [email protected]
> Cc: [email protected];
> [email protected]; [email protected]
> Subject: [dpdk-dev] [PATCH] app/testpmd: add commands for TM to mark
> pkts
>
> Add following testpmd run-time commands to support test of TM packet
> marking:
>
> set port tm mark ip_ecn <port_id> <green> <yellow> <red>
> set port tm mark ip_dscp <port_id> <green> <yellow> <red>
> set port tm mark vlan_dei <port_id> <green> <yellow> <red>
>
> Signed-off-by: Krzysztof Kanas <[email protected]>
> ---
> app/test-pmd/cmdline.c | 3 +
> app/test-pmd/cmdline_tm.c | 260 ++++++++++++++++++++
> app/test-pmd/cmdline_tm.h | 3 +
> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 57 +++++
> 4 files changed, 323 insertions(+)
>
Acked-by: Cristian Dumitrescu <[email protected]>
Applied to next-qos tree, thanks!