<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/mlx5, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-09-08T08:17:26Z</updated>
<entry>
<title>mlx5en(4): Correct a typo in a kernel error message</title>
<updated>2022-09-08T08:17:26Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-09-03T17:29:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f428f5201d27ad3b8df99314a4681aca407744d7'/>
<id>urn:sha1:f428f5201d27ad3b8df99314a4681aca407744d7</id>
<content type='text'>
- s/ouput/output

(cherry picked from commit e1a40dd29427af594a733fcad7553145b4f5a7a7)
</content>
</entry>
<entry>
<title>Fix unused variable warning in mlx5_fs_tree.c</title>
<updated>2022-07-27T19:21:13Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2022-07-24T22:09:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8411ec0f213d20a4e6a72a2694190ea4bd3fff73'/>
<id>urn:sha1:8411ec0f213d20a4e6a72a2694190ea4bd3fff73</id>
<content type='text'>
With clang 15, the following -Werror warning is produced:

    sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c:1408:15: error: variable 'candidate_group_num' set but not used [-Werror,-Wunused-but-set-variable]
            unsigned int candidate_group_num = 0;
                         ^

The 'candidate_group_num' variable appears to have been a debugging aid
that has never been used for anything, so remove it.

MFC after:	3 days

(cherry picked from commit 6332ad8673fb108dcb8af0aaa42d75ea845748d7)
</content>
</entry>
<entry>
<title>mlx5en(4): Fix a few typos in source code comments</title>
<updated>2022-04-02T13:36:49Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2022-03-27T15:59:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f012ca3915833306ecbb61a3681a4da5ea07ff26'/>
<id>urn:sha1:f012ca3915833306ecbb61a3681a4da5ea07ff26</id>
<content type='text'>
- s/persistant/persistent/

(cherry picked from commit 4a87beeccb04430a154da19721e1c4715e9ddd31)
</content>
</entry>
<entry>
<title>Fix typo on "Celsius"</title>
<updated>2021-12-06T15:54:09Z</updated>
<author>
<name>Elyes HAOUAS</name>
<email>ehaouas@noos.fr</email>
</author>
<published>2021-10-06T15:32:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f930960ab8878e2d0149b770f99b09dda057c4e'/>
<id>urn:sha1:5f930960ab8878e2d0149b770f99b09dda057c4e</id>
<content type='text'>
"Celcius" --&gt; "Celsius"

Signed-off-by: Elyes HAOUAS &lt;ehaouas@noos.fr&gt;
Pull Request: https://github.com/freebsd/freebsd-src/pull/551/files
(cherry picked from commit 9097ac9af4144187d080cf6c796c50d777e517b1)
</content>
</entry>
<entry>
<title>mlx5_en: fix use of CALLOUT_DIRECT</title>
<updated>2021-10-12T07:01:11Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>konstantinb@nvidia.com</email>
</author>
<published>2021-09-08T15:37:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8a9dbed52515b7288d27a2f5f646b414c114be5'/>
<id>urn:sha1:a8a9dbed52515b7288d27a2f5f646b414c114be5</id>
<content type='text'>
(cherry picked from commit 0eb2dcd32ea6fb59661d709872e02ea6b3e7b9e2)
</content>
</entry>
<entry>
<title>MFC 064009e79462:</title>
<updated>2021-02-01T09:27:01Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2021-01-25T10:22:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=918b98a061293dba0efd3ba6524ca6a4a0ef1d2e'/>
<id>urn:sha1:918b98a061293dba0efd3ba6524ca6a4a0ef1d2e</id>
<content type='text'>
Add support for enabling and disabling IFCAP_VLAN_HWTSO via
ifconfig(8) in mlx5en(4).

Sponsored by:	Mellanox Technologies // NVIDIA Networking

(cherry picked from commit 064009e79462dea517aa7f1a857fb4d5393caa69)
</content>
</entry>
<entry>
<title>MFC 9a47ae044b48:</title>
<updated>2021-01-22T12:27:46Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2021-01-08T10:45:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1e64a0921c792ab6a4461c88a572c022f2a5af1'/>
<id>urn:sha1:e1e64a0921c792ab6a4461c88a572c022f2a5af1</id>
<content type='text'>
Bump driver versions for mlx5en(4) and mlx4en(4).

Sponsored by: Mellanox Technologies // NVIDIA Networking
</content>
</entry>
<entry>
<title>MFC daa150aaa30f:</title>
<updated>2021-01-22T12:19:14Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2021-01-08T10:52:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bad1f09303263dec6eb29ae741a5489cdca086dc'/>
<id>urn:sha1:bad1f09303263dec6eb29ae741a5489cdca086dc</id>
<content type='text'>
Properly handle case where firmware dump returns more registers on second pass
in mlx5core.

Sponsored by: Mellanox Technologies // NVIDIA Networking
</content>
</entry>
<entry>
<title>MFC a00718e1dfcd:</title>
<updated>2021-01-22T12:19:13Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2021-01-08T11:12:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2fadd4c723dc38eaa0606d69c4e59d554b4d7def'/>
<id>urn:sha1:2fadd4c723dc38eaa0606d69c4e59d554b4d7def</id>
<content type='text'>
Implement SIOCGIFRSSKEY and SIOCGIFRSSHASH and mlx5en(4).

Sponsored by: Mellanox Technologies // NVIDIA Networking
</content>
</entry>
<entry>
<title>MFC 89c0b4fa1172:</title>
<updated>2021-01-22T12:12:19Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2021-01-08T11:21:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f6a79d4561a17b92beff5011f2e3227d26ec4495'/>
<id>urn:sha1:f6a79d4561a17b92beff5011f2e3227d26ec4495</id>
<content type='text'>
Bump some copyrights in mlx5en(4).

Sponsored by: Mellanox Technologies // NVIDIA Networking
</content>
</entry>
</feed>
