Re: [PATCH V2 net-next 3/6] ethtool: add support to set/get rx buf len via ethtool

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 2021/9/25 1:47, Jakub Kicinski wrote:
On Fri, 24 Sep 2021 22:29:56 +0800 Guangbin Huang wrote:
@@ -621,9 +631,13 @@ struct ethtool_ops {
  				struct kernel_ethtool_coalesce *,
  				struct netlink_ext_ack *);
  	void	(*get_ringparam)(struct net_device *,
-				 struct ethtool_ringparam *);
+				 struct ethtool_ringparam *,
+				 struct ethtool_ringparam_ext *,
+				 struct netlink_ext_ack *);
  	int	(*set_ringparam)(struct net_device *,
-				 struct ethtool_ringparam *);
+				 struct ethtool_ringparam *,
+				 struct ethtool_ringparam_ext *,
+				 struct netlink_ext_ack *);

You need to make the driver changes together with this chunk.
Otherwise the build will be broken between the two during bisection.
.

Ok, thanks.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux