Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161557AbbKSUnc (ORCPT ); Thu, 19 Nov 2015 15:43:32 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:64442 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161507AbbKSUn0 (ORCPT ); Thu, 19 Nov 2015 15:43:26 -0500 From: Salil Mehta To: , , , , , , , , , , , , , , , , , , , , , , , , Subject: [PATCH V3 net-next 0/5] net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem Date: Fri, 20 Nov 2015 04:58:21 +0800 Message-ID: <1447966706-16219-1-git-send-email-salil.mehta@huawei.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020201.564E3466.028A,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 05feb0d34bd25867056373031e905a78 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3275 Lines: 67 This PATCH V3 addresses the comment floated by David Miller and has been created over PATCH V2 sent earlier. PATCH V2: 1) Bug Fixes and Clean-up: Internally identified 2) Addresses internal review comments by Kenneth Lee and by Huang Daode 3) Addresses the review comment from "Yisen.Zhuang(Zhuangyuzeng)" 4) Adds fix from Fengguang Wu for an error generated from "kbuild test robot" from Intel 5) Ethtool support for TSO set option from Lisheng PATCH V1: Adds initial support of Hip06 SoC with below changes: This patch-set adds support of new Hisilicon Hip06 SoC to the existing (already part of net-next) HNS ethernet driver for Hip05 SoC. Hip06 is a multi-core SoC and is a derivative of Hip05 SoC with lots of new hardware featres supported like RSS, TSO, hardware VLAN assist etc. The changes in the driver are mainly due to following: 1) changes in the DMA descriptor provided by the Hip06 ethernet hardware. These changes need to co-exist with already present Hip05 DMA descriptor and its operating functions. The decision to choose the correct type of DMA descriptor is taken dynamically depending upon the version of the hardware (i.e. V1/hip05 or V2/hip06, see already existing hisilicon-hns-nic.txt binding file for the detailed description version and naming). 2) To support new features added to the Hip06 ethernet hardware: a. RSS (Receive Side Scaling) b. TSO (TCP Segment Offload) c. Hardware VLAN support (currently we are initializing hardware to not assist in stripping the vlan tag at hardware level. Proper support of this feature and ethtool would come after these patches have been accepted) Kindly note that, this patchset has been based on latest net-next. Salil Mehta (5): net:hns: Add support of Hip06 SoC to the Hislicon Network Subsystem net:hns: Add Hip06 "RSS(Receive Side Scaling)" support to HNS Driver net:hns: Add Hip06 "TSO(TCP Segment Offload)" support HNS Driver net:hns: Add support of ethtool TSO set option for Hip06 in HNS net:hns: Add the init code to disable Hip06 "Hardware VLAN assist" drivers/net/ethernet/hisilicon/hns/hnae.h | 56 ++- drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 90 +++- drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 213 +++++++-- drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 25 +- drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 6 +- drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.c | 79 +++- drivers/net/ethernet/hisilicon/hns/hns_dsaf_ppe.h | 32 +- drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c | 68 ++- drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.h | 8 +- drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 88 +++- drivers/net/ethernet/hisilicon/hns/hns_enet.c | 487 +++++++++++++++++--- drivers/net/ethernet/hisilicon/hns/hns_enet.h | 12 + drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 95 +++- 13 files changed, 1072 insertions(+), 187 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/