app/testpmd: fix TC mapping in DCB init config
authorJingjing Wu <jingjing.wu@intel.com>
Tue, 28 Feb 2017 06:26:29 +0000 (14:26 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 13:52:51 +0000 (15:52 +0200)
commitbcd0e4326647b1dcf564dbbdfd5d8a1a58224d75
tree822d00c17e49c711ef092e5ed312fe5eddce9eb8
parent5f592039add0aec4d30783c3abd3709a36c2da68
app/testpmd: fix TC mapping in DCB init config

Fix the UP and TC mapping to divide multiple UPs to TCs instead of mapping
the UPs who are lager than num_tcs to TC0.

Fixes: 1a572499beb6 ("app/testpmd: setup DCB forwarding based on traffic class")
Cc: stable@dpdk.org
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
app/test-pmd/testpmd.c