From: Haren Myneni <haren@linux.ibm.com>
To: mpe@ellerman.id.au
Cc: mikey@neuling.org, herbert@gondor.apana.org.au,
npiggin@gmail.com, linux-crypto@vger.kernel.org,
sukadev@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org,
dja@axtens.net
Subject: [PATCH v5 8/9] crypto/nx: Remove 'pid' in vas_tx_win_attr struct
Date: Wed, 01 Apr 2020 15:08:04 -0700 [thread overview]
Message-ID: <1585778884.2275.4.camel@hbabu-laptop> (raw)
In-Reply-To: <1585777592.10664.462.camel@hbabu-laptop>
When window is opened, pid reference is taken for user space
windows. Not needed for kernel windows. So remove 'pid' in
vas_tx_win_attr struct.
Signed-off-by: Haren Myneni <haren@linux.ibm.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
---
arch/powerpc/include/asm/vas.h | 1 -
drivers/crypto/nx/nx-common-powernv.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/arch/powerpc/include/asm/vas.h b/arch/powerpc/include/asm/vas.h
index e064953..994db6f 100644
--- a/arch/powerpc/include/asm/vas.h
+++ b/arch/powerpc/include/asm/vas.h
@@ -86,7 +86,6 @@ struct vas_tx_win_attr {
int wcreds_max;
int lpid;
int pidr; /* hardware PID (from SPRN_PID) */
- int pid; /* linux process id */
int pswid;
int rsvd_txbuf_count;
int tc_mode;
diff --git a/drivers/crypto/nx/nx-common-powernv.c b/drivers/crypto/nx/nx-common-powernv.c
index f570691..38333e4 100644
--- a/drivers/crypto/nx/nx-common-powernv.c
+++ b/drivers/crypto/nx/nx-common-powernv.c
@@ -692,7 +692,6 @@ static struct vas_window *nx_alloc_txwin(struct nx_coproc *coproc)
*/
vas_init_tx_win_attr(&txattr, coproc->ct);
txattr.lpid = 0; /* lpid is 0 for kernel requests */
- txattr.pid = 0; /* pid is 0 for kernel requests */
/*
* Open a VAS send window which is used to send request to NX.
--
1.8.3.1
next prev parent reply other threads:[~2020-04-01 22:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-01 21:46 [PATCH v5 0/9] crypto/nx: Enable GZIP engine and provide userpace API Haren Myneni
2020-04-01 21:57 ` [PATCH v5 1/9] powerpc/vas: Initialize window attributes for GZIP coprocessor type Haren Myneni
2020-04-01 21:58 ` [PATCH v5 2/9] powerpc/vas: Define VAS_TX_WIN_OPEN ioctl API Haren Myneni
2020-04-01 21:59 ` [PATCH v5 3/9] powerpc/vas: Add VAS user space API Haren Myneni
2020-04-17 4:55 ` Michael Ellerman
2020-04-01 22:04 ` [PATCH v5 4/9] crypto/nx: Initialize coproc entry with kzalloc Haren Myneni
2020-04-01 22:05 ` [PATCH v5 5/9] crypto/nx: Rename nx-842-powernv file name to nx-common-powernv Haren Myneni
2020-04-01 22:06 ` [PATCH 6/9] crypto/nx: Make enable code generic to add new GZIP compression type Haren Myneni
2020-04-01 22:16 ` [PATCH v5 " Haren Myneni
2020-04-01 22:07 ` [PATCH v5 7/9] crypto/nx: Enable and setup " Haren Myneni
2020-04-01 22:08 ` Haren Myneni [this message]
2020-04-01 22:08 ` [PATCH v5 9/9] Documentation/powerpc: VAS API Haren Myneni
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=1585778884.2275.4.camel@hbabu-laptop \
--to=haren@linux.ibm.com \
--cc=dja@axtens.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mikey@neuling.org \
--cc=mpe@ellerman.id.au \
--cc=npiggin@gmail.com \
--cc=sukadev@linux.vnet.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox