DPDK patches and discussions
 help / color / mirror / Atom feed
From: Harish Patil <harish.patil@qlogic.com>
To: Stephen Hemminger <stephen@networkplumber.org>,
	Rasesh Mody <rasesh.mody@qlogic.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, Sony Chacko <sony.chacko@qlogic.com>
Subject: Re: [dpdk-dev] [PATCH 0/5]  bnx2x: Enhancement, fixes, licensing and doumentation
Date: Sat, 12 Sep 2015 02:27:09 +0000	[thread overview]
Message-ID: <D218DAC3.C0538%harish.patil@qlogic.com> (raw)
In-Reply-To: <20150911181714.2e4de3a8@urahara>


>On Fri, 11 Sep 2015 17:42:51 -0700
>Rasesh Mody <rasesh.mody@qlogic.com> wrote:
>
>> Hi
>>
>>         This patch set consists of enhancements, fixes, licensing and
>> documentation changes for the QLogic bnx2x Poll Mode Driver. The patches
>> have been generated and tested against latest dpdk tree.
>>
>> Please apply.
>>
>> Thanks!
>> Rasesh
>>
>> Harish Patil (4):
>>   bnx2x: SR-IOV VF driver changes to support OOB PF driver
>>   bnx2x: Fix x86_64-native-linuxapp-clang build error
>>   bnx2x: Add RTE_LIBRTE_BNX2X_REG_ACCESS config option
>>   doc: Add BNX2X PMD documentation
>>
>> Rasesh Mody (1):
>>   bnx2x: Add LICENSE.bnx2x_pmd and update source files
>>
>>  config/common_linuxapp              |    1 +
>>  doc/guides/nics/bnx2x.rst           |  324
>>+++++++++++++++++++++++++++++++++++
>>  drivers/net/bnx2x/LICENSE.bnx2x_pmd |   28 +++
>>  drivers/net/bnx2x/Makefile          |    2 +-
>>  drivers/net/bnx2x/bnx2x.c           |   29 +---
>>  drivers/net/bnx2x/bnx2x.h           |   31 +---
>>  drivers/net/bnx2x/bnx2x_ethdev.c    |    4 +
>>  drivers/net/bnx2x/bnx2x_ethdev.h    |    4 +
>>  drivers/net/bnx2x/bnx2x_logs.h      |   12 ++
>>  drivers/net/bnx2x/bnx2x_rxtx.c      |    4 +
>>  drivers/net/bnx2x/bnx2x_rxtx.h      |    4 +
>>  drivers/net/bnx2x/bnx2x_stats.c     |   27 +--
>>  drivers/net/bnx2x/bnx2x_stats.h     |   27 +--
>>  drivers/net/bnx2x/bnx2x_vfpf.c      |   15 +-
>>  drivers/net/bnx2x/bnx2x_vfpf.h      |   19 ++
>>  drivers/net/bnx2x/debug.c           |   51 ++----
>>  drivers/net/bnx2x/ecore_fw_defs.h   |   27 +--
>>  drivers/net/bnx2x/ecore_hsi.h       |   29 +---
>>  drivers/net/bnx2x/ecore_init.h      |   27 +--
>>  drivers/net/bnx2x/ecore_init_ops.h  |   27 +--
>>  drivers/net/bnx2x/ecore_mfw_req.h   |   27 +--
>>  drivers/net/bnx2x/ecore_reg.h       |   27 +--
>>  drivers/net/bnx2x/ecore_sp.c        |   27 +--
>>  drivers/net/bnx2x/ecore_sp.h        |   27 +--
>>  drivers/net/bnx2x/elink.c           |   29 +---
>>  drivers/net/bnx2x/elink.h           |   29 +---
>>  26 files changed, 483 insertions(+), 375 deletions(-)
>>  create mode 100644 doc/guides/nics/bnx2x.rst
>>  create mode 100644 drivers/net/bnx2x/LICENSE.bnx2x_pmd
>
>
>This part looks good. Could you send a patch to MAINTAINERS file
>as well.
>
>Acked-by: Stephen Hemminger <stephen@networkplumber.org>
>

Hi Stephen,
From our understanding, we need to take care of other outstanding issues
to claim maintainership.
That’s why we did not send out MAINTAINERS patch. We will do that once we
address remaining feedback items.

Thanks,
Harish


________________________________

This message and any attached documents contain information from the sending company or its parent company(s), subsidiaries, divisions or branch offices that may be confidential. If you are not the intended recipient, you may not read, copy, distribute, or use this information. If you have received this transmission in error, please notify the sender immediately by reply e-mail and then delete this message.

      reply	other threads:[~2015-09-12  2:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-12  0:42 Rasesh Mody
2015-09-12  0:42 ` [dpdk-dev] [PATCH 1/5] bnx2x: SR-IOV VF driver changes to support OOB PF driver Rasesh Mody
2015-10-20 16:10   ` Thomas Monjalon
2015-10-21 15:24     ` Harish Patil
2015-10-21 15:34       ` Thomas Monjalon
2015-10-21 15:42         ` Harish Patil
2015-09-12  0:42 ` [dpdk-dev] [PATCH 2/5] bnx2x: Fix x86_64-native-linuxapp-clang build error Rasesh Mody
2015-10-20 16:11   ` Thomas Monjalon
2015-10-23 16:36     ` Harish Patil
2015-10-23 16:42       ` Thomas Monjalon
2015-09-12  0:42 ` [dpdk-dev] [PATCH 3/5] bnx2x: Add RTE_LIBRTE_BNX2X_REG_ACCESS config option Rasesh Mody
2015-10-20 16:18   ` Thomas Monjalon
2015-10-23 22:28     ` Harish Patil
2015-10-24 13:09       ` Thomas Monjalon
2015-11-07  3:08         ` Harish Patil
     [not found]           ` <5600189.IfZWYQEBpk@xps13>
2015-11-08 16:14             ` Harish Patil
2015-09-12  0:42 ` [dpdk-dev] [PATCH 4/5] doc: Add BNX2X PMD documentation Rasesh Mody
2015-09-12  0:42 ` [dpdk-dev] [PATCH 5/5] bnx2x: Add LICENSE.bnx2x_pmd and update source files Rasesh Mody
2015-09-12  1:17 ` [dpdk-dev] [PATCH 0/5] bnx2x: Enhancement, fixes, licensing and doumentation Stephen Hemminger
2015-09-12  2:27   ` Harish Patil [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=D218DAC3.C0538%harish.patil@qlogic.com \
    --to=harish.patil@qlogic.com \
    --cc=dev@dpdk.org \
    --cc=rasesh.mody@qlogic.com \
    --cc=sony.chacko@qlogic.com \
    --cc=stephen@networkplumber.org \
    /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).