Re: [PATCH net-next v2 02/10] net/ncsi: NCSI command packet handler

2016-07-18 Thread Gavin Shan
On Mon, Jul 18, 2016 at 10:15:21AM +1000, Gavin Shan wrote: >On Fri, Jul 15, 2016 at 10:08:23PM +0800, kbuild test robot wrote: >>[auto build test ERROR on net-next/master] >> >>url: >>https://github.com/0day-ci/linux/commits/Gavin-Shan/NCSI-Support/20160715-190549 >>config: i386-allmodconfig (

Re: [PATCH net-next v2 02/10] net/ncsi: NCSI command packet handler

2016-07-17 Thread Gavin Shan
On Fri, Jul 15, 2016 at 10:08:23PM +0800, kbuild test robot wrote: >[auto build test ERROR on net-next/master] > >url: >https://github.com/0day-ci/linux/commits/Gavin-Shan/NCSI-Support/20160715-190549 >config: i386-allmodconfig (attached as .config) >compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160

Re: [PATCH net-next v2 02/10] net/ncsi: NCSI command packet handler

2016-07-15 Thread kbuild test robot
Hi, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Gavin-Shan/NCSI-Support/20160715-190549 config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430 reproduce: # save the attached .config to linux build tr

[PATCH net-next v2 02/10] net/ncsi: NCSI command packet handler

2016-07-15 Thread Gavin Shan
The NCSI command packets are sent from MC (Management Controller) to remote end. They are used for multiple purposes: probe existing NCSI package/channel, retrieve NCSI channel's capability, configure NCSI channel etc. This defines struct to represent NCSI command packets and introduces function n