Re: [PATCH net-next] net: hns: Add reset function support for RoCE driver

2016-08-19 Thread David Miller
From: Lijun Ou Date: Thu, 18 Aug 2016 20:32:52 +0800 > It added reset function for RoCE driver. RoCE is a feature of hns. > In hip06 SoC, in RoCE reset process, it's needed to configure dsaf > channel reset, port and sl map info. Reset function of RoCE is > located in dsaf module, we only call it

[PATCH net-next] net: hns: Add reset function support for RoCE driver

2016-08-18 Thread Lijun Ou
It added reset function for RoCE driver. RoCE is a feature of hns. In hip06 SoC, in RoCE reset process, it's needed to configure dsaf channel reset, port and sl map info. Reset function of RoCE is located in dsaf module, we only call it in RoCE driver when needed. This patch is used to fix the con