Hi Kevin,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on net/master]
[also build test ERROR on v5.1-rc1 next-20190321]
[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/Kevin-ldir-Darbyshire-Bryant/net-sched-Introduce-conndscp-action/20190322-010455
config: mips-allmodconfig (attached as .config)
compiler: mips-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
        wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.2.0 make.cross ARCH=mips 

All errors (new ones prefixed by >>):

>> net//sched/act_conndscp.c:290:3: error: 'struct tc_action_ops' has no member 
>> named 'type'
     .type  = TCA_ACT_CONNDSCP,
      ^~~~

vim +290 net//sched/act_conndscp.c

   287  
   288  static struct tc_action_ops act_conndscp_ops = {
   289          .kind           =       "conndscp",
 > 290          .type           =       TCA_ACT_CONNDSCP,
   291          .owner          =       THIS_MODULE,
   292          .act            =       tcf_conndscp_act,
   293          .dump           =       tcf_conndscp_dump,
   294          .init           =       tcf_conndscp_init,
   295          .walk           =       tcf_conndscp_walker,
   296          .lookup         =       tcf_conndscp_search,
   297          .size           =       sizeof(struct tcf_conndscp_info),
   298  };
   299  

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to