patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
To: Rasesh Mody <rmody@marvell.com>, "dev@dpdk.org" <dev@dpdk.org>,
	"Thomas Monjalon" <thomas@monjalon.net>
Cc: Rasesh Mody <rmody@marvell.com>,
	John McNamara <john.mcnamara@intel.com>,
	 GR-Everest-DPDK-Dev <GR-Everest-DPDK-Dev@marvell.com>,
	"stable@dpdk.org" <stable@dpdk.org>
Subject: Re: [dpdk-stable] [PATCH v2] doc: add a co-existence consideration for qede PMD
Date: Mon, 5 Aug 2019 15:26:18 +0000	[thread overview]
Message-ID: <BYAPR18MB2424A66B813134A636B5CE87C8DA0@BYAPR18MB2424.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20190805091954.18841-1-rmody@marvell.com>

> -----Original Message-----
> From: Rasesh Mody <rmody@marvell.com>
> Sent: Monday, August 5, 2019 2:50 PM
> To: dev@dpdk.org; Thomas Monjalon <thomas@monjalon.net>
> Cc: Rasesh Mody <rmody@marvell.com>; John McNamara
> <john.mcnamara@intel.com>; Jerin Jacob Kollanukkaran
> <jerinj@marvell.com>; GR-Everest-DPDK-Dev <GR-Everest-DPDK-
> Dev@marvell.com>; stable@dpdk.org
> Subject: [PATCH v2] doc: add a co-existence consideration for qede PMD
> 
> Add and update co-existence considerations for qede PMD
> 
> v2:
> Made co-existence considerations for QLogic adapters more specific
> 
> Cc: stable@dpdk.org
> 
> Signed-off-by: Rasesh Mody <rmody@marvell.com>

Applied to dpdk-next-net-mrvl/master. Thanks


> ---
>  doc/guides/nics/qede.rst | 25 ++++++++++++++++++++++---
>  1 file changed, 22 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/guides/nics/qede.rst b/doc/guides/nics/qede.rst index
> c0a383381..05a6aef57 100644
> --- a/doc/guides/nics/qede.rst
> +++ b/doc/guides/nics/qede.rst
> @@ -7,7 +7,7 @@ QEDE Poll Mode Driver
> 
>  The QEDE poll mode driver library (**librte_pmd_qede**) implements
> support  for **QLogic FastLinQ QL4xxxx 10G/25G/40G/50G/100G Intelligent
> Ethernet Adapters (IEA) and Converged Network Adapters (CNA)** family of
> adapters as well as SR-IOV virtual functions (VF). It is supported on -several
> standard Linux distros like RHEL7.x, SLES12.x and Ubuntu.
> +several standard Linux distros like RHEL, SLES, Ubuntu etc.
>  It is compile-tested under FreeBSD OS.
> 
>  More information can be found at `QLogic Corporation's Website @@ -47,8
> +47,27 @@ Non-supported Features
> 
>  Co-existence considerations
>  ---------------------------
> -- QLogic FastLinQ QL4xxxx CNAs can have both NIC and Storage
> personalities. However, coexistence with storage protocol drivers (qedi and
> qedf) is not supported on the same adapter. So storage personality has to be
> disabled on that adapter when used in DPDK applications.
> -- For SR-IOV case, qede PMD will be used to bind to SR-IOV VF device and
> Linux native kernel driver (qede) will be attached to SR-IOV PF.
> +
> +- QLogic FastLinQ QL4xxxx CNAs support Ethernet, RDMA, iSCSI and FCoE
> +  functionalities. These functionalities are supported using
> +  QLogic Linux kernel drivers qed, qede, qedr, qedi and qedf. DPDK is
> +  supported on these adapters using qede PMD.
> +
> +- When SR-IOV is not enabled on the adapter,
> +  QLogic Linux kernel drivers (qed, qede, qedr, qedi and qedf) and qede
> +  PMD can’t be attached to different PFs on a given QLogic FastLinQ
> +  QL4xxx adapter.
> +  A given adapter needs to be completely used by DPDK or Linux drivers
> +  Before binding DPDK driver to one or more PFs on the adapter,
> +  please make sure to unbind Linux drivers from all PFs of the adapter.
> +  If there are multiple adapters on the system, one or more adapters
> +  can be used by DPDK driver completely and other adapters can be used
> +  by Linux drivers completely.
> +
> +- When SR-IOV is enabled on the adapter,
> +  Linux kernel drivers (qed, qede, qedr, qedi and qedf) can be bound
> +  to the PFs of a given adapter and either qede PMD or Linux drivers
> +  (qed and qede) can be bound to the VFs of the adapter.
> 
>  Supported QLogic Adapters
>  -------------------------
> --
> 2.18.0


      reply	other threads:[~2019-08-05 15:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20190731080207.19167-1-rmody@marvell.com>
2019-08-05  9:19 ` Rasesh Mody
2019-08-05 15:26   ` Jerin Jacob Kollanukkaran [this message]

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=BYAPR18MB2424A66B813134A636B5CE87C8DA0@BYAPR18MB2424.namprd18.prod.outlook.com \
    --to=jerinj@marvell.com \
    --cc=GR-Everest-DPDK-Dev@marvell.com \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@intel.com \
    --cc=rmody@marvell.com \
    --cc=stable@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).