]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-crc32-rss-hash-port-name-reporting-and-misc-fastpath-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 00:40:00 +0000 (16:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 00:40:00 +0000 (16:40 -0800)
commit97f5afe150d3aa50a6708d0c3751ae3f11e0a4c5
tree15c1fd7c703b0994ccff2ac1c04118f47bd33e66
parentc5a3756c21ebdfc8e1c5bf3a552e3003931e39a0
parent4cf568191303782f26752992265c60976d3eff18
Merge branch 'nfp-crc32-rss-hash-port-name-reporting-and-misc-fastpath-cleanups'

Jakub Kicinski says:

====================
nfp: CRC32 RSS hash, port name reporting and misc fastpath cleanups

This series adds support for CRC32 RSS hash function to kernel API
of which NFP driver immediately makes use.  There is also a
.ndo_get_phys_port_name() implementation conforming to switchdev
name format.  Small patch takes advantage of napi_complete_done()'s
return code.  Simon provides a fix for potentially trusting values
returned from FW too much.

A handful of unassuming fast path adjustments is also thrown in to make
the upcoming xdp_adjust_head() series easier to review.
====================

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