Hi John,

[auto build test ERROR on net-next/master]

url:    
https://github.com/0day-ci/linux/commits/John-Fastabend/tc-offload-for-cls_u32-on-ixgbe/20160203-173342
config: i386-randconfig-x009-02010231 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   net/sched/cls_u32.c: In function 'u32_replace_hw_knode':
>> net/sched/cls_u32.c:478:33: error: 'struct tc_u_knode' has no member named 
>> 'val'
      offload.cls_u32->knode.val = n->val;
                                    ^
>> net/sched/cls_u32.c:479:34: error: 'struct tc_u_knode' has no member named 
>> 'mask'
      offload.cls_u32->knode.mask = n->mask;
                                     ^

vim +478 net/sched/cls_u32.c

   472          offload.cls_u32 = &u32_offload;
   473  
   474          if (dev->netdev_ops->ndo_setup_tc) {
   475                  offload.cls_u32->command = TC_CLSU32_REPLACE_KNODE;
   476                  offload.cls_u32->knode.handle = n->handle;
   477                  offload.cls_u32->knode.fshift = n->fshift;
 > 478                  offload.cls_u32->knode.val = n->val;
 > 479                  offload.cls_u32->knode.mask = n->mask;
   480                  offload.cls_u32->knode.sel = &n->sel;
   481                  offload.cls_u32->knode.exts = &n->exts;
   482                  if (n->ht_down)

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

Attachment: .config.gz
Description: Binary data

Reply via email to