[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201712160304.vXamGJOb%fengguang.wu@intel.com>
Date: Sat, 16 Dec 2017 04:10:31 +0800
From: kbuild test robot <lkp@...el.com>
To: Shannon Nelson <shannon.nelson@...cle.com>
Cc: kbuild-all@...org, intel-wired-lan@...ts.osuosl.org,
jeffrey.t.kirsher@...el.com, steffen.klassert@...unet.com,
netdev@...r.kernel.org, sowmini.varadhan@...cle.com
Subject: Re: [Intel-wired-lan] [PATCH v2 next-queue 08/10] ixgbe: process the
Tx ipsec offload
Hi Shannon,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on v4.15-rc3]
[also build test ERROR on next-20171215]
[cannot apply to jkirsher-next-queue/dev-queue]
[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/Shannon-Nelson/ixgbe-Add-ipsec-offload/20171216-024335
config: i386-randconfig-x013-201750 (attached as .config)
compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function 'ixgbe_xmit_frame_ring':
>> drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:8563:11: error: 'struct sk_buff' has no member named 'sp'; did you mean 'sk'?
if (skb->sp && !ixgbe_ipsec_tx(tx_ring, first, &ipsec_tx))
^~
sk
vim +8563 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
8562
> 8563 if (skb->sp && !ixgbe_ipsec_tx(tx_ring, first, &ipsec_tx))
8564 goto out_drop;
8565 tso = ixgbe_tso(tx_ring, first, &hdr_len);
8566 if (tso < 0)
8567 goto out_drop;
8568 else if (!tso)
8569 ixgbe_tx_csum(tx_ring, first, &ipsec_tx);
8570
8571 /* add the ATR filter if ATR is on */
8572 if (test_bit(__IXGBE_TX_FDIR_INIT_DONE, &tx_ring->state))
8573 ixgbe_atr(tx_ring, first);
8574
---
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" (31618 bytes)
Powered by blists - more mailing lists