[dpdk-dev] [PATCH] drivers/bonding: fix bond mac address reset
Ferruh Yigit
ferruh.yigit at intel.com
Fri Jun 15 15:26:32 CEST 2018
On 6/14/2018 9:38 PM, Chas Williams wrote:
>
>
> On Thu, Jun 14, 2018 at 12:49 PM Ferruh Yigit <ferruh.yigit at intel.com
> <mailto: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
> <mailto: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.
Applied to dpdk-next-net/master, thanks.
More information about the dev
mailing list