> -----Original Message----- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Friday, January 27, 2017 3:07 AM > To: John Daley (johndale) <johnd...@cisco.com> > Cc: dev@dpdk.org > Subject: Re: [PATCH] net/enic: fix MAC address add and remove > > On 1/26/2017 8:12 PM, John Daley wrote: > > The mac_addr_add callback function was simply replacing the primary > > MAC address instead of adding new ones and the mac_addr_remove > > callback would only remove the primary MAC form the adapter. Fix the > > functions to add or remove new address. Allow up to 64 MAC addresses > per port. > > > > Fixes: fefed3d1e62c ("enic: new driver") > > > > Signed-off-by: John Daley <johnd...@cisco.com> > > Reviewed-by: Nelson Escobar <neesc...@cisco.com> > > Applied to dpdk-next-net/master, thanks. > > (Since it is controversial that if this patch is a fix or implementing a > missing > feature (allow up to 64 MAC), I am getting patch as it is, but not CC'ed to > stable tree, please shout if you disagree.)
That's fine to not put it on stable. Thank you for applying. -john