Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2021 18:30:05 +0200
From:      Michael Tuexen <michael.tuexen@macmic.franken.de>
To:        Warner Losh <imp@bsdimp.com>
Cc:        Li-Wen Hsu <lwhsu@freebsd.org>, Randall Stewart <rrs@freebsd.org>, src-committers <src-committers@freebsd.org>, "<dev-commits-src-all@freebsd.org>" <dev-commits-src-all@freebsd.org>, dev-commits-src-main@freebsd.org
Subject:   Re: git: 5d8fd932e418 - main - This brings into sync FreeBSD with the netflix versions of rack and bbr. This fixes several breakages (panics) since the tcp_lro code was committed that have been reported. Quite a few new features are now in rack (prefecting of DGP -- Dynamic Goodput Pacing among the largest). There is also support for ack-war prevention. Documents comming soon on rack..
Message-ID:  <454D2A05-9CE3-4E60-80FD-0C5D97093A3B@macmic.franken.de>
In-Reply-To: <CANCZdfqh5fUwVu%2BLT7=Q-ip4_VuTQW%2BZiZbtXFQpMyan4ZW8Rw@mail.gmail.com>
References:  <202105061526.146FQS0E008755@gitrepo.freebsd.org> <CAKBkRUy-5MCGEOYRHGk%2BtC3FKjgXmhKg5ppvn1x9eFtbcK1=VQ@mail.gmail.com> <D6646C1F-0DD2-44E6-AF77-BD04D027C556@macmic.franken.de> <CANCZdfqh5fUwVu%2BLT7=Q-ip4_VuTQW%2BZiZbtXFQpMyan4ZW8Rw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 7. May 2021, at 18:11, Warner Losh <imp@bsdimp.com> wrote:
>=20
>=20
>=20
> On Fri, May 7, 2021 at 5:10 AM Michael Tuexen =
<michael.tuexen@macmic.franken.de> wrote:
> > On 7. May 2021, at 11:39, Li-Wen Hsu <lwhsu@freebsd.org> wrote:
> >=20
> > On Thu, May 6, 2021 at 11:26 PM Randall Stewart <rrs@freebsd.org> =
wrote:
> >>=20
> >> The branch main has been updated by rrs:
> >>=20
> >> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3D5d8fd932e418f03e98b3469c4088a36f=
0ef34ffe
> >>=20
> >> commit 5d8fd932e418f03e98b3469c4088a36f0ef34ffe
> >> Author:     Randall Stewart <rrs@FreeBSD.org>
> >> AuthorDate: 2021-05-06 15:22:26 +0000
> >> Commit:     Randall Stewart <rrs@FreeBSD.org>
> >> CommitDate: 2021-05-06 15:22:26 +0000
> >>=20
> >>    This brings into sync FreeBSD with the netflix versions of rack =
and bbr.
> >>    This fixes several breakages (panics) since the tcp_lro code was
> >>    committed that have been reported. Quite a few new features are
> >>    now in rack (prefecting of DGP -- Dynamic Goodput Pacing among =
the
> >>    largest). There is also support for ack-war prevention. =
Documents
> >>    comming soon on rack..
> >>=20
> >>    Sponsored by:           Netflix
> >>    Reviewed by:            rscheff, mtuexen
> >>    Differential Revision:  https://reviews.freebsd.org/D30036
> >=20
> > This seems braking LINT kernel build of powerpc:
> >=20
> > https://ci.freebsd.org/job/FreeBSD-main-powerpc-LINT/6082/console
> >=20
> > Searching "error:" leads to:
> >=20
> > 00:08:15.153 =
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:214=
3:16:
> > error: implicit declaration of function 'tcp_hw_highest_rate' is
> > invalid in C99 [-Werror,-Wimplicit-function-declaration]
> > 00:08:15.153                         high_rate =3D
> > tcp_hw_highest_rate(rack->r_ctl.crte);
> > 00:08:15.153                                     ^
> >=20
> > and
> >=20
> > 00:08:15.163 =
/workspace/src/sys/modules/tcp/rack/../../../netinet/tcp_stacks/rack.c:216=
5:16:
> > error: implicit declaration of function 'tcp_hw_highest_rate_ifp' is
> > invalid in C99 [-Werror,-Wimplicit-function-declaration]
> > 00:08:15.163                         high_rate =3D
> > tcp_hw_highest_rate_ifp(rack->rc_inp->inp_route.ro_nh->nh_ifp,
> > rack->rc_inp);
> > 00:08:15.163                                     ^
> >=20
> > I suspect this is because RATELIMIT is not defined in default =
powerpc
> > build? Is it safe to enable it?
> If you are building TCP stacks, you need RATELIMIT. You can enable it. =
It is enabled on
> other platforms, too.
>=20
> Yea. If we can't enable it on powerpc, I have some ideas on how to =
keep these modules
> from building when RATELIMIT isn't enabled.
What is the problem on 32-bit PPC? Unfortunately, my G4 MacMini died =
last year, but it
is fine on 64-bit PPC. Can test it on a POWER9 system.

Best regards
Michael
>=20
> Warner=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?454D2A05-9CE3-4E60-80FD-0C5D97093A3B>