[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201806260729.D5cHeuKV%fengguang.wu@intel.com>
Date: Tue, 26 Jun 2018 10:04:42 +0800
From: kbuild test robot <lkp@...el.com>
To: Amritha Nambiar <amritha.nambiar@...el.com>
Cc: kbuild-all@...org, netdev@...r.kernel.org, davem@...emloft.net,
alexander.h.duyck@...el.com, willemdebruijn.kernel@...il.com,
amritha.nambiar@...el.com, sridhar.samudrala@...el.com,
alexander.duyck@...il.com, edumazet@...gle.com,
hannes@...essinduktion.org, tom@...bertland.com
Subject: Re: [net-next PATCH v4 5/7] net: Enable Tx queue selection based on
Rx queues
Hi Amritha,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Amritha-Nambiar/Symmetric-queue-selection-using-XPS-for-Rx-queues/20180626-070944
config: i386-randconfig-x078-201825 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
In file included from include/net/cls_cgroup.h:19:0,
from net/socket.c:98:
include/net/sock.h: In function 'sk_rx_queue_get':
>> include/net/sock.h:1715:16: error: 'const struct sock' has no member named 'sk_rx_queue_mapping'
return sk ? sk->sk_rx_queue_mapping - 1 : -1;
^~
vim +1715 include/net/sock.h
1712
1713 static inline int sk_rx_queue_get(const struct sock *sk)
1714 {
> 1715 return sk ? sk->sk_rx_queue_mapping - 1 : -1;
1716 }
1717 static inline void sk_set_socket(struct sock *sk, struct socket *sock)
1718 {
1719 sk_tx_queue_clear(sk);
1720 sk->sk_socket = sock;
1721 }
1722
---
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/gzip" (26631 bytes)
Powered by blists - more mailing lists