From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-0016ce01.pphosted.com (mx0b-0016ce01.pphosted.com [67.231.156.153]) by dpdk.org (Postfix) with ESMTP id 126C58E65 for ; Fri, 1 Apr 2016 02:15:47 +0200 (CEST) Received: from pps.filterd (m0085408.ppops.net [127.0.0.1]) by mx0b-0016ce01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u310DKxY021239 for ; Thu, 31 Mar 2016 17:15:47 -0700 Received: from avcashub1.qlogic.com ([198.186.0.116]) by mx0b-0016ce01.pphosted.com with ESMTP id 2203pbw7g5-1 (version=TLSv1 cipher=AES128-SHA bits=128 verify=NOT) for ; Thu, 31 Mar 2016 17:15:47 -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, 31 Mar 2016 17:15:46 -0700 Received: (from rmody@localhost) by avluser05.qlc.com (8.14.4/8.14.4/Submit) id u310FkXO003392; Thu, 31 Mar 2016 17:15:46 -0700 X-Authentication-Warning: avluser05.qlc.com: rmody set sender to rasesh.mody@qlogic.com using -f From: Rasesh Mody To: CC: , Rasesh Mody , Harish Patil Date: Thu, 31 Mar 2016 17:15:22 -0700 Message-ID: <1459469725-3333-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 disclaimer: bypass X-Proofpoint-Virus-Version: vendor=nai engine=5800 definitions=8121 signatures=670706 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 impostorscore=0 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603180000 definitions=main-1604010001 Subject: [dpdk-dev] [PATCH v2 1/4] bnx2x: Update documentation 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: Fri, 01 Apr 2016 00:15:48 -0000 Signed-off-by: Harish Patil Signed-off-by: Rasesh Mody --- doc/guides/nics/bnx2x.rst | 1 + doc/guides/nics/overview.rst | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/guides/nics/bnx2x.rst b/doc/guides/nics/bnx2x.rst index ed0e5e5..df8fb47 100644 --- a/doc/guides/nics/bnx2x.rst +++ b/doc/guides/nics/bnx2x.rst @@ -60,6 +60,7 @@ The features not yet supported include: - LRO/TSO offload - Checksum offload - SR-IOV PF +- Rx TX scatter gather Co-existence considerations --------------------------- diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst index 542479a..65c6417 100644 --- a/doc/guides/nics/overview.rst +++ b/doc/guides/nics/overview.rst @@ -86,8 +86,8 @@ Most of these differences are summarized below. e e e e e e c c c c c c ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = - link status X X X X X - link status event X X X + link status X X X X X X X + link status event X X X X X queue status event X Rx interrupt X X X X queue start/stop X X X X X X X @@ -96,15 +96,15 @@ Most of these differences are summarized below. scattered Rx X X X X X X X LRO TSO X X X X X X - promiscuous mode X X X X X X + promiscuous mode X X X X X X X X allmulticast mode X X X X X X - unicast MAC filter X X X X - multicast MAC filter X X X X + unicast MAC filter X X X X X X + multicast MAC filter X X X X X X RSS hash X X X X X X RSS key update X X X X X RSS reta update X X X X X VMDq X X - SR-IOV X X X + SR-IOV X X X X DCB X X VLAN filter X X X X ethertype filter X X @@ -126,14 +126,14 @@ Most of these differences are summarized below. inner L4 checksum X X X packet type parsing X X X timesync X X - basic stats X X X X X X X X + basic stats X X X X X X X X X X extended stats X X X X X stats per queue X X EEPROM dump registers dump multiprocess aware X X X X BSD nic_uio X X X X X - Linux UIO X X X X X X + Linux UIO X X X X X X X X Linux VFIO X X X X X other kdrv X ARMv7 @@ -141,8 +141,8 @@ Most of these differences are summarized below. Power8 TILE-Gx x86-32 X X X X X X X - x86-64 X X X X X X X X - usage doc X X + x86-64 X X X X X X X X X X + usage doc X X X X design doc perf doc ==================== = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -- 1.7.10.3