Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2022 13:47:44 -0700
From:      Warner Losh <imp@bsdimp.com>
To:        Mateusz Guzik <mjguzik@gmail.com>
Cc:        Warner Losh <imp@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: 5a73a6c178f6 - main - Add lio back to NOTES
Message-ID:  <CANCZdfpYRxdgaxVbc1xEozy7w8tbSMNYmXJTGE3veuO2VAOasQ@mail.gmail.com>
In-Reply-To: <CAGudoHF_g6f2FDx_DnGCpkNRF6mK1FCPf9vet46RPUKQ618Pcg@mail.gmail.com>
References:  <202112312157.1BVLvLhd040939@gitrepo.freebsd.org> <CAGudoHF_g6f2FDx_DnGCpkNRF6mK1FCPf9vet46RPUKQ618Pcg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--00000000000049151a05d4dbdeba
Content-Type: text/plain; charset="UTF-8"

On Wed, Jan 5, 2022, 1:26 PM Mateusz Guzik <mjguzik@gmail.com> wrote:

> On 12/31/21, Warner Losh <imp@freebsd.org> wrote:
> > The branch main has been updated by imp:
> >
> > URL:
> >
> https://cgit.FreeBSD.org/src/commit/?id=5a73a6c178f65b91fe60e52e476a88137e40f0e4
> >
> > commit 5a73a6c178f65b91fe60e52e476a88137e40f0e4
> > Author:     Warner Losh <imp@FreeBSD.org>
> > AuthorDate: 2021-12-31 21:56:16 +0000
> > Commit:     Warner Losh <imp@FreeBSD.org>
> > CommitDate: 2021-12-31 21:56:16 +0000
> >
> >     Add lio back to NOTES
> >
> >     lio appears to be partially removed from this file. It's a modern
> > enough
> >     card, so add it back. It builds everywhere.
> >
>
> This breaks NOIP kernels:
>

NOIP kernels were already broken when I made this commit. I'll take a look
now that emaste committed fixes for those...

Warner

ld: error: undefined symbol: tcp_lro_flush_all
> >>> referenced by lio_droq.c
> >>>               lio_droq.o:(lio_droq_process_packets)
>
> ld: error: undefined symbol: tcp_lro_rx
> >>> referenced by lio_core.c
> >>>               lio_core.o:(lio_push_packet)
>
> ld: error: undefined symbol: tcp_lro_init
> >>> referenced by lio_main.c
> >>>               lio_main.o:(lio_attach)
>
> ld: error: undefined symbol: tcp_lro_free
> >>> referenced by lio_main.c
> >>>               lio_main.o:(lio_attach)
> >>> referenced by lio_main.c
> >>>               lio_main.o:(lio_destroy_nic_device)
>
> >     Sponsored by:           Netflix
> > ---
> >  sys/conf/NOTES | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/sys/conf/NOTES b/sys/conf/NOTES
> > index 65e088cfe7c9..eded586b4491 100644
> > --- a/sys/conf/NOTES
> > +++ b/sys/conf/NOTES
> > @@ -1931,6 +1931,7 @@ envvar          hint.fxp.0.prefer_iomap="0"
> >  device               gem             # Apple GMAC/Sun ERI/Sun GEM
> >  device               jme             # JMicron JMC250 Gigabit/JMC260
> Fast Ethernet
> >  device               lge             # Level 1 LXT1001 gigabit Ethernet
> > +device               lio             # Support for Cavium 23XX Ethernet
> adapters
> >  device               mlxfw           # Mellanox firmware update module
> >  device               mlx5            # Shared code module between IB
> and Ethernet
> >  device               mlx5en          # Mellanox ConnectX-4 and
> ConnectX-4 LX
> >
>
>
> --
> Mateusz Guzik <mjguzik gmail.com>
>

