From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 161CC28AB10 for ; Tue, 22 Jul 2025 23:00:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753225204; cv=none; b=dFqvahWiZW6u3glBcHswGrPqViPcU8PwbbbWh/YK863Q4QO9d91X6Yizj3OlV00ypORZwDILMqKicidUP35v1WVLkbFRQJCQlvrLjt9OMn2P0hG09zJs3uzewRjGd6dk9DLO4ra/jYSn6pUSvKdV6CUwBEKHsjP1p4Ecez0k+Fg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753225204; c=relaxed/simple; bh=udmL8cVZ4v/HoPSrSTwtMl4e5vLAQwy3ouWL9zvxlCU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=b2zyHV1Pik/zEvUG9wb7bNaj2g8lDYgq78NBw/HMEFtiXeVbtQP0nXp85cf2JurxN6NhJMpuYS+FGP1OXPQ8wIw1L+p2qJ03jnMDpsgLAr4Jn7pjOe7kC/AQYHLnmWb+6yxWEldXF4r+LTLzexu7LILhI3afvsr6v1qlWgjWv6k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=um7V0viP; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="um7V0viP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4779AC4CEEB; Tue, 22 Jul 2025 23:00:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753225203; bh=udmL8cVZ4v/HoPSrSTwtMl4e5vLAQwy3ouWL9zvxlCU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=um7V0viPHIYrVPhW2izd6ZP+LBlQnJ+qCH+A7GC9JD4zv4Ph5wzXU3bNlKRTq2PCJ vXvHtXb1BBGnahRI1u6vEkrjnBaIaw/e8wSwjfWaqNH1J4BKTliJFHpOU2N79wu6tj z39oeRVP3NjLasW1jZ9DZCy6RGfbXs4XcN11UrrI9LgJbp/urATHFrk5yjoiXndw1H JJuopHNDG4EFOGYpMuR5jgvczyEBp2HC0RnsET2TfqQYQ5FnJq4sCCb9w/g5mGCWFH huu0V0xqX9eZXmekrm6TLZhO8RKpB1weSezWvd8bOasfEZWt3hyBHkUS9cIuGJ/bfx 4Q7Xtc/VZAJEg== Date: Tue, 22 Jul 2025 16:00:02 -0700 From: Jakub Kicinski To: Jacob Keller Cc: Jiawen Wu , , Andrew Lunn , "David S. Miller" , "Eric Dumazet" , Paolo Abeni , Simon Horman , Mengyuan Lou Subject: Re: [PATCH net-next v2 3/3] net: wangxun: support to use adaptive RX coalescing Message-ID: <20250722160002.2b5ca56d@kernel.org> In-Reply-To: <27eb44ae-b84c-46c1-9ebb-53a79a3d68a1@intel.com> References: <20250721080103.30964-1-jiawenwu@trustnetic.com> <20250721080103.30964-4-jiawenwu@trustnetic.com> <27eb44ae-b84c-46c1-9ebb-53a79a3d68a1@intel.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 21 Jul 2025 17:02:34 -0700 Jacob Keller wrote: > I haven't yet reviewed the adaptive algorithm in this patch.. I presume you are already familiar with it, as it appears to be a pretty close copy of the code from Intel drivers, yet again :) Agreed on the DIM suggestion. -- pw-bot: cr