[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aP89WhbDEzt24sFG@horms.kernel.org>
Date: Mon, 27 Oct 2025 09:37:30 +0000
From: Simon Horman <horms@...nel.org>
To: John Ousterhout <ouster@...stanford.edu>
Cc: netdev@...r.kernel.org, pabeni@...hat.com, edumazet@...gle.com,
kuba@...nel.org
Subject: Re: [PATCH net-next v16 01/14] net: homa: define user-visible API
for Homa
On Wed, Oct 15, 2025 at 11:50:48AM -0700, John Ousterhout wrote:
> Note: for man pages, see the Homa Wiki at:
> https://homa-transport.atlassian.net/wiki/spaces/HOMA/overview
>
> Signed-off-by: John Ousterhout <ouster@...stanford.edu>
...
> diff --git a/net/Kconfig b/net/Kconfig
> index d5865cf19799..92972ff2a78d 100644
> --- a/net/Kconfig
> +++ b/net/Kconfig
> @@ -250,6 +250,7 @@ source "net/bridge/netfilter/Kconfig"
> endif # if NETFILTER
>
> source "net/sctp/Kconfig"
> +source "net/homa/Kconfig"
> source "net/rds/Kconfig"
> source "net/tipc/Kconfig"
> source "net/atm/Kconfig"
Hi John,
I think that the hunk above needs to wait until a patch
that adds net/homa/Kconfig. As is, this breaks builds.
Possibly the same is also true of the hunk below,
but the build didn't get that far.
> diff --git a/net/Makefile b/net/Makefile
> index aac960c41db6..71f740e0dc34 100644
> --- a/net/Makefile
> +++ b/net/Makefile
> @@ -43,6 +43,7 @@ ifneq ($(CONFIG_VLAN_8021Q),)
> obj-y += 8021q/
> endif
> obj-$(CONFIG_IP_SCTP) += sctp/
> +obj-$(CONFIG_HOMA) += homa/
> obj-$(CONFIG_RDS) += rds/
> obj-$(CONFIG_WIRELESS) += wireless/
> obj-$(CONFIG_MAC80211) += mac80211/
> --
> 2.43.0
>
Powered by blists - more mailing lists