From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wei Hu (Xavier)" Subject: Re: [PATCH v5 09/21] IB/hns: Add hca support Date: Tue, 3 May 2016 15:57:59 +0800 Message-ID: <57285A07.8090407@huawei.com> References: <1461407219-72027-1-git-send-email-oulijun@huawei.com> <1461407219-72027-10-git-send-email-oulijun@huawei.com> <20160424075424.GE7974@leon.nu> <571F0C04.2010005@huawei.com> <20160426141821.GJ7974@leon.nu> <20160426142517.GA1937@nanopsycho.orion> <57203347.4000107@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: Jiri Pirko , Leon Romanovsky , "Doug Ledford" , "Hefty, Sean" , "Hal Rosenstock" , David Miller , Jeff Kirsher , Jiri Pirko , Or Gerlitz , , "linux-rdma@vger.kernel.org" , Linux Kernel , Linux Netdev List , , , , , , , , To: Or Gerlitz , oulijun Return-path: Received: from szxga01-in.huawei.com ([58.251.152.64]:58665 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752772AbcECIPb (ORCPT ); Tue, 3 May 2016 04:15:31 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 2016/4/30 12:33, Or Gerlitz wrote: > On Wed, Apr 27, 2016 at 6:34 AM, oulijun wrote: >> On 2016/4/26 22:25, Jiri Pirko wrote: >>> Tue, Apr 26, 2016 at 04:18:21PM CEST, leon@kernel.org wrote: >>>>> I appreciate your keen eye. this code is meant for ARM64bit therefore should run corretly for 64-bit AARCH64. >>> The driver should run correctly on any arch. >> Hi Jiri Pirko, >> Our driver run in ARM64 platform by depending on Kconfig. It will be configure in Kconfig file. > Can you elaborate what design aspects in the driver or anywhere else > should impose that limitation? > > Or. Hi, Or Gerlitz 1. Oulijun resloved the problem, and sent PATCH V6 on 2016-4-28. Thanks for more comments. 2. This driver for Hisilicon RoCE Engine run in ARM SoCs. The Hisilicon Network Subsystem is a long term evolution IP which is supposed to be used in Hisilicon ICT SoCs. HNS(Hisilicon Network Subsystem) has a hardware support of performing RDMA with RoCE engine. This Kconfig related with this driver as below: config INFINIBAND_HISILICON_HNS tristate "Hisilicon Hns ROCE Driver" depends on NET_VENDOR_HISILICON depends on ARM64 && HNS && HNS_DSAF && HNS_ENET Regards Wei Hu > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > > . >