examples/ipv4_multicast: check allmulticast enable status
authorIvan Ilchenko <ivan.ilchenko@oktetlabs.ru>
Tue, 24 Sep 2019 12:56:13 +0000 (13:56 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:55 +0000 (15:00 +0200)
commit0ecc27f28d202a3356a8601e6762b601ea822c4c
tree8eac3ecfa1a92668298691e18d0e23d87926d25e
parent8835806ddced62767e4876ce0018c78ba693997d
examples/ipv4_multicast: check allmulticast enable status

rte_eth_allmulticast_enable()/rte_eth_allmulticast_disable() return
value was changed from void to int, so this patch modify usage
of these functions across examples/ipv4_multicast
according to new return type.

Signed-off-by: Ivan Ilchenko <ivan.ilchenko@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
examples/ipv4_multicast/main.c