This series contains updates to the ice driver only. Jacob implements a devlink region for device capabilities.
Bruce removes structs containing only one-element arrays that are either unused or only used for indexing. Instead, use pointer arithmetic or other indexing to access the elements. Converts "C struct hack" variable-length types to the preferred C99 flexible array member. The following are changes since commit 2b04a66156159592156a97553057e8c36de2ee70: Merge branch 'cxgb4-add-mirror-action-support-for-TC-MATCHALL' and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 100GbE Bruce Allan (2): ice: avoid unnecessary single-member variable-length structs ice: replace single-element array used for C struct hack Jacob Keller (1): ice: implement snapshot for device capabilities drivers/net/ethernet/intel/ice/ice.h | 1 + .../net/ethernet/intel/ice/ice_adminq_cmd.h | 62 ++----- drivers/net/ethernet/intel/ice/ice_base.c | 2 +- drivers/net/ethernet/intel/ice/ice_common.c | 167 +++++++++++------- drivers/net/ethernet/intel/ice/ice_common.h | 5 +- drivers/net/ethernet/intel/ice/ice_dcb.c | 4 +- drivers/net/ethernet/intel/ice/ice_dcb.h | 4 +- drivers/net/ethernet/intel/ice/ice_devlink.c | 59 +++++++ .../net/ethernet/intel/ice/ice_flex_pipe.c | 35 ++-- .../net/ethernet/intel/ice/ice_flex_type.h | 39 ++-- drivers/net/ethernet/intel/ice/ice_lib.c | 2 +- drivers/net/ethernet/intel/ice/ice_sched.c | 65 +++---- drivers/net/ethernet/intel/ice/ice_sched.h | 2 +- drivers/net/ethernet/intel/ice/ice_switch.c | 50 +++--- drivers/net/ethernet/intel/ice/ice_xsk.c | 6 +- 15 files changed, 276 insertions(+), 227 deletions(-) -- 2.26.2