All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Rasesh Mody <rasesh.mody@cavium.com>, dev@dpdk.org
Cc: Dept-EngDPDKDev@cavium.com
Subject: Re: [PATCH 00/53] net/qede/base: update PMD to 2.6.0.1
Date: Wed, 20 Sep 2017 12:00:40 +0100	[thread overview]
Message-ID: <f976828b-8b6f-d356-0fbd-18fae692a337@intel.com> (raw)
In-Reply-To: <1505784633-1171-1-git-send-email-rasesh.mody@cavium.com>

On 9/19/2017 2:29 AM, Rasesh Mody wrote:
> Hi,
> 
> This patch set adds support for new firmware 8.30.12.0, includes
> enahncements, code cleanup and bug fixes. This patch set updates
> PMD version to 2.6.0.1.
> 
> Thanks!
> Rasesh
> 
> Rasesh Mody (53):
>   net/qede/base: add NVM config options
>   net/qede/base: update management FW supported features
>   net/qede/base: use crc32 OSAL macro
>   net/qede/base: allocate VF queues before PF
>   net/qede/base: convert device type to enum
>   net/qede/base: changes for VF queue zone
>   net/qede/base: interchangeably use SB between PF and VF
>   net/qede/base: add API to configure coalescing for VF queues
>   net/qede/base: restrict cache line size register padding
>   net/qede/base: fix to use a passed ptt handle
>   net/qede/base: add a sanity check
>   net/qede/base: add SmartAN support
>   net/qede/base: alter driver's force load behavior
>   net/qede/base: add mdump sub-commands
>   net/qede/base: add EEE support
>   net/qede/base: use passed ptt handler
>   net/qede/base: prevent re-assertions of parity errors
>   net/qede/base: avoid possible race condition
>   net/qede/base: revise management FW mbox access scheme
>   net/qede/base: remove helper functions/structures
>   net/qede/base: initialize resc lock/unlock params
>   net/qede/base: rename MFW get/set field defines
>   net/qede/base: allow clients to override VF MSI-X table size
>   net/qede/base: add API to send STAG config update to FW
>   net/qede/base: add support for doorbell overflow recovery
>   net/qede/base: block mbox command to unresponsive MFW
>   net/qede/base: prevent stop vport assert by malicious VF
>   net/qede/base: remove unused parameters
>   net/qede/base: fix macros to check chip revision/metal
>   net/qede/base: read per queue coalescing from HW
>   net/qede/base: refactor device's number of ports logic
>   net/qede/base: use proper units for rate limiting
>   net/qede/base: use available macro
>   net/qede/base: use function pointers for spq async callback
>   net/qede/base: fix API return types
>   net/qede/base: semantic changes
>   net/qede/base: handle the error condition properly
>   net/qede/base: add new macro for CMT mode
>   net/qede/base: change verbosity
>   net/qede/base: fix number of app table entries
>   net/qede/base: update firmware to 8.30.12.0
>   net/qede/base: add UFP support
>   net/qede/base: add support for mapped doorbell Bars for VFs
>   net/qede/base: add support for driver attribute repository
>   net/qede/base: move define to header file
>   net/qede/base: dcbx dscp related extensions
>   net/qede/base: add feature support for per-PF virtual link
>   net/qede/base: catch an init command write failure
>   net/qede/base: retain dcbx config till actually applied
>   net/qede/base: disable aRFS for NPAR and 100G
>   net/qede/base: add support for WoL writes
>   net/qede/base: remove unused input parameter
>   net/qede/base: update PMD version to 2.6.0.1

Series applied to dpdk-next-net/master, thanks.

      parent reply	other threads:[~2017-09-20 11:00 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-19  1:29 [PATCH 00/53] net/qede/base: update PMD to 2.6.0.1 Rasesh Mody
2017-09-19  1:29 ` [PATCH 01/53] net/qede/base: add NVM config options Rasesh Mody
2017-09-19  1:29 ` [PATCH 02/53] net/qede/base: update management FW supported features Rasesh Mody
2017-09-19  1:29 ` [PATCH 03/53] net/qede/base: use crc32 OSAL macro Rasesh Mody
2017-09-19  1:29 ` [PATCH 04/53] net/qede/base: allocate VF queues before PF Rasesh Mody
2017-09-19  1:29 ` [PATCH 05/53] net/qede/base: convert device type to enum Rasesh Mody
2017-09-19  1:29 ` [PATCH 06/53] net/qede/base: changes for VF queue zone Rasesh Mody
2017-09-19  1:29 ` [PATCH 07/53] net/qede/base: interchangeably use SB between PF and VF Rasesh Mody
2017-09-19  1:29 ` [PATCH 08/53] net/qede/base: add API to configure coalescing for VF queues Rasesh Mody
2017-09-19  1:29 ` [PATCH 09/53] net/qede/base: restrict cache line size register padding Rasesh Mody
2017-09-19  1:29 ` [PATCH 10/53] net/qede/base: fix to use a passed ptt handle Rasesh Mody
2017-09-19  1:29 ` [PATCH 11/53] net/qede/base: add a sanity check Rasesh Mody
2017-09-19  1:29 ` [PATCH 12/53] net/qede/base: add SmartAN support Rasesh Mody
2017-09-19  1:29 ` [PATCH 13/53] net/qede/base: alter driver's force load behavior Rasesh Mody
2017-09-19  1:29 ` [PATCH 14/53] net/qede/base: add mdump sub-commands Rasesh Mody
2017-09-19  1:29 ` [PATCH 15/53] net/qede/base: add EEE support Rasesh Mody
2017-09-19  1:29 ` [PATCH 16/53] net/qede/base: use passed ptt handler Rasesh Mody
2017-09-19  1:29 ` [PATCH 17/53] net/qede/base: prevent re-assertions of parity errors Rasesh Mody
2017-09-19  1:29 ` [PATCH 18/53] net/qede/base: avoid possible race condition Rasesh Mody
2017-09-19  1:29 ` [PATCH 19/53] net/qede/base: revise management FW mbox access scheme Rasesh Mody
2017-09-19  1:30 ` [PATCH 20/53] net/qede/base: remove helper functions/structures Rasesh Mody
2017-09-19  1:30 ` [PATCH 21/53] net/qede/base: initialize resc lock/unlock params Rasesh Mody
2017-09-19  1:30 ` [PATCH 22/53] net/qede/base: rename MFW get/set field defines Rasesh Mody
2017-09-19  1:30 ` [PATCH 23/53] net/qede/base: allow clients to override VF MSI-X table size Rasesh Mody
2017-09-19  1:30 ` [PATCH 24/53] net/qede/base: add API to send STAG config update to FW Rasesh Mody
2017-09-19  1:30 ` [PATCH 25/53] net/qede/base: add support for doorbell overflow recovery Rasesh Mody
2017-09-19  1:30 ` [PATCH 26/53] net/qede/base: block mbox command to unresponsive MFW Rasesh Mody
2017-09-19  1:30 ` [PATCH 27/53] net/qede/base: prevent stop vport assert by malicious VF Rasesh Mody
2017-09-19  1:30 ` [PATCH 28/53] net/qede/base: remove unused parameters Rasesh Mody
2017-09-19  1:30 ` [PATCH 29/53] net/qede/base: fix macros to check chip revision/metal Rasesh Mody
2017-09-20 11:00 ` Ferruh Yigit [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=f976828b-8b6f-d356-0fbd-18fae692a337@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=Dept-EngDPDKDev@cavium.com \
    --cc=dev@dpdk.org \
    --cc=rasesh.mody@cavium.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.