From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-0016ce01.pphosted.com (mx0a-0016ce01.pphosted.com [67.231.148.157]) by dpdk.org (Postfix) with ESMTP id 685648D86 for ; Sat, 12 Sep 2015 02:43:24 +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 t8C0hMYj017799 for ; Fri, 11 Sep 2015 17:43:22 -0700 Received: from avcashub1.qlogic.com (avcashub3.qlogic.com [198.70.193.117]) by mx0a-0016ce01.pphosted.com with ESMTP id 1wqyhvsqqr-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Fri, 11 Sep 2015 17:43:22 -0700 Received: from avluser05.qlc.com (10.1.113.115) by qlc.com (10.1.4.192) with Microsoft SMTP Server id 14.3.235.1; Fri, 11 Sep 2015 17:43:21 -0700 Received: (from rmody@localhost) by avluser05.qlc.com (8.14.4/8.14.4/Submit) id t8C0hLeg020368; Fri, 11 Sep 2015 17:43:21 -0700 X-Authentication-Warning: avluser05.qlc.com: rmody set sender to rasesh.mody@qlogic.com using -f From: Rasesh Mody To: Date: Fri, 11 Sep 2015 17:42:51 -0700 Message-ID: <1442018576-19981-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=7921 signatures=670636 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 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-1509120011 Cc: sony.chacko@qlogic.com Subject: [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 00:43:24 -0000 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 -- 1.7.10.3