]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qed-management-interaction-and-feature-changes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 Mar 2017 18:53:31 +0000 (11:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Mar 2017 18:53:31 +0000 (11:53 -0700)
commitb88909108fa3e90417c38c74cd2ac83a3f11193b
tree6743dd92fab93d2e7f18d957ed1697c416a28007
parent3b0be8252cda6c2367588e34d15c09568d108188
parentd0f44faa9a9a86e03292cba0fc45de845bab60c6
Merge branch 'qed-management-interaction-and-feature-changes'

Yuval Mintz says:

====================
qed: Management interaction & feature changes

All patches in this series either affect direct interaction with the
management firmware, or changes logic relating to some values retrieved
from it.

Patch #1 revises the basic logic for sending messages to the management
firmware and there completion, and is the most significant [at least
code-wise] of the bunch.

Patch #2 changes infrastrcure in a way that should better protect us form
mistakes leading to stack corruption such as was fixed in
f67f921c6692 ("qed: Prevent stack corruption on MFW interaction").

Patch #3 corrects some update API endian issue [sent here as it would
create conflicts with #2, and because it's lack would create a rather
insignifcant problem].

Patch #4 removes some unnecessary logging, allowing cleaner forward
compatibility with future management firmware versions.

Patches #5, #6 slightly change the number of possible L2 queues in some
scenarios, leading to the possibility of having more queues / VFS.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>