[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <201602031717.9mguWR0W%fengguang.wu@intel.com>
Date: Wed, 3 Feb 2016 17:11:54 +0800
From: kbuild test robot <lkp@...el.com>
To: Iyappan Subramanian <isubramanian@....com>
Cc: kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
patches@....com, toanle@....com,
Iyappan Subramanian <isubramanian@....com>,
Khuong Dinh <kdinh@....com>, Tanmay Inamdar <tinamdar@....com>
Subject: Re: [PATCH net-next 2/4] drivers: net: xgene: Add support for RSS
Hi Iyappan,
[auto build test WARNING on net-next/master]
url: https://github.com/0day-ci/linux/commits/Iyappan-Subramanian/Add-support-for-Classifier-and-RSS/20160203-155838
config: i386-allmodconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All warnings (new ones prefixed by >>):
drivers/net/ethernet/apm/xgene/xgene_enet_cle.c: In function 'xgene_enet_cle_init':
>> drivers/net/ethernet/apm/xgene/xgene_enet_cle.c:729:1: warning: the frame size of 1096 bytes is larger than 1024 bytes [-Wframe-larger-than=]
}
^
vim +729 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c
bdc3a65f Iyappan Subramanian 2016-02-02 713 dbptr[DB_RES_DROP].drop = 1;
bdc3a65f Iyappan Subramanian 2016-02-02 714
bdc3a65f Iyappan Subramanian 2016-02-02 715 memset(&kn, 0, sizeof(kn));
bdc3a65f Iyappan Subramanian 2016-02-02 716 kn.node_type = KN;
bdc3a65f Iyappan Subramanian 2016-02-02 717 kn.num_keys = 1;
bdc3a65f Iyappan Subramanian 2016-02-02 718 kn.key[0].priority = 0;
bdc3a65f Iyappan Subramanian 2016-02-02 719 kn.key[0].result_pointer = DB_RES_ACCEPT;
bdc3a65f Iyappan Subramanian 2016-02-02 720
bdc3a65f Iyappan Subramanian 2016-02-02 721 ptree->dn = ptree_dn;
bdc3a65f Iyappan Subramanian 2016-02-02 722 ptree->kn = &kn;
bdc3a65f Iyappan Subramanian 2016-02-02 723 ptree->dbptr = dbptr;
bdc3a65f Iyappan Subramanian 2016-02-02 724 ptree->num_dn = MAX_NODES;
bdc3a65f Iyappan Subramanian 2016-02-02 725 ptree->num_kn = 1;
bdc3a65f Iyappan Subramanian 2016-02-02 726 ptree->num_dbptr = DB_MAX_PTRS;
bdc3a65f Iyappan Subramanian 2016-02-02 727
bdc3a65f Iyappan Subramanian 2016-02-02 728 return xgene_cle_setup_ptree(pdata, enet_cle);
bdc3a65f Iyappan Subramanian 2016-02-02 @729 }
bdc3a65f Iyappan Subramanian 2016-02-02 730
bdc3a65f Iyappan Subramanian 2016-02-02 731 struct xgene_cle_ops xgene_cle3in_ops = {
bdc3a65f Iyappan Subramanian 2016-02-02 732 .cle_init = xgene_enet_cle_init,
bdc3a65f Iyappan Subramanian 2016-02-02 733 };
:::::: The code at line 729 was first introduced by commit
:::::: bdc3a65fd7d47cc058cc913cfbd8f2934ef7f7a2 drivers: net: xgene: Add support for Classifier engine
:::::: TO: Iyappan Subramanian <isubramanian@....com>
:::::: CC: 0day robot <fengguang.wu@...el.com>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (53455 bytes)
Powered by blists - more mailing lists