Re: [PATCH V2 net-next 01/11] net: hns3: add support for configuring interrupt quantity limiting

From: tanhuazhong
Date: Tue Nov 10 2020 - 20:16:20 EST




On 2020/11/11 9:13, Jakub Kicinski wrote:
On Mon, 9 Nov 2020 11:22:29 +0800 Huazhong Tan wrote:
+ if (rx_vector->tx_group.coal.ql_enable)
^^^^^^^^

Is this supposed to be rx_group, not tx?


yes, will fix it.
thanks.

+ hns3_set_vector_coalesce_rx_ql(rx_vector,
+ rx_vector->rx_group.coal.int_ql);

.