]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-dead-code-clean-ups-and-slight-improvements'
authorDavid S. Miller <davem@davemloft.net>
Mon, 11 Dec 2017 17:08:23 +0000 (12:08 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Dec 2017 17:08:23 +0000 (12:08 -0500)
commit07aac5c607e6a238a4671b41e22a47e982cf6f6c
treeda6b4b19304bb5d2a7bc8f0267152b4e813700ef
parentd49a29e57a9702280e3c9586361e74274c786575
parent6b936272af274c8a67dfe441e7d4eeadd553dd7a
Merge branch 'nfp-dead-code-clean-ups-and-slight-improvements'

Jakub Kicinski says:

====================
nfp: dead code, clean ups and slight improvements

This series contains small clean ups from John and Carl, and brings
no functional changes.

John's improvements target the flower code.  First he makes sure we don't
allocate space in FW request messages for MAC matches if the TC rule does
not contain any.  The remaining two patches remove some dead code and
unused defines.

Carl follows up with a slight optimization to his recent ethtool FW state
dumps, byte swapping input parameters once instead of the data for every
dumped item.
====================

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