From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by dpdk.org (Postfix) with ESMTP id 6E8752A1A for ; Sat, 12 Sep 2015 03:17:05 +0200 (CEST) Received: by padhy16 with SMTP id hy16so89018273pad.1 for ; Fri, 11 Sep 2015 18:17:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=h9G4FYXoLVlEBIRROdJq+/tyZnNGHhVEZEBm9JDiuko=; b=XnZoUUyntRp5frUiWVskjchDkez8n4JktH++x+bqRBPV1xJbIYxOlxka9a2YNH9Wet D1Pgi35W05bZZHJATMKa89bD9a5l0+32A3H2nyAMrcanKROBrvGgfCViZYIuIgxz+PHf gwV+IEztvyF6GnxqSVX9YGQaWC+jTvmGyyKdaPLkQIFxmTZ1+nyj3z5Ki+Bm54zDwHEX qUWRaldqMz41tS7hNpH8YeWxcn9DjxZR3/DA4Vb2vOXAgr+G5APKy6F0mzyxmMu5iBOV ep6qDVEnwNPfEZcsg7tOQbR8+gMcvOFs7jWLL6YJsEn38j9Q3fg506y5R1pcBXU9v1gL 4W4A== X-Gm-Message-State: ALoCoQlOIjWBM+yldhczHsp5MLV4qT17BIxHOP3gURIkHVZHUtBH+OOAWhHpJjQhbu30XUWi/Fzs X-Received: by 10.68.218.65 with SMTP id pe1mr3821789pbc.2.1442020624680; Fri, 11 Sep 2015 18:17:04 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id hh3sm2679722pbc.8.2015.09.11.18.17.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Sep 2015 18:17:04 -0700 (PDT) Date: Fri, 11 Sep 2015 18:17:14 -0700 From: Stephen Hemminger To: Rasesh Mody Message-ID: <20150911181714.2e4de3a8@urahara> In-Reply-To: <1442018576-19981-1-git-send-email-rasesh.mody@qlogic.com> References: <1442018576-19981-1-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, sony.chacko@qlogic.com Subject: Re: [dpdk-dev] [PATCH 0/5] bnx2x: Enhancement, fixes, licensing and doumentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 01:17:05 -0000 On Fri, 11 Sep 2015 17:42:51 -0700 Rasesh Mody 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