From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <rasesh.mody@qlogic.com>
Received: from mx0a-0016ce01.pphosted.com (mx0a-0016ce01.pphosted.com
 [67.231.148.157]) by dpdk.org (Postfix) with ESMTP id 315A0CE7
 for <dev@dpdk.org>; Thu,  8 Oct 2015 18:54:43 +0200 (CEST)
Received: from pps.filterd (m0045602.ppops.net [127.0.0.1])
 by mx0a-0016ce01.pphosted.com (8.15.0.59/8.15.0.59) with SMTP id
 t98Grsml003430 for <dev@dpdk.org>; Thu, 8 Oct 2015 09:54:41 -0700
Received: from avcashub1.qlogic.com (avcashub2.qlogic.com [198.70.193.116])
 by mx0a-0016ce01.pphosted.com with ESMTP id 1xdu9yg3hc-1
 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT)
 for <dev@dpdk.org>; Thu, 08 Oct 2015 09:54:41 -0700
Received: from avluser05.qlc.com (10.1.113.115) by qlc.com (10.1.4.191) with
 Microsoft SMTP Server id 14.3.235.1; Thu, 8 Oct 2015 09:54:40 -0700
Received: (from rmody@localhost)	by avluser05.qlc.com (8.14.4/8.14.4/Submit)
 id t98GsePS002709;	Thu, 8 Oct 2015 09:54:40 -0700
X-Authentication-Warning: avluser05.qlc.com: rmody set sender to
 rasesh.mody@qlogic.com using -f
From: Rasesh Mody <rasesh.mody@qlogic.com>
To: <dev@dpdk.org>
Date: Thu, 8 Oct 2015 09:53:59 -0700
Message-ID: <1444323245-2622-1-git-send-email-rasesh.mody@qlogic.com>
X-Mailer: git-send-email 1.7.10.3
MIME-Version: 1.0
Content-Type: text/plain
X-Proofpoint-Virus-Version: vendor=nai engine=5700 definitions=7947
 signatures=670640
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
 clxscore=1011
 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0
 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000
 definitions=main-1510080183
Cc: sony.chacko@qlogic.com
Subject: [dpdk-dev] [PATCH 0/6] bnx2x: Enable BNX2X PMD versioned at 1.0.0
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Oct 2015 16:54:43 -0000

Hi,

This patch set enables the BNX2X PMD and versions the driver at 1.0.0.

Thanks!
Rasesh

Harish Patil (1):
  config: Enable BNX2X driver build by default

Rasesh Mody (5):
  bnx2x: FreeBSD enablement
  bnx2x: Linux 32bit enablement
  maintainers: Add maintainers for BNX2X PMD
  doc: Update BNX2X PMD documentation
  bnx2x: Add BNX2X PMD versioning

 MAINTAINERS                      |    6 ++-
 config/common_bsdapp             |    5 +-
 config/common_linuxapp           |    4 +-
 doc/guides/nics/bnx2x.rst        |   20 +++++++
 drivers/net/bnx2x/bnx2x.c        |  110 +++++++++++++++++++++++++-------------
 drivers/net/bnx2x/bnx2x.h        |   35 +++++++++---
 drivers/net/bnx2x/bnx2x_ethdev.c |    2 +-
 drivers/net/bnx2x/bnx2x_rxtx.c   |   11 ++--
 drivers/net/bnx2x/bnx2x_vfpf.c   |    4 +-
 drivers/net/bnx2x/debug.c        |   32 +++++------
 drivers/net/bnx2x/ecore_sp.h     |    6 +++
 11 files changed, 165 insertions(+), 70 deletions(-)

-- 
1.7.10.3