Hi Thomas, <snip>
> Subject: Re: [dpdk-dev] [PATCH v7 28/28] bonding: remove pci device > > 2015-10-30 15:08, Bernard Iremonger: > > + /* return 0 if bonded device */ > > + if (eth_dev->data->dev_flags & RTE_ETH_DEV_BONDED) > > + return 0; > > + else > > + return 1; > > > > Why it is not a private data of the bonding device? > Why the check on the device name is not relevant anymore? I had some issues with the device name while working on the bonding driver. I will restore the check on device name. Regards, Bernard.