On Tue, Apr 05, 2016 at 03:32:53PM +0800, oulijun wrote:
> >> .../infiniband/hw/hisilicon/hns/hns_roce_v1_hw.c | 2832
> >>
> >> .../infiniband/hw/hisilicon/hns/hns_roce_v1_hw.h | 985 +++
> > ^^
> > Do you support v1 of R
Hi, Leon Romanovsky
On 2016/4/2 9:58, Leon Romanovsky wrote:
> On Fri, Apr 01, 2016 at 05:21:31PM +0800, Lijun Ou wrote:
>> The driver for HiSilicon RoCE is a platform driver.
>> The driver will support multiple versions of hardware. Currently only "v1"
>> for hip06 SoC is supported.
>> The driver
On Fri, Apr 01, 2016 at 05:21:31PM +0800, Lijun Ou wrote:
> The driver for HiSilicon RoCE is a platform driver.
> The driver will support multiple versions of hardware. Currently only "v1"
> for hip06 SoC is supported.
> The driver includes two parts: common driver and hardware-specific
> operation
On 2016/3/23 2:54, Christoph Hellwig wrote:
>> drivers/infiniband/Kconfig |1 +
>> drivers/infiniband/hw/Makefile |1 +
>> drivers/infiniband/hw/hisilicon/hns/Kconfig| 10 +
>
> To fit in with the other drivers drop the hisilicon level
> drivers/infiniband/Kconfig |1 +
> drivers/infiniband/hw/Makefile |1 +
> drivers/infiniband/hw/hisilicon/hns/Kconfig| 10 +
To fit in with the other drivers drop the hisilicon level
of the directory hierarchy.
Haven't had time to lo