diff options
author | David S. Miller <davem@davemloft.net> | 2015-12-22 14:49:03 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-22 14:49:03 -0500 |
commit | d317aa5893015d473c11a55bc3125ebd68648946 (patch) | |
tree | 258fb6fca462892db071443ece80d5944551186c /net/core/net-sysfs.c | |
parent | 076ef440708bc28d821cebb2dbca64e3c917ac73 (diff) | |
parent | 0d722ec8bf46cb6547d10e8c5d9b8b6498bc7f97 (diff) | |
download | talos-obmc-linux-d317aa5893015d473c11a55bc3125ebd68648946.tar.gz talos-obmc-linux-d317aa5893015d473c11a55bc3125ebd68648946.zip |
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
Jeff Kirsher says:
====================
100GbE Intel Wired LAN Driver Updates 2015-12-22
This series contains updates to fm10k only.
Bruce cleans up the initialization of fm10k_workqueue at the global level,
which fixes a checkpatch.pl error. Made several other cleanups of the
driver, like making structures that do not change constant, remove unused
code, cleanup code comments and use boolean states true/false instead of
an integer since a bool is all that is needed.
Jacob fixed the TLV format for little endian structures which are 4 byte
aligned copy, so add an additional __aligned(4) and __packed to ensure
that these structures are actually 4 byte aligned and packed correctly.
Updated the driver to use ether_addr_equal() instead of memcmp() to
compare MAC addresses.
Alex Duyck cleans up the exception handling so all of the paths result in
a similar state if we fail. Specifically the driver will now unload the
mailbox interrupt, free the queue vectors and MSI-X, and then detach the
interface.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/net-sysfs.c')
0 files changed, 0 insertions, 0 deletions