Hi Parav, [auto build test ERROR on rdma/master] [also build test ERROR on v4.11-rc6 next-20170413] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Leon-Romanovsky/IB-mlx5-Support-congestion-related-counters/20170413-231953 base: https://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git master config: i386-allyesconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): >> drivers/infiniband//hw/mlx5/main.c:3172:120: error: 'struct mlx5_ifc_query_cong_statistics_out_bits' has no member named 'np_cnp_sent_high'; did you mean 'np_cnps_sent_high'? INIT_CONG_COUNTER(np_cnp_sent), ^ vim +3172 drivers/infiniband//hw/mlx5/main.c 3166 MLX5_BYTE_OFF(query_cong_statistics_out, _name ## _high)} 3167 3168 static const struct mlx5_ib_counter cong_cnts[] = { 3169 INIT_CONG_COUNTER(rp_cnp_ignored), 3170 INIT_CONG_COUNTER(rp_cnp_handled), 3171 INIT_CONG_COUNTER(np_ecn_marked_roce_packets), > 3172 INIT_CONG_COUNTER(np_cnp_sent), 3173 }; 3174 3175 static void mlx5_ib_dealloc_counters(struct mlx5_ib_dev *dev) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation