From: Jakub Kicinski <kuba@kernel.org>
To: Yevhen Orlov <yevhen.orlov@plvision.eu>
Cc: netdev@vger.kernel.org,
Volodymyr Mytnyk <volodymyr.mytnyk@plvision.eu>,
Taras Chornyi <taras.chornyi@plvision.eu>,
Mickey Rachamim <mickeyr@marvell.com>,
Serhiy Pshyk <serhiy.pshyk@plvision.eu>,
Taras Chornyi <tchornyi@marvell.com>,
Oleksandr Mazur <oleksandr.mazur@plvision.eu>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 1/9] net: marvell: prestera: Add router nexthops ABI
Date: Mon, 11 Jul 2022 20:22:48 -0700 [thread overview]
Message-ID: <20220711202248.7669f039@kernel.org> (raw)
In-Reply-To: <20220710172208.29851-2-yevhen.orlov@plvision.eu>
On Sun, 10 Jul 2022 20:21:59 +0300 Yevhen Orlov wrote:
> @@ -591,6 +600,7 @@ void prestera_router_fini(struct prestera_switch *sw)
> unregister_fib_notifier(&init_net, &sw->router->fib_nb);
> unregister_inetaddr_notifier(&sw->router->inetaddr_nb);
> unregister_inetaddr_validator_notifier(&sw->router->inetaddr_valid_nb);
> + kfree(sw->router->nhgrp_hw_state_cache);
Ah, you based it on top of the fix. We'll merge the fixes and -next on
Thursday so please wait until that happens. In the meantime you can
think of finding someone who could review the changes and speed things
up that way. You CCed a lot of Marvell and plvision people on these
but nobody from the community who actually works on routing offload...
next prev parent reply other threads:[~2022-07-12 3:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-10 17:21 [PATCH net-next 0/9] net: marvell: prestera: add nexthop routes offloading Yevhen Orlov
2022-07-10 17:21 ` [PATCH net-next 1/9] net: marvell: prestera: Add router nexthops ABI Yevhen Orlov
2022-07-12 3:22 ` Jakub Kicinski [this message]
2022-07-10 17:22 ` [PATCH net-next 2/9] net: marvell: prestera: Add cleanup of allocated fib_nodes Yevhen Orlov
2022-07-10 17:22 ` [PATCH net-next 3/9] net: marvell: prestera: Add strict cleanup of fib arbiter Yevhen Orlov
2022-07-10 17:22 ` [PATCH net-next 4/9] net: marvell: prestera: add delayed wq and flush wq on deinit Yevhen Orlov
2022-07-10 17:22 ` [PATCH net-next 5/9] net: marvell: prestera: Add length macros for prestera_ip_addr Yevhen Orlov
2022-07-10 17:22 ` [PATCH net-next 6/9] net: marvell: prestera: Add heplers to interact with fib_notifier_info Yevhen Orlov
2022-07-10 17:22 ` [PATCH net-next 7/9] net: marvell: prestera: add stub handler neighbour events Yevhen Orlov
2022-07-10 17:22 ` [PATCH net-next 8/9] net: marvell: prestera: Add neighbour cache accounting Yevhen Orlov
2022-07-10 17:22 ` [PATCH net-next 9/9] net: marvell: prestera: Propogate nh state from hw to kernel Yevhen Orlov
2022-07-12 3:17 ` [PATCH net-next 0/9] net: marvell: prestera: add nexthop routes offloading Jakub Kicinski
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=20220711202248.7669f039@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--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=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;
as well as URLs for NNTP newsgroup(s).