RE: [PATCH net] i40e: fix the calculation of VFs mac addresses

2017-11-07 Thread Kirsher, Jeffrey T
gt; Subject: Re: [PATCH net] i40e: fix the calculation of VFs mac addresses > > > > On 11/07/2017 08:32 AM, Nicolas Dichtel wrote: > > From: Zijie Pan > > > > num_mac should be increased only after the call to i40e_add_mac_filter(). > > > > Fixes: 5f527ba9

Re: [PATCH net] i40e: fix the calculation of VFs mac addresses

2017-11-07 Thread Tushar Dave
On 11/07/2017 08:32 AM, Nicolas Dichtel wrote: From: Zijie Pan num_mac should be increased only after the call to i40e_add_mac_filter(). Fixes: 5f527ba962e2 ("i40e: Limit the number of MAC and VLAN addresses that can be added for VFs") CC: Anjali Singhai Jain CC: Andrew Bowers Signed-off-

[PATCH net] i40e: fix the calculation of VFs mac addresses

2017-11-07 Thread Nicolas Dichtel
From: Zijie Pan num_mac should be increased only after the call to i40e_add_mac_filter(). Fixes: 5f527ba962e2 ("i40e: Limit the number of MAC and VLAN addresses that can be added for VFs") CC: Anjali Singhai Jain CC: Andrew Bowers Signed-off-by: Zijie Pan Signed-off-by: Nicolas Dichtel ---