Re: [PATCH net-next v3 1/4] ethtool: add ETHTOOL_COALESCE_ALL_PARAMS define

2020-11-16 Thread Jakub Kicinski
Please add a cover letter to this series. Preferably with the output of the test passing :)

Re: [PATCH net-next v3 1/4] ethtool: add ETHTOOL_COALESCE_ALL_PARAMS define

2020-11-16 Thread Michal Kubecek
On Sat, Nov 14, 2020 at 12:16:52AM +0100, Antonio Cardace wrote: > This bitmask represents all existing coalesce parameters. > > Signed-off-by: Antonio Cardace Reviewed-by: Michal Kubecek > --- > include/linux/ethtool.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/e

[PATCH net-next v3 1/4] ethtool: add ETHTOOL_COALESCE_ALL_PARAMS define

2020-11-13 Thread Antonio Cardace
This bitmask represents all existing coalesce parameters. Signed-off-by: Antonio Cardace --- include/linux/ethtool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 6408b446051f..e3da25b51ae4 100644 --- a/include/linux/ethtool.h +++ b/i