On Tue, 21 Aug 2018 10:20:43 +0000 Matan Azrad <[email protected]> wrote:
> From: Stephen Hemminger > > Function is boolean so use that. > > Ethdev is not using bool type, see also: > rte_eth_dev_is_valid_port > rte_eth_dev_is_removed > rte_eth_dev_pool_ops_supported > > I think it should be a full solution to all. > > > Signed-off-by: Stephen Hemminger <[email protected]> I didn't want change type of visible (exported by ABI) functions.

