DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Ajit Khaparde <ajit.khaparde@broadcom.com>, dev@dpdk.org
Cc: somnath.kotur@broadcom.com, Stephen Hurd <stephen.hurd@broadcom.com>
Subject: Re: [dpdk-dev] [PATCH v4 00/24] bnxt patchset
Date: Mon, 2 Oct 2017 22:28:49 +0100	[thread overview]
Message-ID: <372bba56-1a9b-524a-476d-95d890247bc6@intel.com> (raw)
In-Reply-To: <20170928214345.87655-1-ajit.khaparde@broadcom.com>

On 9/28/2017 10:43 PM, Ajit Khaparde wrote:
> This patch set includes some bug fixes and also adds
> support for new dev_ops like rx_queue_count,
> rx/tx_descriptor_status, get/set_eeprom
> and rx_queue_intr_enable/disable.
> It also adds support for the flow_filter funciton to add
> Flow API functionality.
> 
> Please apply.
> 
> Ajit Khaparde (22):
>   net/bnxt: fix HWRM_*() macros and locking
>   net/bnxt: use 64-bits of address for vlan_table
>   net/bnxt: fix an issue with group id calculation
>   net/bnxt: fix calculation of number of pools
>   net/bnxt: handle multi queue mode properly
>   net/bnxt: fix rx handling and buffer allocation logic
>   net/bnxt: fix an issue with broadcast traffic
>   net/bnxt: fix usage of ETH_VMDQ_* flags
>   net/bnxt: set checksum offload flags correctly
>   net/bnxt: update status of Rx IP/L4 CKSUM
>   net/bnxt: add support for xstats get by id
>   net/bnxt: fix config rss update
>   net/bnxt: set the hash_key_size
>   net/bnxt: add support for rx_queue_count
>   net/bnxt: add support for rx_descriptor_status
>   net/bnxt: add support for tx_descriptor_status
>   net/bnxt: add new HWRM structs to support flow filtering
>   net/bnxt: add support for flow filter ops
>   doc: update release notes
>   net/bnxt: fix per queue stats display in xstats
>   net/bnxt: prevent interrupt handler from accessing freed memory
>   net/bnxt: add dev_supported_ptypes_get dev_op
> 
> Somnath Kotur (2):
>   net/bnxt: add support for get/set EEPROM
>   net/bnxt: add support for rx_queue_intr_enable/disable APIs

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

Welcome Somnath!

(I have updated some patches to update bnxt.ini file, can you please
confirm final bnxt.ini file)

      parent reply	other threads:[~2017-10-02 21:28 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-28 21:43 Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 01/24] net/bnxt: fix HWRM_*() macros and locking Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 02/24] net/bnxt: use 64-bits of address for vlan_table Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 03/24] net/bnxt: fix an issue with group id calculation Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 04/24] net/bnxt: fix calculation of number of pools Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 05/24] net/bnxt: handle multi queue mode properly Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 06/24] net/bnxt: fix rx handling and buffer allocation logic Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 07/24] net/bnxt: fix an issue with broadcast traffic Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 08/24] net/bnxt: fix usage of ETH_VMDQ_* flags Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 09/24] net/bnxt: set checksum offload flags correctly Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 10/24] net/bnxt: update status of Rx IP/L4 CKSUM Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 11/24] net/bnxt: add support for xstats get by id Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 12/24] net/bnxt: fix config rss update Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 13/24] net/bnxt: set the hash_key_size Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 14/24] net/bnxt: add support for rx_queue_count Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 15/24] net/bnxt: add support for rx_descriptor_status Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 16/24] net/bnxt: add support for tx_descriptor_status Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 17/24] net/bnxt: add new HWRM structs to support flow filtering Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 18/24] net/bnxt: add support for flow filter ops Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 19/24] doc: update release notes Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 20/24] net/bnxt: fix per queue stats display in xstats Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 21/24] net/bnxt: prevent interrupt handler from accessing freed memory Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 22/24] net/bnxt: add dev_supported_ptypes_get dev_op Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 23/24] net/bnxt: add support for get/set EEPROM Ajit Khaparde
2017-09-28 21:43 ` [dpdk-dev] [PATCH v4 24/24] net/bnxt: add support for rx_queue_intr_enable/disable APIs Ajit Khaparde
2017-10-02 21:28 ` 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=372bba56-1a9b-524a-476d-95d890247bc6@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=somnath.kotur@broadcom.com \
    --cc=stephen.hurd@broadcom.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).