From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta0.migadu.com (out-188.mta0.migadu.com [91.218.175.188]) (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 117141DF749 for ; Thu, 20 Feb 2025 17:25:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740072327; cv=none; b=RPqKAEQ9tw9OuPeQsTRtbCPUyjnIUlheU/LxuAf9n1jhRst+MH9CuvLbWgrKpiE7XFFpmzTgukKc+lD3PSMRTT52Em5wmemIGq7TI72Jz4WVogKjPjigfGBsiIeTFPuypmI2EQ+aBB+6FSqoGOzW/K3S/u1fSGixN0F+Hl5woJ0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740072327; c=relaxed/simple; bh=jbt1ZIdVSrtrn/KdgiB7VmvFDiGkcZBDX/JaQIuGa9s=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=M+YKxyN8NKXFln0PCftAIFn+SRWajz6LEWX4Nf/5fy6KomyuHy+Ypes3sVHvBZeHTBsWVcCs3Ss9MLQr22HOzYySOrUlDrz5v0xNWR22xoQaKRySyFsvASd2P25iZKZdVCeZz2VY+GXo8c2b/D2a/P+XG017nElbzHS43arzsVw= 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=iRNg0YLh; arc=none smtp.client-ip=91.218.175.188 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="iRNg0YLh" Message-ID: <561bc925-d9ad-4fe3-8a4e-18489261e531@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1740072313; 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=thlQRcvUZl5hiFgXBeuEk61s7412QGqh37njY5u7smc=; b=iRNg0YLhXSzSxwy2ZC1oTYzoUWX/l1b3/jY4ZTg5DWg+K9KTr5/m3QUykFaRZ//CIT+15e DwWP7v3CKGMafCn1e8AKqkv3PBuc/InHEtgJ2qvPfuKE8P/WdcuNAPkMwMg/kdKvtGo7CF lb4OH+S3adWa9O4oCOMnB5wyNSf/O0M= Date: Thu, 20 Feb 2025 12:25:09 -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 0/2] net: cadence: macb: Modernize statistics reporting To: Jakub Kicinski Cc: patchwork-bot+netdevbpf@kernel.org, nicolas.ferre@microchip.com, claudiu.beznea@tuxon.dev, netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, andrew+netdev@lunn.ch, pabeni@redhat.com, linux-kernel@vger.kernel.org References: <20250214212703.2618652-1-sean.anderson@linux.dev> <173993104298.103969.17353080742885832903.git-patchwork-notify@kernel.org> <12896f89-e99c-4bbc-94c1-fac89883bd92@linux.dev> <20250220085945.14961e28@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: <20250220085945.14961e28@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 2/20/25 11:59, Jakub Kicinski wrote: > On Thu, 20 Feb 2025 11:01:10 -0500 Sean Anderson wrote: >> > Here is the summary with links: >> > - [net-next,1/2] net: cadence: macb: Convert to get_stats64 >> > https://git.kernel.org/netdev/net-next/c/75696dd0fd72 >> > - [net-next,2/2] net: cadence: macb: Report standard stats >> > https://git.kernel.org/netdev/net-next/c/f6af690a295a >> > >> > You are awesome, thank you! >> >> I think this should be deferred until v2 of [1] is applied, to make >> backporting the fix easier. > > ETOOLATE :) networking trees don't rebase Well, I was expecting a revert and then I would resend this series once the linked patch was applied. I guess I can send another patch adding locking? --Sean