examples: check stop call status
authorIvan Ilchenko <ivan.ilchenko@oktetlabs.ru>
Thu, 15 Oct 2020 13:30:38 +0000 (14:30 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 16 Oct 2020 20:26:41 +0000 (22:26 +0200)
commitb55efbabe47b66f1b82395c0576531ab24b060bf
treebe0f3ed6702a916f8b5fad20feb992902e6742dc
parent0ead65af87734e3133f65277cd82d389b696ddfb
examples: check stop call status

rte_eth_dev_stop() return value was changed from void to int,
so this patch modify usage of this function across examples
according to new return type.

Signed-off-by: Ivan Ilchenko <ivan.ilchenko@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
12 files changed:
examples/ethtool/lib/rte_ethtool.c
examples/eventdev_pipeline/main.c
examples/flow_filtering/main.c
examples/ioat/ioatfwd.c
examples/ipsec-secgw/event_helper.c
examples/ipsec-secgw/ipsec-secgw.c
examples/kni/main.c
examples/l2fwd-event/main.c
examples/l2fwd/main.c
examples/l3fwd-graph/main.c
examples/l3fwd-power/main.c
examples/l3fwd/main.c