Re: [dpdk-dev] [PATCH] net/enic: fix MAC address add and remove

2017-01-27 Thread John Daley (johndale)
> -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Friday, January 27, 2017 3:07 AM > To: John Daley (johndale) > 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_

Re: [dpdk-dev] [PATCH] net/enic: fix MAC address add and remove

2017-01-27 Thread Ferruh Yigit
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

[dpdk-dev] [PATCH] net/enic: fix MAC address add and remove

2017-01-26 Thread John Daley
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