netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Srujana Challa <schalla@marvell.com>
Cc: <herbert@gondor.apana.org.au>, <davem@davemloft.net>,
	<netdev@vger.kernel.org>, <linux-crypto@vger.kernel.org>,
	<sgoutham@marvell.com>, <gakula@marvell.com>,
	<sbhatta@marvell.com>, <schandran@marvell.com>,
	<pathreya@marvell.com>
Subject: Re: [PATCH v7,net-next,04/13] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
Date: Wed, 14 Oct 2020 16:59:39 -0700	[thread overview]
Message-ID: <20201014165939.2cc81954@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> (raw)
In-Reply-To: <20201012105719.12492-5-schalla@marvell.com>

On Mon, 12 Oct 2020 16:27:10 +0530 Srujana Challa wrote:
> +	err = pci_set_dma_mask(pdev, DMA_BIT_MASK(48));
> +	err = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(48));

dma_set_mask_and_coherent()

  parent reply	other threads:[~2020-10-14 23:59 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12 10:57 [PATCH v7,net-next,00/13] Add Support for Marvell OcteonTX2 Cryptographic Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,01/13] octeontx2-pf: move lmt flush to include/linux/soc Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,02/13] octeontx2-af: add mailbox interface for CPT Srujana Challa
2020-10-14 23:53   ` Jakub Kicinski
2020-10-12 10:57 ` [PATCH v7,net-next,03/13] octeontx2-af: add debugfs entries for CPT block Srujana Challa
2020-10-14 23:55   ` Jakub Kicinski
2020-10-12 10:57 ` [PATCH v7,net-next,04/13] drivers: crypto: add Marvell OcteonTX2 CPT PF driver Srujana Challa
2020-10-14 23:58   ` Jakub Kicinski
2020-10-15 12:02     ` [EXT] " Srujana Challa
2020-10-14 23:59   ` Jakub Kicinski [this message]
2020-10-12 10:57 ` [PATCH v7,net-next,05/13] crypto: octeontx2: add mailbox communication with AF Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,06/13] crypto: octeontx2: enable SR-IOV and mailbox communication with VF Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,07/13] crypto: octeontx2: load microcode and create engine groups Srujana Challa
2020-10-15  0:06   ` Jakub Kicinski
2020-10-15  8:29     ` [EXT] " Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,08/13] crypto: octeontx2: add LF framework Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,09/13] crypto: octeontx2: add support to get engine capabilities Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,10/13] crypto: octeontx2: add mailbox for inline-IPsec RX LF cfg Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,11/13] crypto: octeontx2: add virtual function driver support Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,12/13] crypto: octeontx2: add support to process the crypto request Srujana Challa
2020-10-12 10:57 ` [PATCH v7,net-next,13/13] crypto: octeontx2: register with linux crypto framework Srujana Challa

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=20201014165939.2cc81954@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=gakula@marvell.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pathreya@marvell.com \
    --cc=sbhatta@marvell.com \
    --cc=schalla@marvell.com \
    --cc=schandran@marvell.com \
    --cc=sgoutham@marvell.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;
as well as URLs for NNTP newsgroup(s).