[Intel-wired-lan] [net-queue PATCH v2 1/2] ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRM

Bowers, AndrewX andrewx.bowers at intel.com
Wed Jun 6 16:20:31 UTC 2018


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Shannon Nelson
> Sent: Monday, June 4, 2018 2:13 PM
> To: Duyck, Alexander H <alexander.h.duyck at intel.com>; intel-wired-
> lan at osuosl.org; andre at tomt.net
> Subject: Re: [Intel-wired-lan] [net-queue PATCH v2 1/2] ixgbe: Use
> CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRM
> 
> On 6/4/2018 1:51 PM, Alexander Duyck wrote:
> > There is no point in adding code if CONFIG_XFRM is defined that we
> > won't use unless CONFIG_XFRM_OFFLOAD is defined. So instead of leaving
> > this code floating around I am replacing the ifdef with what I believe
> > is the correct one so that we only include the code and variables if
> > they will actually be used.
> >
> > Signed-off-by: Alexander Duyck <alexander.h.duyck at intel.com>
> 
> Acked-by: Shannon Nelson <shannon.nelson at oracle.com>
> 
> > ---
> >   drivers/net/ethernet/intel/ixgbe/ixgbe.h      |    4 ++--
> >   drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |    2 +-
> >   2 files changed, 3 insertions(+), 3 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>




More information about the Intel-wired-lan mailing list