From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E08A113957E; Sat, 28 Jun 2025 12:46:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751114817; cv=none; b=jmmTvqlrhYEo2v/xdzZr6nULWtnlSJe1Owlm5RLHSvFuBaytOmv4VyYoysgT8R/oybz/AlLPlHDFrioKgWrOI6MTUMvLmcLV4D3dC8z9WGuX+ie+XB8WjN1nFsJ6/HfMk0RwpXwp+kdnEWF+hSdMGq5+s1ZigjfCeA0YiVBOk64= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751114817; c=relaxed/simple; bh=fz1f9/yF76vWySpCE0DY+zKwQjXSblai1L3X0i9FFWc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=P2NFP6QwT5ZOkFUVcYVY73s+su/0C7ibqUlt+TRM3uNNobqU02OKIMAxuoecgOEKGsvXLnbUBUuP0IUgjK09Pet7d9PoOqczwkqsxtdZMHlkJeciYEzXx18/nakk2yWdic2smFl6cYC7m0nVacq1q1q0UMSDdS+Ob7FvrZd6rl0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=rg3N5PXB; arc=none smtp.client-ip=91.218.175.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="rg3N5PXB" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1751114812; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EFJplUYXs7SZhJPSIA1PM6yryHsqvW879yJ8rEcqRoA=; b=rg3N5PXBg2GjpObyU1Pu+uNxocA2XRqLZrEmlEz+/JO2sqp7IuIlXBNwRTxXKTe3cAuDYQ 4Vn4E3mXK9lBpna+7FKjLlJoOx1GarggQI8Y3H1hTBUtwpK08yItYZtU8Fwlk1WqWKQalL VruAOj/kZdFYBRh3WmkTIZ/vhaDPrS0= Date: Sat, 28 Jun 2025 13:46:47 +0100 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net-next v06 5/8] hinic3: TX & RX Queue coalesce interfaces To: Fan Gong , Zhu Yikai Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Andrew Lunn , linux-doc@vger.kernel.org, Jonathan Corbet , Bjorn Helgaas , luosifu , Xin Guo , Shen Chenyang , Zhou Shuai , Wu Like , Shi Jing , Meny Yossefi , Gur Stavi , Lee Trager , Michael Ellerman , Suman Ghosh , Przemek Kitszel , Joe Damato , Christophe JAILLET References: <1367e07afb9038177bff2e5fb3062edf775a3ba7.1750937080.git.zhuyikai1@h-partners.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vadim Fedorenko In-Reply-To: <1367e07afb9038177bff2e5fb3062edf775a3ba7.1750937080.git.zhuyikai1@h-partners.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 27/06/2025 07:12, Fan Gong wrote: > Add TX RX queue coalesce interfaces initialization. > It configures the parameters of tx & tx msix coalesce. > > Co-developed-by: Xin Guo > Signed-off-by: Xin Guo > Co-developed-by: Zhu Yikai > Signed-off-by: Zhu Yikai > Signed-off-by: Fan Gong > --- > .../net/ethernet/huawei/hinic3/hinic3_main.c | 61 +++++++++++++++++-- > .../ethernet/huawei/hinic3/hinic3_nic_dev.h | 10 +++ > 2 files changed, 66 insertions(+), 5 deletions(-) > Reviewed-by: Vadim Fedorenko