From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hadar Hen Zion Subject: Re: [PATCH net-next 2/4] flow_dissector: Get vlan priority in addition to vlan id Date: Thu, 11 Aug 2016 18:23:00 +0300 Message-ID: References: <1470835943-9042-3-git-send-email-hadarh@mellanox.com> <201608110519.ecG3SB3c%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Hadar Hen Zion , kbuild-all@01.org, "David S. Miller" , netdev , Jiri Pirko , Tom Herbert , Or Gerlitz , Amir Vadai To: kbuild test robot Return-path: Received: from mail-oi0-f66.google.com ([209.85.218.66]:35510 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751902AbcHKPXc (ORCPT ); Thu, 11 Aug 2016 11:23:32 -0400 Received: by mail-oi0-f66.google.com with SMTP id e80so593880oig.2 for ; Thu, 11 Aug 2016 08:23:01 -0700 (PDT) In-Reply-To: <201608110519.ecG3SB3c%fengguang.wu@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Aug 11, 2016 at 12:58 AM, kbuild test robot wrote: > Hi Hadar, > > [auto build test ERROR on net-next/master] > > url: https://github.com/0day-ci/linux/commits/Hadar-Hen-Zion/flow_dissector-Get-vlan-info-from-skb-vlan_tci-instead-of-skb-data/20160811-042500 > config: cris-etrax-100lx_v2_defconfig (attached as .config) > compiler: cris-linux-gcc (GCC) 4.6.3 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=cris > > All errors (new ones prefixed by >>): > > In function 'flow_keys_hash_length.isra.6', > inlined from '__flow_hash_from_keys' at net/core/flow_dissector.c:599:26, > inlined from 'flow_hash_from_keys' at net/core/flow_dissector.c:610:2: >>> net/core/flow_dissector.c:512:2: error: call to '__compiletime_assert_512' declared with attribute error: BUILD_BUG_ON failed: (sizeof(*flow) - FLOW_KEYS_HASH_OFFSET) % sizeof(u32) [...] I'm working on a fix, will send it soon. I'll be happy to get your review and comments on my flow_dissector and flower patches. Thank you, Hadar [...]