From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-0016ce01.pphosted.com (mx0a-0016ce01.pphosted.com [67.231.148.157]) by dpdk.org (Postfix) with ESMTP id 23011376D for ; Sat, 7 May 2016 06:30:25 +0200 (CEST) Received: from pps.filterd (m0095336.ppops.net [127.0.0.1]) by mx0a-0016ce01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u474UPQF019040 for ; Fri, 6 May 2016 21:30:25 -0700 Received: from avcashub1.qlogic.com ([198.186.0.117]) by mx0a-0016ce01.pphosted.com with ESMTP id 22s2eqgh7v-1 (version=TLSv1 cipher=AES128-SHA bits=128 verify=NOT) for ; Fri, 06 May 2016 21:30:25 -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, 6 May 2016 21:30:24 -0700 Received: (from rmody@localhost) by avluser05.qlc.com (8.14.4/8.14.4/Submit) id u474UOC8022555; Fri, 6 May 2016 21:30:24 -0700 X-Authentication-Warning: avluser05.qlc.com: rmody set sender to rasesh.mody@qlogic.com using -f From: Rasesh Mody To: CC: , Rasesh Mody Date: Fri, 6 May 2016 21:30:12 -0700 Message-ID: <1462595421-22505-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=8157 signatures=670715 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=1 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-1603290000 definitions=main-1605070067 Subject: [dpdk-dev] [PATCH 0/9] qede: update qede PMD to 1.1.0.1 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, 07 May 2016 04:30:26 -0000 This patch set adds support for enabling 100G mode for QEDE PMD. It also adds support for APIs like - mtu_set - reta_update - reta_query - rss_hash_update - rss_hash_conf_get - xstats_get The changes include enablement of vf-vf traffic and updated the driver version to 8.7.9.0_1.1.0.1 The patches have been generated and tested against dpdk-next-net rel_16_07 branch. Please apply! Harish Patil (2): qede: add 100g mode support qede: update version to 8.7.9.0_1.1.0.1 Rasesh Mody (1): qede: add support for xstats Sony Chacko (6): qede: update hash config qede: get hash configuration qede: rss redirection table update qede: rss redirection table query qede: set mtu qede: enable vf-vf traffic with unmatched dest addr config/common_base | 2 +- doc/guides/nics/overview.rst | 6 +- doc/guides/nics/qede.rst | 11 +- drivers/net/qede/base/ecore_l2.c | 19 +- drivers/net/qede/qede_eth_if.c | 45 +++-- drivers/net/qede/qede_eth_if.h | 1 + drivers/net/qede/qede_ethdev.c | 390 +++++++++++++++++++++++++++++++++++++- drivers/net/qede/qede_ethdev.h | 10 +- drivers/net/qede/qede_rxtx.c | 42 ++-- 9 files changed, 466 insertions(+), 60 deletions(-) -- 1.7.10.3