app/testpmd: remove logically dead code
authorKevin Laatz <kevin.laatz@intel.com>
Tue, 17 Jul 2018 10:34:05 +0000 (11:34 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Jul 2018 16:58:33 +0000 (18:58 +0200)
commit1b3fd9738824e19d80edfc96f734b4e089b83707
treeab34d391c6420c9c612a670729c86fd646b12317
parentcb4fc05e6d6446c5cd007274054e480ef9ea2d83
app/testpmd: remove logically dead code

Remove logically dead code, tm_port_rate cannot be greater than
UINT32_MAX.

Coverity issue: 302846
Fixes: 0ad778b398c6 ("app/testpmd: rework softnic forward mode")

Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
app/test-pmd/softnicfwd.c