examples: remove unnecessary dev info queries
authorPrashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Mon, 11 Dec 2017 07:31:29 +0000 (16:31 +0900)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 15 Jan 2018 11:15:09 +0000 (12:15 +0100)
commitbacbf5ac505a3063943e83196f7332fc6436a09e
treec465f4d2b8335a1ec7046a59d2b1fcd69dd70ce1
parentc89dc62533ac3b8a09e3b9f07a2aa1780ac7118a
examples: remove unnecessary dev info queries

Removed rte_eth_dev_info_get() calls and declaration of
struct rte_eth_dev_info where info is not used anymore.

Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
examples/l2fwd-jobstats/main.c
examples/l2fwd-keepalive/main.c
examples/l2fwd/main.c
examples/link_status_interrupt/main.c
examples/multi_process/l2fwd_fork/main.c