DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Mody, Rasesh" <Rasesh.Mody@cavium.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>,
	Rasesh Mody <rasesh.mody@qlogic.com>,
	"thomas.monjalon@6wind.com" <thomas.monjalon@6wind.com>,
	"bruce.richardson@intel.com" <bruce.richardson@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
	"Dept-EngDPDKDev@qlogic.com" <Dept-EngDPDKDev@qlogic.com>
Subject: Re: [dpdk-dev] [PATCH v3 00/32] qede: update qede pmd to 1.2.0.1 and enable by default
Date: Mon, 17 Oct 2016 17:52:50 +0000	[thread overview]
Message-ID: <BLUPR0701MB1572F4BC3D3D76CCECD788359FD00@BLUPR0701MB1572.namprd07.prod.outlook.com> (raw)
In-Reply-To: <04d9a167-0e1c-9f4e-9dba-8f6f6e5eb9ae@intel.com>

> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com]
> Sent: Monday, October 17, 2016 10:06 AM
> 
> On 10/15/2016 9:07 PM, Rasesh Mody wrote:
> > Hi,
> >
> > This patch set includes changes to update the base driver, work with
> > newer FW 8.10.9.0, adds new features, includes enhancements and code
> > cleanup, provides bug fixes and updates documentation for the QEDE
> > poll mode driver.
> >
> > It enables QEDE PMD in the dpdk config by default. The dependency on
> > external library libz has been addressed.
> >
> > The patch set updates the QEDE PMD to 1.2.0.1.
> >
> > Review comments recived for v2 series have been addressed.
> >
> > Please apply to DPDK tree for v16.11 release.
> >
> > Thanks!
> > Rasesh
> >
> > Harish Patil (14):
> >   qede: change the API signature of ecore_mcp_cmd_and_union()
> >   qede: serialize access to MFW mbox
> >   qede: add APIs to support NIC selftests and query sensor info.
> >   qede: fix port (re)configuration issue
> >   qede/base: allow MTU change via vport-update
> >   qede: add missing 100G link speed capability
> >   qede: remove unused/dead code
> >   qede: fixes for VLAN filters
> >   qede: add enable/disable VLAN filtering
> >   qede: fix RSS related issues
> >   qede/base: add support to initiate PF FLR
> >   qede: skip slowpath polling for 100G VF device
> >   qede: fix driver version string
> >   qede: fix status_blk index for VF queues
> >
> > Rasesh Mody (16):
> >   qede/base: add new init files and rearrange the code
> >   qede/base: formatting changes
> >   qede: use FW CONFIG defines as needed
> >   qede/base: add HSI changes and register defines
> >   qede/base: fix the attention formating string
> >   qede/base: additional formatting/comment changes
> >   qede: fix 32 bit compilation
> >   qede/base: update base driver
> >   qede/base: rename structure and defines
> >   qede/base: comment enhancements
> >   qede/base: add MFW crash dump support
> >   qede/base: change rx tx queue start APIs
> >   qede: add support for queue statistics
> >   qede: remove zlib dependency and enable PMD by default
> >   doc: update qede pmd documentation
> >   qede: update driver version
> >
> > Sony Chacko (2):
> >   qede: enable support for unequal number of RX/TX queues
> >   qede: add scatter gather support
> >
> 
> Hi Rasesh,
> 
> This version of the patchset received after RC1, and to be in this release only
> remaining chance is to be merged in RC2.
> 
> And I would like to remind you that after RC2 you will have little time to test
> your new driver, would you like to push the driver to next release or stick
> with this one?
> 
> If you stick to release, can you please send new version -because of patch by
> patch compile error- timely so that it gives some time to reviewers before
> RC2?

Hi Ferruh,

We would like to include the driver changes in DPDK 16.11 release.

Please note that even though the driver patches are out for quite some time, we have thoroughly tested these changes.

Thanks!
-Rasesh 
 
> Thanks,
> ferruh
> 
> 
> 

      reply	other threads:[~2016-10-17 17:52 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-15 20:07 Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 01/32] qede/base: add new init files and rearrange the code Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 02/32] qede/base: formatting changes Rasesh Mody
2016-10-17 16:28   ` Ferruh Yigit
2016-10-17 17:25     ` Mody, Rasesh
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 03/32] qede: use FW CONFIG defines as needed Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 04/32] qede/base: add HSI changes and register defines Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 05/32] qede/base: fix the attention formating string Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 06/32] qede/base: additional formatting/comment changes Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 07/32] qede: fix 32 bit compilation Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 08/32] qede: change the API signature of ecore_mcp_cmd_and_union() Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 09/32] qede: serialize access to MFW mbox Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 10/32] qede: add APIs to support NIC selftests and query sensor info Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 11/32] qede/base: update base driver Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 12/32] qede/base: rename structure and defines Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 13/32] qede/base: comment enhancements Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 14/32] qede/base: add MFW crash dump support Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 15/32] qede: enable support for unequal number of RX/TX queues Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 16/32] qede: fix port (re)configuration issue Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 17/32] qede/base: allow MTU change via vport-update Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 18/32] qede: add missing 100G link speed capability Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 19/32] qede: remove unused/dead code Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 20/32] qede: fixes for VLAN filters Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 21/32] qede: add enable/disable VLAN filtering Rasesh Mody
2016-10-15 20:07 ` [dpdk-dev] [PATCH v3 22/32] qede: fix RSS related issues Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 23/32] qede: add scatter gather support Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 24/32] qede/base: change rx tx queue start APIs Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 25/32] qede/base: add support to initiate PF FLR Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 26/32] qede: skip slowpath polling for 100G VF device Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 27/32] qede: fix driver version string Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 28/32] qede: fix status_blk index for VF queues Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 29/32] qede: add support for queue statistics Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 30/32] qede: remove zlib dependency and enable PMD by default Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 31/32] doc: update qede pmd documentation Rasesh Mody
2016-10-15 20:08 ` [dpdk-dev] [PATCH v3 32/32] qede: update driver version Rasesh Mody
2016-10-17 17:05 ` [dpdk-dev] [PATCH v3 00/32] qede: update qede pmd to 1.2.0.1 and enable by default Ferruh Yigit
2016-10-17 17:52   ` Mody, Rasesh [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=BLUPR0701MB1572F4BC3D3D76CCECD788359FD00@BLUPR0701MB1572.namprd07.prod.outlook.com \
    --to=rasesh.mody@cavium.com \
    --cc=Dept-EngDPDKDev@qlogic.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=rasesh.mody@qlogic.com \
    --cc=thomas.monjalon@6wind.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).