[Intel-wired-lan] [PATCH v2 next-queue 08/10] ixgbe: process the Tx ipsec offload

Shannon Nelson shannon.nelson at oracle.com
Fri Dec 15 20:22:30 UTC 2017


On 12/15/2017 12:10 PM, kbuild test robot wrote:
[...]
> 
>     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;

Thanks, Mr. Roboto.  Obviously an #ifdef is in order around this little 
block.

sln



More information about the Intel-wired-lan mailing list