RE: [Intel-wired-lan] [net-next PATCH 1/3] ixgbe: Refactor MAC address configuration code

2015-11-11 Thread Miller, Darin J
/3] ixgbe: Refactor MAC address configuration code In the process of tracking down a memory leak when adding/removing fdb entries I had to go through the MAC address configuration code for ixgbe. In the process of doing so I found a number of issues that impacted readability and performance

[net-next PATCH 1/3] ixgbe: Refactor MAC address configuration code

2015-10-22 Thread Alexander Duyck
In the process of tracking down a memory leak when adding/removing fdb entries I had to go through the MAC address configuration code for ixgbe. In the process of doing so I found a number of issues that impacted readability and performance. This change updates the code in general to clean it up s