lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGXJAmxUSL2HayCDq7n7eJfVC+A+V3zR-V0Dc90AB_tV2UTD+w@mail.gmail.com>
Date: Mon, 11 Nov 2024 16:11:48 -0800
From: John Ousterhout <ouster@...stanford.edu>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: netdev@...r.kernel.org, linux-api@...r.kernel.org
Subject: Re: [PATCH net-next v2 12/12] net: homa: create Makefile and Kconfig

Oops, sorry, didn't know that. I'll fix.

-John-


On Mon, Nov 11, 2024 at 3:52 PM Randy Dunlap <rdunlap@...radead.org> wrote:
>
> Hi John,
>
> On 11/11/24 3:40 PM, John Ousterhout wrote:
> > diff --git a/net/homa/Kconfig b/net/homa/Kconfig
> > new file mode 100644
> > index 000000000000..8ba81b00d35f
> > --- /dev/null
> > +++ b/net/homa/Kconfig
> > @@ -0,0 +1,19 @@
> > +# SPDX-License-Identifier: BSD-2-Clause
> > +#
> > +# Homa transport protocol
> > +#
> > +
> > +menuconfig HOMA
> > +     tristate "The Homa transport protocol"
> > +     depends on INET
> > +     depends on IPV6
> > +
> > +     help
> > +     Homa is a network transport protocol for communication within
> > +     a datacenter. It provides significantly lower latency than TCP,
> > +     particularly for workloads containing a mixture of large and small
> > +     messages operating at high network utilization. For more information
> > +     see the homa(7) man page or checkout the Homa Wiki at
> > +     https://homa-transport.atlassian.net/wiki/spaces/HOMA/overview.
> > +
> > +     If unsure, say N.
>
> Kconfig help text should be indented with one tab + 2 spaces, please. (Everything
> below the "help" line.) This is in Documentation/process/coding-style.rst.
>
> --
> ~Randy
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