All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bowers, AndrewX <andrewx.bowers@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH v3 next-queue 03/10] ixgbe: add ipsec engine start and stop routines
Date: Wed, 3 Jan 2018 22:28:51 +0000	[thread overview]
Message-ID: <26D9FDECA4FBDD4AADA65D8E2FC68A4A1A8D6DE1@ORSMSX104.amr.corp.intel.com> (raw)
In-Reply-To: <1513728002-7643-4-git-send-email-shannon.nelson@oracle.com>

> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Shannon Nelson
> Sent: Tuesday, December 19, 2017 4:00 PM
> To: intel-wired-lan at lists.osuosl.org; Kirsher, Jeffrey T
> <jeffrey.t.kirsher@intel.com>
> Cc: steffen.klassert at secunet.com; sowmini.varadhan at oracle.com;
> netdev at vger.kernel.org
> Subject: [Intel-wired-lan] [PATCH v3 next-queue 03/10] ixgbe: add ipsec
> engine start and stop routines
> 
> Add in the code for running and stopping the hardware ipsec
> encryption/decryption engine.  It is good to keep the engine off when not in
> use in order to save on the power draw.
> 
> v2: add limiter to do-while loop waiting for paths to drain
> 
> Signed-off-by: Shannon Nelson <shannon.nelson@oracle.com>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c | 142
> +++++++++++++++++++++++++
>  1 file changed, 142 insertions(+)

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



  reply	other threads:[~2018-01-03 22:28 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-19 23:59 [PATCH v3 next-queue 00/10] ixgbe: Add ipsec offload Shannon Nelson
2017-12-19 23:59 ` [Intel-wired-lan] " Shannon Nelson
2017-12-19 23:59 ` [PATCH v3 next-queue 01/10] ixgbe: clean up ipsec defines Shannon Nelson
2017-12-19 23:59   ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:27   ` Bowers, AndrewX
2017-12-19 23:59 ` [PATCH v3 next-queue 02/10] ixgbe: add ipsec register access routines Shannon Nelson
2017-12-19 23:59   ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:28   ` Bowers, AndrewX
2017-12-19 23:59 ` [PATCH v3 next-queue 03/10] ixgbe: add ipsec engine start and stop routines Shannon Nelson
2017-12-19 23:59   ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:28   ` Bowers, AndrewX [this message]
2017-12-19 23:59 ` [PATCH v3 next-queue 04/10] ixgbe: add ipsec data structures Shannon Nelson
2017-12-19 23:59   ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:29   ` Bowers, AndrewX
2017-12-19 23:59 ` [PATCH v3 next-queue 05/10] ixgbe: add ipsec offload add and remove SA Shannon Nelson
2017-12-19 23:59   ` [Intel-wired-lan] " Shannon Nelson
2017-12-21  1:17   ` Marcelo Ricardo Leitner
2017-12-21  1:17     ` [Intel-wired-lan] " Marcelo Ricardo Leitner
2017-12-21  1:39     ` Shannon Nelson
2017-12-21  1:39       ` [Intel-wired-lan] " Shannon Nelson
2017-12-21  2:21       ` Marcelo Ricardo Leitner
2017-12-21  2:21         ` [Intel-wired-lan] " Marcelo Ricardo Leitner
2017-12-21  3:30         ` Shannon Nelson
2017-12-21  3:30           ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:30   ` Bowers, AndrewX
2017-12-19 23:59 ` [PATCH v3 next-queue 06/10] ixgbe: restore offloaded SAs after a reset Shannon Nelson
2017-12-19 23:59   ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:30   ` Bowers, AndrewX
2017-12-19 23:59 ` [PATCH v3 next-queue 07/10] ixgbe: process the Rx ipsec offload Shannon Nelson
2017-12-19 23:59   ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:31   ` Bowers, AndrewX
2017-12-20  0:00 ` [PATCH v3 next-queue 08/10] ixgbe: process the Tx " Shannon Nelson
2017-12-20  0:00   ` [Intel-wired-lan] " Shannon Nelson
2017-12-22  8:24   ` Yanjun Zhu
2017-12-22  8:24     ` [Intel-wired-lan] " Yanjun Zhu
2017-12-22 22:33     ` Shannon Nelson
2017-12-22 22:33       ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:32   ` Bowers, AndrewX
2017-12-20  0:00 ` [PATCH v3 next-queue 09/10] ixgbe: ipsec offload stats Shannon Nelson
2017-12-20  0:00   ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:32   ` Bowers, AndrewX
2017-12-20  0:00 ` [PATCH v3 next-queue 10/10] ixgbe: register ipsec offload with the xfrm subsystem Shannon Nelson
2017-12-20  0:00   ` [Intel-wired-lan] " Shannon Nelson
2018-01-03 22:33   ` Bowers, AndrewX
2017-12-21  6:39 ` [PATCH v3 next-queue 00/10] ixgbe: Add ipsec offload Yanjun Zhu
2017-12-21  6:39   ` [Intel-wired-lan] " Yanjun Zhu
2017-12-21  7:09   ` Yanjun Zhu
2017-12-21  7:09     ` [Intel-wired-lan] " Yanjun Zhu
2017-12-21 17:55     ` Shannon Nelson
2017-12-21 17:55       ` [Intel-wired-lan] " Shannon Nelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=26D9FDECA4FBDD4AADA65D8E2FC68A4A1A8D6DE1@ORSMSX104.amr.corp.intel.com \
    --to=andrewx.bowers@intel.com \
    --cc=intel-wired-lan@osuosl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.