<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/packages/linux-kernel/patches/ixgbe, branch kernel-6-6-47</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=kernel-6-6-47</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=kernel-6-6-47'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2024-03-23T12:30:35+00:00</updated>
<entry>
<title>ixgbe: T6162: Add 1000BASE-BX support</title>
<updated>2024-03-23T12:30:35+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=a44647f0982f2a6b7a78af80f82e1c650ab0b11e'/>
<id>urn:sha1:a44647f0982f2a6b7a78af80f82e1c650ab0b11e</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.
</content>
</entry>
<entry>
<title>ixgbe: T6155: always enable allow_unsupported_sfp even if module_param_array is undefined</title>
<updated>2024-03-23T08:18:59+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=70ac747b2889757e35ac2a90fd77cda9d4b97ebd'/>
<id>urn:sha1:70ac747b2889757e35ac2a90fd77cda9d4b97ebd</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")
</content>
</entry>
<entry>
<title>ixgbe: T6155: always enable allow_unsupported_sfp for all NICs by default</title>
<updated>2024-03-22T07:54:25+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=ea7d59a4bf64a854be04ccf7566e1cf95d4e09a8'/>
<id>urn:sha1:ea7d59a4bf64a854be04ccf7566e1cf95d4e09a8</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.
</content>
</entry>
</feed>
