[PATCH net-next] net: hns: add support of pause frame ctrl for HNS V2

2016-03-28 Thread Yisen Zhuang
From: Lisheng The patch adds support of pause ctrl for HNS V2, and this feature is lost by HNS V1: 1) service ports can disable rx pause frame, 2) debug ports can open tx/rx pause frame. And this patch updates the REGs about the pause ctrl when updated status function called by upp

Re: [PATCH net-next] net: hns: add support of pause frame ctrl for HNS V2

2016-03-30 Thread Andy Shevchenko
On Tue, 2016-03-29 at 15:04 +0800, Yisen Zhuang wrote: > From: Lisheng > > The patch adds support of pause ctrl for HNS V2, and this feature is > lost > by HNS V1: >    1) service ports can disable rx pause frame, >    2) debug ports can open tx/rx pause frame. > > And this patch updates