Hi Pavel, [auto build test ERROR on net/master]
url: https://github.com/0day-ci/linux/commits/Pavel-Belous/net-ethernet-aquantia-Misc-fixes-for-atlantic-driver/20170323-191314 config: x86_64-allmodconfig (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=x86_64 All errors (new ones prefixed by >>): drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c: In function 'hw_atl_a0_hw_ring_tx_xmit': >> drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c:438:17: error: >> 'HW_ATL_B0_TXD_CTL_CMD_IPV6' undeclared (first use in this function) txd->ctl |= HW_ATL_B0_TXD_CTL_CMD_IPV6; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c:438:17: note: each undeclared identifier is reported only once for each function it appears in vim +/HW_ATL_B0_TXD_CTL_CMD_IPV6 +438 drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c 432 pkt_len -= (buff->len_l4 + 433 buff->len_l3 + 434 buff->len_l2); 435 is_gso = true; 436 437 if (buff->is_ipv6) > 438 txd->ctl |= HW_ATL_B0_TXD_CTL_CMD_IPV6; 439 } else { 440 buff_pa_len = buff->len; 441 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip