<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/packages/linux-kernel/patches/ixgbe, branch 1.4.0</title>
<subtitle>VyOS image build scripts (mirror of https://github.com/vyos/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-build.git/atom?h=1.4.0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=1.4.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2024-04-29T19:22:03+00:00</updated>
<entry>
<title>ixgbe: T6162: Add 1000BASE-BX support</title>
<updated>2024-04-29T19:22:03+00:00</updated>
<author>
<name>Ernesto Castellotti</name>
<email>ernesto@castellotti.net</email>
</author>
<published>2024-03-23T12:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=eadb87155306c5c8e0847ac68eb835e9bda9dc92'/>
<id>urn:sha1:eadb87155306c5c8e0847ac68eb835e9bda9dc92</id>
<content type='text'>
The ixgbe driver did not support the 1000BASE-BX standard so for example FS.com
SFP-GE-BX 1310/1490nm 10km transceiver received an unsupported module error even
with allow_unsupported_sfp enabled.

To solve this problem I created a patch that was accepted by Linux upstream
(https://github.com/torvalds/linux/commit/1b43e0d20f2d007ec4c124b0deaa848ff8d61f4a)
so starting from kernel 6.9 the ixgbe driver will have 1000BASE-BX support,
however VyOS uses the out of tree driver so it is necessary to backport the patch.

(cherry picked from commit a44647f0982f2a6b7a78af80f82e1c650ab0b11e)
</content>
</entry>
<entry>
<title>ixgbe: T6155: always enable allow_unsupported_sfp even if module_param_array is undefined</title>
<updated>2024-03-23T08:20:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-03-23T08:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=6ba7c507620e7616559727a5874c783f7a5fc627'/>
<id>urn:sha1:6ba7c507620e7616559727a5874c783f7a5fc627</id>
<content type='text'>
This extends an else path with the logic from commit ea7d59a4b ("ixgbe: T6155:
always enable allow_unsupported_sfp for all NICs by default")

(cherry picked from commit 70ac747b2889757e35ac2a90fd77cda9d4b97ebd)
</content>
</entry>
<entry>
<title>ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by default</title>
<updated>2024-03-22T07:55:45+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-03-22T07:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=de05477c120bc9a845baad2c516ef4ed87f59ff1'/>
<id>urn:sha1:de05477c120bc9a845baad2c516ef4ed87f59ff1</id>
<content type='text'>
In-tree vs. Out-Of-Tree drivers differ in the way how unsupported transceivers
are defined (uint vs array of int) for the Kernel module parameters.

This results in:

kernel: ixgbe 0000:5e:00.0: failed to initialize because an unsupported SFP+ module type was detected.
kernel: ixgbe 0000:5e:00.0: Reload the driver after installing a supported module.
kernel: ixgbe 0000:5e:00.0: removed PHC on eth6

This patch always enables unsupported SFP+ modules as wo do anyway from
the userspace but only for the first port.

(cherry picked from commit ea7d59a4bf64a854be04ccf7566e1cf95d4e09a8)
</content>
</entry>
</feed>
