Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci/qat opencrypto orders new_session -> process for...



details:   https://anonhg.NetBSD.org/src/rev/cd2d21d40447
branches:  trunk
changeset: 744441:cd2d21d40447
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Feb 01 13:48:18 2020 +0000

description:
opencrypto orders new_session -> process for us.

No need for membar_producer.

Discussed with hikaru@.

diffstat:

 sys/dev/pci/qat/qat.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r ae33efe8ee9e -r cd2d21d40447 sys/dev/pci/qat/qat.c
--- a/sys/dev/pci/qat/qat.c     Sat Feb 01 13:48:08 2020 +0000
+++ b/sys/dev/pci/qat/qat.c     Sat Feb 01 13:48:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: qat.c,v 1.3 2019/12/04 01:06:28 hikaru Exp $   */
+/*     $NetBSD: qat.c,v 1.4 2020/02/01 13:48:18 riastradh Exp $        */
 
 /*
  * Copyright (c) 2019 Internet Initiative Japan, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: qat.c,v 1.3 2019/12/04 01:06:28 hikaru Exp $");
+__KERNEL_RCSID(0, "$NetBSD: qat.c,v 1.4 2020/02/01 13:48:18 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1969,8 +1969,6 @@
        qcy->qcy_sc->sc_hw.qhw_crypto_setup_desc(qcy, qs, &qs->qs_dec_desc, crie, cria);
        qcy->qcy_sc->sc_hw.qhw_crypto_setup_desc(qcy, qs, &qs->qs_enc_desc, crie, cria);
 
-       membar_producer();
-
        return 0;
 fail:
        if (qs != NULL) {



Home | Main Index | Thread Index | Old Index