Thread (34 messages) flat view 34 messages, 7 authors, 2016-02-09

Re: [net-next PATCH 3/7] net: sched: add cls_u32 offload hooks for netdevs

From: kbuild test robot <hidden>
Date: 2016-02-03 10:14:50

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':
quoted
net/sched/cls_u32.c:478:33: error: 'struct tc_u_knode' has no member named 'val'
      offload.cls_u32->knode.val = n->val;
                                    ^
quoted
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

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help