Re: [PATCH net-next v1] hinic: add support to set and get pause param

2020-05-20 Thread David Miller
From: "luobin (L)" Date: Wed, 20 May 2020 12:39:27 +0800 > It's because I made this patch based on the previous patch > ([PATCH net-next v1] hinic: add set_channels ethtool_ops support), so Don't ever silently create dependencies like this. Either submit new dependant patches after the required

Re: [PATCH net-next v1] hinic: add support to set and get pause param

2020-05-19 Thread David Miller
From: "luobin (L)" Date: Wed, 20 May 2020 09:51:02 +0800 > Sorry,I'm afraid I haven't got what you mean. Please don't top-post. What I said was: >> This doesn't apply cleanly to net-next. Which simply means that when I try to apply your patch to net-next with 'git am' it fails.

Re: [PATCH net-next v1] hinic: add support to set and get pause param

2020-05-19 Thread David Miller
From: Luo bin Date: Mon, 18 May 2020 23:38:48 + > add support to set pause param with ethtool -A and get pause > param with ethtool -a. Also remove set_link_ksettings ops for VF. > > Signed-off-by: Luo bin This doesn't apply cleanly to net-next.

[PATCH net-next v1] hinic: add support to set and get pause param

2020-05-19 Thread Luo bin
add support to set pause param with ethtool -A and get pause param with ethtool -a. Also remove set_link_ksettings ops for VF. Signed-off-by: Luo bin --- .../net/ethernet/huawei/hinic/hinic_ethtool.c | 100 +- .../net/ethernet/huawei/hinic/hinic_hw_dev.c | 2 + .../net/etherne