examples/tep_term: remove redundant info get
authorXiaoyun Li <xiaoyun.li@intel.com>
Mon, 17 Feb 2020 01:41:15 +0000 (09:41 +0800)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 21 Feb 2020 10:14:35 +0000 (11:14 +0100)
commitd0e160a00233b00ba6d242d5fc054438caae6873
tree2a750a0de5d8f406c4f8c496af15d951dd9bbb5e
parent0e157d7a9a0d36d88da9315d018262492b0a64aa
examples/tep_term: remove redundant info get

Removed redundant function call of 'rte_eth_dev_info_get()' since it has
already been called earlier.

Coverity issue: 349922
Fixes: 2bb43bd4350a ("examples/tep_term: add TSO offload configuration")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: David Marchand <david.marchand@redhat.com>
examples/tep_termination/vxlan_setup.c