On Thu, Jun 14, 2018 at 12:49 PM Ferruh Yigit <ferruh.yi...@intel.com> wrote:
> On 5/23/2018 10:11 AM, Kiran Kumar wrote: > > Currently when resetting bond mac address, we are getting the > > persisted mac address from slave info considering primary port > > as index. But we need to compare the port id from slave info > > with the primary port to get the primary slave index and get > > the persisted mac address. Without this fix, persisted mac addr > > will be zero and rte_eth_dev_default_mac_addr_set will fail. > > > > Fixes: a45b288ef21a ("bond: support link status polling") > > > > Signed-off-by: Kiran Kumar <kiran.kokkilaga...@caviumnetworks.com> > > Hi Declan, Radu, Chas, > > If there is no objection, the patch will be merged as it is. > Can you please check? > No objections. This patch looks correct. > > Thanks, > ferruh >