From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755868AbcECIxc (ORCPT ); Tue, 3 May 2016 04:53:32 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:22883 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755528AbcECIsz (ORCPT ); Tue, 3 May 2016 04:48:55 -0400 Subject: Re: [PATCH v5 09/21] IB/hns: Add hca support To: Or Gerlitz 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> <57285A07.8090407@huawei.com> CC: oulijun , Jiri Pirko , Doug Ledford , "Hefty, Sean" , Hal Rosenstock , David Miller , Jeff Kirsher , Jiri Pirko , Or Gerlitz , , "linux-rdma@vger.kernel.org" , Linux Kernel , Linux Netdev List , , , , , , , , From: "Wei Hu (Xavier)" Message-ID: <572863D1.5020700@huawei.com> Date: Tue, 3 May 2016 16:39:45 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.115.113] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.5728649E.014D,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: ffc15f9ac66c7cd7b4d76bb86c2f673e Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/5/3 16:14, Or Gerlitz wrote: > On Tue, May 3, 2016 at 10:57 AM, Wei Hu (Xavier) > wrote: >> On 2016/4/30 12:33, Or Gerlitz wrote: > >>> Can you elaborate what design aspects in the driver or anywhere else >>> should impose that limitation? >> 1. Oulijun resolved the problem, and sent PATCH V6 on 2016-4-28. Thanks for >> more comments. > V6 still conditions things on ARM > > >> 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. > I understand that the HW is targeted just for ARM environments. Is > this the reason > why you want to impose this build limitation or there's something in > the driver design > or code that is not going to work in other environments? yes. Regards Wei Hu > >> 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 > this is understood, my question came to better understand the limitations > > . >