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

Attachment: .config.gz
Description: application/gzip

Reply via email to