Unverified Commit ca0e4f8d authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!3226 hinic: ethtool: Allow userspace to set more aggregation params

parents d263e159 0059093e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2412,6 +2412,9 @@ static const struct ethtool_ops hinic_ethtool_ops = {

static const struct ethtool_ops hinicvf_ethtool_ops = {
	.supported_coalesce_params = ETHTOOL_COALESCE_USECS |
				     ETHTOOL_COALESCE_MAX_FRAMES |
				     ETHTOOL_COALESCE_USECS_LOW_HIGH |
				     ETHTOOL_COALESCE_MAX_FRAMES_LOW_HIGH |
				     ETHTOOL_COALESCE_PKT_RATE_RX_USECS,
	.get_link_ksettings = hinic_get_link_ksettings,
	.get_drvinfo = hinic_get_drvinfo,