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 5223FC460 for ; Thu, 16 Jun 2016 07:47:25 +0200 (CEST) Received: from pps.filterd (m0085408.ppops.net [127.0.0.1]) by mx0b-0016ce01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u5G5lOfr022647; Wed, 15 Jun 2016 22:47:24 -0700 Received: from avcashub1.qlogic.com ([198.186.0.115]) by mx0b-0016ce01.pphosted.com with ESMTP id 23ghmn70bf-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 15 Jun 2016 22:47:24 -0700 Received: from avluser05.qlc.com (10.1.113.115) by qlc.com (10.1.4.190) with Microsoft SMTP Server id 14.3.235.1; Wed, 15 Jun 2016 22:47:23 -0700 Received: (from rmody@localhost) by avluser05.qlc.com (8.14.4/8.14.4/Submit) id u5G5lNsj023277; Wed, 15 Jun 2016 22:47:23 -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: Wed, 15 Jun 2016 22:47:02 -0700 Message-ID: <1466056031-23225-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=8197 signatures=670729 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 impostorscore=0 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1606160068 Subject: [dpdk-dev] [PATCH v2 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: Thu, 16 Jun 2016 05:47:25 -0000 Hi Bruce, v2 series: - made subject and description of the patches verbose where needed. - extended stats patch: some of the stats may sound similar, however, they are different stats collected by different hw componenets (eg. mac, rx pipeline, etc). We've tried our best to elaborate each stat as applicable and provided a direction. All other comments on the patch addressed. 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: add support for setting hash configuration qede: add support for getting rss hash configuration qede: add support for setting rss redirection table qede: add support for querying rss redirection table qede: add support for setting the MTU qede: update vport filter settings 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 | 422 +++++++++++++++++++++++++++++++++++++- drivers/net/qede/qede_ethdev.h | 10 +- drivers/net/qede/qede_rxtx.c | 42 ++-- 9 files changed, 498 insertions(+), 60 deletions(-) -- 1.7.10.3