Re: [dpdk-dev] [PATCH v2 12/17] net/hinic: set link down and up

2019-09-30 Thread Wangxiaoyun (Cloud, Network Chip Application Development Dept)
Thanks for your comments, I have splited this patch into 2 patched, one is for link down and up,the other is for getting fw version. 在 2019/9/27 2:47, Ferruh Yigit 写道: On 9/25/2019 3:30 PM, Xiaoyun wang wrote: This patch supports setting link down and up, Also adds support for geting firmware

Re: [dpdk-dev] [PATCH v2 12/17] net/hinic: set link down and up

2019-09-26 Thread Ferruh Yigit
On 9/25/2019 3:30 PM, Xiaoyun wang wrote: > This patch supports setting link down and up, > Also adds support for geting firmware version. > > Signed-off-by: Xiaoyun wang <...> > @@ -2751,9 +2832,12 @@ static void hinic_dev_close(struct rte_eth_dev *dev) > static const struct eth_dev_ops hinic

[dpdk-dev] [PATCH v2 12/17] net/hinic: set link down and up

2019-09-25 Thread Xiaoyun wang
This patch supports setting link down and up, Also adds support for geting firmware version. Signed-off-by: Xiaoyun wang --- drivers/net/hinic/base/hinic_pmd_cmd.h| 4 ++ drivers/net/hinic/base/hinic_pmd_niccfg.c | 78 drivers/net/hinic/base/hinic_pmd_niccfg.h |