On 6/10/2019 8:38 AM, Andrew Rybchenko wrote: > checkpatches.sh generates warnings/errors because of a bit different > coding style in base driver. > > Andrew Lee (1): > net/sfc/base: fix signed/unsigned mismatch errors > > Andrew Rybchenko (2): > net/sfc/base: do not rely on indirect header inclusion > net/sfc/base: update MCDI headers > > Gautam Dawar (14): > net/sfc/base: enable chained multicast on all EF10 cards > net/sfc/base: export the zero-based MCDI port number > net/sfc/base: introduce of EVB module for SR-IOV support > net/sfc/base: add MCDI wrappers for vPort and vSwitch in EVB > net/sfc/base: add EVB module vSwitch/vPort/vAdaptor ops > net/sfc/base: implement vSwitch create/destroy > net/sfc/base: factor out upstream port vAdaptor allocation > net/sfc/base: support data path with EVB module > net/sfc/base: support proxy auth operations for SR-IOV > net/sfc/base: implement proxy auth MCDI event handling > net/sfc/base: provide proxy APIs to client drivers > net/sfc/base: provide APIs to configure and reset vPort > net/sfc/base: provide API to fetch vPort statistics > net/sfc/base: add APIs for PTP privilege configuration > > Kevin Lampis (1): > net/sfc/base: add definition of OEM TLV > > Mark Spender (2): > net/sfc/base: fix shift by more bits than field width > net/sfc/base: improve code style in sensors decoding > > Paul Fox (1): > net/sfc/base: add definition of bundle metadata partition > > Richard Houldsworth (8): > net/sfc/base: add driver version string registration > net/sfc/base: add capabilities for bundle partition support > net/sfc/base: add extensible NVRAM info function > net/sfc/base: add NVRAM info to API > net/sfc/base: add firmware ID header > net/sfc/base: support direct FW update for bundle partitions > net/sfc/base: transition to the extensible NVRAM info API > net/sfc/base: add background mode firmware updating
Series applied to dpdk-next-net/master, thanks. Fixed following checkpatch warnings while merging: ERROR:SPACING: space required before the open brace '{' #49: FILE: drivers/net/sfc/base/mcdi_mon.c:85: + (efx_mon_get_stat_portmap(id, &stat_portmask) != B_TRUE)){ WARNING:TYPO_SPELLING: 'paramter' may be misspelled - perhaps 'parameter'? #1: identifier and hence this paramter is unused for EF10 architecture WARNING:TYPO_SPELLING: 'initilization' may be misspelled - perhaps 'initialization'? #13: the changes in NIC initilization flow.