Re: [patch] {1620} net: hns3: add dcb cap flag in init sequence

2017-01-25 Thread Yankejian (Hackim Yim)
On 2017/1/26 0:24, David Miller wrote: > Networking patches must be sent to net...@vger.kernel.org > > Thank you. > > . > it is misoperation, please ignore. sorry to interrupt you! -- MBR, Yankejian (Hackim Yim)

Re: [patch] {1620} net: hns3: add dcb cap flag in init sequence

2017-01-25 Thread David Miller
Networking patches must be sent to net...@vger.kernel.org Thank you.

Re: [patch] {1620} net: hns3: add dcb cap flag in init sequence

2017-01-24 Thread Yankejian (Hackim Yim)
it is misoperation, please ignore. sorry to interrupt you! On 2017/1/25 15:26, Kejian Yan wrote: > If enable DCB feature, we need to add the capacity, and the current > procedure cannot setting the dcb because of no capacity flag and every > ops interface will implement by the capicity flag is en

[patch] {1620} net: hns3: add dcb cap flag in init sequence

2017-01-24 Thread Kejian Yan
If enable DCB feature, we need to add the capacity, and the current procedure cannot setting the dcb because of no capacity flag and every ops interface will implement by the capicity flag is enable. Signed-off-by: Kejian Yan --- drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 6 --