From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 5F10B33C192 for ; Thu, 22 Jan 2026 17:24:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769102699; cv=none; b=d/IMtoy4/q+afDI8P1cnkr7Vb3G6vC6n4hY4Z4E82NGr63KzT8TQOyQcCktL4OA00XNO6e5RCqS+7MJ1rKNEq6yXjXJsqXqkK4scTzwBN9Ju/9CgGdtTpTD9XfBP2eL2oOIOuBTeomXL8So31yN1nfySboZ+wA9+5dlbd0kbxiI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769102699; c=relaxed/simple; bh=oemMxJWUlFpAA2L92FqUU16beahK3YjujAxY33jboq4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EuTBvNzv+PJz2TDZLbm/ZcpYXI1GjpVvqw9iHTF32r4EgCR4BvhtUTyQbW8vKGvi3jsxvRVoYK8F4gSYPqc/rUI+VZZ0MN/TOTZxFKN6fsGtGAnm0gP86Wjpl5241Ce2T8S+M/NnoyteLwNvttlp/6ro2sPDIakAquBTDUrd3LY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=vGOdDs8g; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=BCxD7W4H; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="vGOdDs8g"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="BCxD7W4H" Date: Thu, 22 Jan 2026 18:24:41 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1769102682; 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: in-reply-to:in-reply-to:references:references; bh=oemMxJWUlFpAA2L92FqUU16beahK3YjujAxY33jboq4=; b=vGOdDs8gj2DEzYq8TsHJNQ99lX0RHsSiX+hPNb05SbJ51LqZ165Ao1oljs2ho1I+ieTGEI WA2gLYZd6a6L3NYKe3ZclJZVIsCj4OBosjxHChWshY/haHJOFkbqOM1jt6A1CFIQHKs/lY 0JkZV23lGi/eCk2L1hYh3Wq+vO7rP445cy/V5NCcJZHhbIFX6fD11vv3ZLxTWGSItOJb0V 8VS+/OzgY+yUILd6tE7BgeqrlhRAQOe34h9QNcSJt9H2NaDpM8uCPEUEcnZeA2+u3vPjv3 5pEEVDlZAbrKrlPsqat+E4fVWtnyiyLhvPKrKkbNBhHE0ma3MVHJNGVX+RTtow== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1769102682; 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: in-reply-to:in-reply-to:references:references; bh=oemMxJWUlFpAA2L92FqUU16beahK3YjujAxY33jboq4=; b=BCxD7W4HNxR8PaEkwX2GdrE0WUrm0nBNV7e+xoK0MUR/QoD3MxBL4nDo7CNq9SmLcWhJ4z D8PtFWNl9CRttaDA== From: Sebastian Andrzej Siewior To: Felix Maurer Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, jkarrenpalo@gmail.com, tglx@linutronix.de, mingo@kernel.org, allison.henderson@oracle.com, petrm@nvidia.com, antonio@openvpn.net Subject: Re: [PATCH net-next v2 0/9] hsr: Implement more robust duplicate discard algorithm Message-ID: <20260122172441.IIR1mXs0@linutronix.de> References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On 2026-01-22 15:56:55 [+0100], Felix Maurer wrote: I try to get to this. Sebastian