Re: [PATCH net-next v2] hinic: implement the statistical interface of ethtool

2019-07-01 Thread Jakub Kicinski
On Mon, 24 Jun 2019 12:05:19 -0700, Jakub Kicinski wrote: > On Mon, 24 Jun 2019 03:50:12 +, Xue Chaojing wrote: > > diff --git a/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c > > b/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c > > index be28a9a7f033..8d98f37c88a8 100644 > > --- a/drive

Re: [PATCH net-next v2] hinic: implement the statistical interface of ethtool

2019-06-24 Thread Jakub Kicinski
On Mon, 24 Jun 2019 03:50:12 +, Xue Chaojing wrote: > diff --git a/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c > b/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c > index be28a9a7f033..8d98f37c88a8 100644 > --- a/drivers/net/ethernet/huawei/hinic/hinic_ethtool.c > +++ b/drivers/net/eth

Re: [PATCH net-next v2] hinic: implement the statistical interface of ethtool

2019-06-24 Thread David Miller
From: Xue Chaojing Date: Mon, 24 Jun 2019 03:50:12 + > This patch implement the statistical interface of ethtool, user can use > ethtool -S to show hinic statistics. > > Signed-off-by: Xue Chaojing Applied.