--00000000000049151a05d4dbdeba
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto"><div><br><br><div class=3D"gmail_quote"><div dir=3D"ltr" =
class=3D"gmail_attr">On Wed, Jan 5, 2022, 1:26 PM Mateusz Guzik &lt;<a href=
=3D"mailto:mjguzik@gmail.com">mjguzik@gmail.com</a>&gt; wrote:<br></div><bl=
ockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #=
ccc solid;padding-left:1ex">On 12/31/21, Warner Losh &lt;<a href=3D"mailto:=
imp@freebsd.org" target=3D"_blank" rel=3D"noreferrer">imp@freebsd.org</a>&g=
t; wrote:<br>
&gt; The branch main has been updated by imp:<br>
&gt;<br>
&gt; URL:<br>
&gt; <a href=3D"https://cgit.FreeBSD.org/src/commit/?id=3D5a73a6c178f65b91f=
e60e52e476a88137e40f0e4" rel=3D"noreferrer noreferrer" target=3D"_blank">ht=
tps://cgit.FreeBSD.org/src/commit/?id=3D5a73a6c178f65b91fe60e52e476a88137e4=
0f0e4</a><br>
&gt;<br>
&gt; commit 5a73a6c178f65b91fe60e52e476a88137e40f0e4<br>
&gt; Author:=C2=A0 =C2=A0 =C2=A0Warner Losh &lt;imp@FreeBSD.org&gt;<br>
&gt; AuthorDate: 2021-12-31 21:56:16 +0000<br>
&gt; Commit:=C2=A0 =C2=A0 =C2=A0Warner Losh &lt;imp@FreeBSD.org&gt;<br>
&gt; CommitDate: 2021-12-31 21:56:16 +0000<br>
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0Add lio back to NOTES<br>
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0lio appears to be partially removed from this file.=
 It&#39;s a modern<br>
&gt; enough<br>
&gt;=C2=A0 =C2=A0 =C2=A0card, so add it back. It builds everywhere.<br>
&gt;<br>
<br>
This breaks NOIP kernels:<br></blockquote></div></div><div dir=3D"auto"><br=
></div><div dir=3D"auto">NOIP kernels were already broken when I made this =
commit. I&#39;ll take a look now that emaste committed fixes for those...</=
div><div dir=3D"auto"><br></div><div dir=3D"auto">Warner=C2=A0</div><div di=
r=3D"auto"><br></div><div dir=3D"auto"><div class=3D"gmail_quote"><blockquo=
te class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc so=
lid;padding-left:1ex">
ld: error: undefined symbol: tcp_lro_flush_all<br>
&gt;&gt;&gt; referenced by lio_droq.c<br>
&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lio_droq=
.o:(lio_droq_process_packets)<br>
<br>
ld: error: undefined symbol: tcp_lro_rx<br>
&gt;&gt;&gt; referenced by lio_core.c<br>
&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lio_core=
.o:(lio_push_packet)<br>
<br>
ld: error: undefined symbol: tcp_lro_init<br>
&gt;&gt;&gt; referenced by lio_main.c<br>
&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lio_main=
.o:(lio_attach)<br>
<br>
ld: error: undefined symbol: tcp_lro_free<br>
&gt;&gt;&gt; referenced by lio_main.c<br>
&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lio_main=
.o:(lio_attach)<br>
&gt;&gt;&gt; referenced by lio_main.c<br>
&gt;&gt;&gt;=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lio_main=
.o:(lio_destroy_nic_device)<br>
<br>
&gt;=C2=A0 =C2=A0 =C2=A0Sponsored by:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0Netflix<br>
&gt; ---<br>
&gt;=C2=A0 sys/conf/NOTES | 1 +<br>
&gt;=C2=A0 1 file changed, 1 insertion(+)<br>
&gt;<br>
&gt; diff --git a/sys/conf/NOTES b/sys/conf/NOTES<br>
&gt; index 65e088cfe7c9..eded586b4491 100644<br>
&gt; --- a/sys/conf/NOTES<br>
&gt; +++ b/sys/conf/NOTES<br>
&gt; @@ -1931,6 +1931,7 @@ envvar=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 hint.fx=
p.0.prefer_iomap=3D&quot;0&quot;<br>
&gt;=C2=A0 device=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0gem=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# Apple GMAC/Sun ERI/Sun GE=
M<br>
&gt;=C2=A0 device=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0jme=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# JMicron JMC250 Gigabit/JM=
C260 Fast Ethernet<br>
&gt;=C2=A0 device=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lge=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# Level 1 LXT1001 gigabit E=
thernet<br>
&gt; +device=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0lio=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# Support for Cavium 23XX Ethe=
rnet adapters<br>
&gt;=C2=A0 device=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0mlx=
fw=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# Mellanox firmware update modul=
e<br>
&gt;=C2=A0 device=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0mlx=
5=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Shared code module between IB =
and Ethernet<br>
&gt;=C2=A0 device=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0mlx=
5en=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # Mellanox ConnectX-4 and ConnectX-4 =
LX<br>
&gt;<br>
<br>
<br>
-- <br>
Mateusz Guzik &lt;mjguzik <a href=3D"http://gmail.com" rel=3D"noreferrer no=
referrer" target=3D"_blank">gmail.com</a>&gt;<br>
</blockquote></div></div></div>

--00000000000049151a05d4dbdeba--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfpYRxdgaxVbc1xEozy7w8tbSMNYmXJTGE3veuO2VAOasQ>