public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Felix Maurer <fmaurer@redhat.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, horms@kernel.org,
	jkarrenpalo@gmail.com, tglx@kernel.org, mingo@kernel.org,
	bigeasy@linutronix.de, matttbe@kernel.org,
	allison.henderson@oracle.com, petrm@nvidia.com,
	antonio@openvpn.net
Subject: Re: [PATCH net-next v4 0/8] hsr: Implement more robust duplicate discard algorithm
Date: Tue, 10 Feb 2026 11:10:15 +0000	[thread overview]
Message-ID: <177072181532.3466112.16963014467821664497.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1770299429.git.fmaurer@redhat.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu,  5 Feb 2026 14:57:27 +0100 you wrote:
> The duplicate discard algorithms for PRP and HSR do not work reliably
> with certain link faults. Especially with packet loss on one link, the
> duplicate discard algorithms drop valid packets. For a more thorough
> description see patches 4 (for PRP) and 6 (for HSR).
> 
> This patchset replaces the current algorithms (based on a drop window
> for PRP and highest seen sequence number for HSR) with a single new one
> that tracks the received sequence numbers individually (descriptions
> again in patches 4 and 6).
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/8] selftests: hsr: Add ping test for PRP
    https://git.kernel.org/netdev/net-next/c/c01a6c700fd5
  - [net-next,v4,2/8] selftests: hsr: Check duplicates on HSR with VLAN
    https://git.kernel.org/netdev/net-next/c/776b64ba12e7
  - [net-next,v4,3/8] selftests: hsr: Add tests for faulty links
    https://git.kernel.org/netdev/net-next/c/ca4a09a950d2
  - [net-next,v4,4/8] hsr: Implement more robust duplicate discard for PRP
    https://git.kernel.org/netdev/net-next/c/415e6367512b
  - [net-next,v4,5/8] selftests: hsr: Add tests for more link faults with PRP
    https://git.kernel.org/netdev/net-next/c/8908c3c8cef4
  - [net-next,v4,6/8] hsr: Implement more robust duplicate discard for HSR
    https://git.kernel.org/netdev/net-next/c/aae9d6b616b5
  - [net-next,v4,7/8] selftests: hsr: Add more link fault tests for HSR
    https://git.kernel.org/netdev/net-next/c/bbbd531faa18
  - [net-next,v4,8/8] MAINTAINERS: Assign hsr selftests to HSR
    https://git.kernel.org/netdev/net-next/c/b3dabced355e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-02-10 11:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-05 13:57 [PATCH net-next v4 0/8] hsr: Implement more robust duplicate discard algorithm Felix Maurer
2026-02-05 13:57 ` [PATCH net-next v4 1/8] selftests: hsr: Add ping test for PRP Felix Maurer
2026-02-05 13:57 ` [PATCH net-next v4 2/8] selftests: hsr: Check duplicates on HSR with VLAN Felix Maurer
2026-02-05 13:57 ` [PATCH net-next v4 3/8] selftests: hsr: Add tests for faulty links Felix Maurer
2026-02-05 13:57 ` [PATCH net-next v4 4/8] hsr: Implement more robust duplicate discard for PRP Felix Maurer
2026-02-05 13:57 ` [PATCH net-next v4 5/8] selftests: hsr: Add tests for more link faults with PRP Felix Maurer
2026-02-05 13:57 ` [PATCH net-next v4 6/8] hsr: Implement more robust duplicate discard for HSR Felix Maurer
2026-02-05 13:57 ` [PATCH net-next v4 7/8] selftests: hsr: Add more link fault tests " Felix Maurer
2026-02-05 13:57 ` [PATCH net-next v4 8/8] MAINTAINERS: Assign hsr selftests to HSR Felix Maurer
2026-02-10 11:10 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=177072181532.3466112.16963014467821664497.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=allison.henderson@oracle.com \
    --cc=antonio@openvpn.net \
    --cc=bigeasy@linutronix.de \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fmaurer@redhat.com \
    --cc=horms@kernel.org \
    --cc=jkarrenpalo@gmail.com \
    --cc=kuba@kernel.org \
    --cc=matttbe@kernel.org \
    --cc=mingo@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    --cc=tglx@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox