From: patchwork-bot+netdevbpf@kernel.org
To: Yevhen Orlov <yevhen.orlov@plvision.eu>
Cc: netdev@vger.kernel.org, volodymyr.mytnyk@plvision.eu,
taras.chornyi@plvision.eu, mickeyr@marvell.com,
serhiy.pshyk@plvision.eu, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
andrew@lunn.ch, stephen@networkplumber.org,
linux-kernel@vger.kernel.org, tchornyi@marvell.com,
oleksandr.mazur@plvision.eu
Subject: Re: [PATCH net-next v7 0/9] net: marvell: prestera: add nexthop routes offloading
Date: Tue, 04 Oct 2022 00:25:01 +0000 [thread overview]
Message-ID: <166484310150.14032.12288807461799255097.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221001093417.22388-1-yevhen.orlov@plvision.eu>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 1 Oct 2022 12:34:08 +0300 you wrote:
> Add support for nexthop routes for Marvell Prestera driver.
> Subscribe on NEIGH_UPDATE events.
>
> Add features:
> - Support connected route adding
> e.g.: "ip address add 1.1.1.1/24 dev sw1p1"
> e.g.: "ip route add 6.6.6/24 dev sw1p1"
> - Support nexthop route adding
> e.g.: "ip route add 5.5.5/24 via 1.1.1.2"
> - Support ECMP route adding
> e.g.: "ip route add 5.5.5/24 nexthop via 1.1.1.2 nexthop via 1.1.1.3"
> - Support "offload" and "trap" flags per each nexthop
> - Support "offload" flag for neighbours
>
> [...]
Here is the summary with links:
- [net-next,v7,1/9] net: marvell: prestera: Add router nexthops ABI
https://git.kernel.org/netdev/net-next/c/0a23ae237171
- [net-next,v7,2/9] net: marvell: prestera: Add cleanup of allocated fib_nodes
https://git.kernel.org/netdev/net-next/c/1e7313e83ef7
- [net-next,v7,3/9] net: marvell: prestera: Add strict cleanup of fib arbiter
https://git.kernel.org/netdev/net-next/c/333fe4d033fa
- [net-next,v7,4/9] net: marvell: prestera: add delayed wq and flush wq on deinit
https://git.kernel.org/netdev/net-next/c/90b6f9c09851
- [net-next,v7,5/9] net: marvell: prestera: Add length macros for prestera_ip_addr
https://git.kernel.org/netdev/net-next/c/59b44ea8aa56
- [net-next,v7,6/9] net: marvell: prestera: Add heplers to interact with fib_notifier_info
https://git.kernel.org/netdev/net-next/c/04f24a1e6de6
- [net-next,v7,7/9] net: marvell: prestera: add stub handler neighbour events
https://git.kernel.org/netdev/net-next/c/8b1ef4911a41
- [net-next,v7,8/9] net: marvell: prestera: Add neighbour cache accounting
https://git.kernel.org/netdev/net-next/c/396b80cb5cc8
- [net-next,v7,9/9] net: marvell: prestera: Propagate nh state from hw to kernel
https://git.kernel.org/netdev/net-next/c/ae15ed6e40c9
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-10-04 0:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-01 9:34 [PATCH net-next v7 0/9] net: marvell: prestera: add nexthop routes offloading Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 1/9] net: marvell: prestera: Add router nexthops ABI Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 2/9] net: marvell: prestera: Add cleanup of allocated fib_nodes Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 3/9] net: marvell: prestera: Add strict cleanup of fib arbiter Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 4/9] net: marvell: prestera: add delayed wq and flush wq on deinit Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 5/9] net: marvell: prestera: Add length macros for prestera_ip_addr Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 6/9] net: marvell: prestera: Add heplers to interact with fib_notifier_info Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 7/9] net: marvell: prestera: add stub handler neighbour events Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 8/9] net: marvell: prestera: Add neighbour cache accounting Yevhen Orlov
2022-10-01 9:34 ` [PATCH net-next v7 9/9] net: marvell: prestera: Propagate nh state from hw to kernel Yevhen Orlov
2022-10-04 0:25 ` 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=166484310150.14032.12288807461799255097.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mickeyr@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=oleksandr.mazur@plvision.eu \
--cc=pabeni@redhat.com \
--cc=serhiy.pshyk@plvision.eu \
--cc=stephen@networkplumber.org \
--cc=taras.chornyi@plvision.eu \
--cc=tchornyi@marvell.com \
--cc=volodymyr.mytnyk@plvision.eu \
--cc=yevhen.orlov@plvision.eu \
/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