From: Jakub Kicinski <jakub.kicin...@netronome.com> Date: Wed, 8 Mar 2017 08:56:59 -0800
> 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. Series applied, thanks.