From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta0.migadu.com (out-179.mta0.migadu.com [91.218.175.179]) (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 EA67F187848 for ; Tue, 21 Jan 2025 15:59:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737475191; cv=none; b=J/LS8dfCYCvAy1vrl7O5jAAnbnoi9QxDXShBeKTgKcFCuCPhiJtLilHIkB6YgZXOeCRa3/HApEPaSfMnFKqf3sf7pALFXRGfcwvDmg3U6LB1ZKXC69hYMLl/AHJMO27MQq56uL2OsbGqd+o6ovdqDwlm8dCnHJYW2njWqVKajKc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737475191; c=relaxed/simple; bh=YAm25l/AE+PiifN1koxmjCwQWHoEL3uUg3ynG7JJTQo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=fOz4N1guDn1tfbTUUaKOfq8jzvrHY39Ungjd4xbDlabCPtusx/GWkLGufAfBAxg0oI8rtc/uQYE0wyVMzbYTncIpQd+hSaX/hunDNI2ME/3O+NguK5dLsFQncViyba5T+wO47/ofRfu9J2JTMpNlCQ3yz3QIC1Npqadjy9JBroc= 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=NDBH42QX; arc=none smtp.client-ip=91.218.175.179 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="NDBH42QX" Message-ID: <38892dea-f850-47d8-81df-ae8efd535272@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1737475182; 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=jbTK+rVKLBnsmGuJaURQlyb5gRmUsxHhi46+45ugDMA=; b=NDBH42QXWTr2fIIUP1hriAEj/wyiiihuoSRQwSkjBkv7fbmOLY/gVFuOXuM6HroK6Jx1j9 NqzYwmuIvQgI5Xm1UGvAoG/JcR/w7un5ig5b5NKJX6LNrRxkTchZHHeILl7ZOMJEf2dg5M VsK5ESvGooxYfyKuEZ/UjBAgqFKNEO0= Date: Tue, 21 Jan 2025 10:59:38 -0500 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net-next v4 0/6] net: xilinx: axienet: Enable adaptive IRQ coalescing with DIM To: Jakub Kicinski Cc: "David S . Miller" , Eric Dumazet , Paolo Abeni , Radhey Shyam Pandey , netdev@vger.kernel.org, Michal Simek , linux-kernel@vger.kernel.org, Shannon Nelson , linux-arm-kernel@lists.infradead.org, Heng Qi References: <20250116232954.2696930-1-sean.anderson@linux.dev> <20250118171936.703c0a27@kernel.org> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: <20250118171936.703c0a27@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 1/18/25 20:19, Jakub Kicinski wrote: > On Thu, 16 Jan 2025 18:29:48 -0500 Sean Anderson wrote: >> - Fix incorrect function name in doc comment for axienet_coalesce_params > > Huh, I wonder if you sent the wrong version.. I think I applied the hunk to the wrong patch. --Sean