[dpdk-dev] [PATCH] drivers/bonding: fix bond mac address reset

Chas Williams 3chas3 at gmail.com
Thu Jun 14 22:38:51 CEST 2018


On Thu, Jun 14, 2018 at 12:49 PM Ferruh Yigit <ferruh.yigit at 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.kokkilagadda at 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
>


More information about the dev mailing list