<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2020-05-26T22:41:12Z</updated>
<entry>
<title>MF11: r361467-361468,361534</title>
<updated>2020-05-26T22:41:12Z</updated>
<author>
<name>Marcin Wojtas</name>
<email>mw@FreeBSD.org</email>
</author>
<published>2020-05-26T22:41:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=48d7e753a7b42e782f7578914f383cd9bf2df28f'/>
<id>urn:sha1:48d7e753a7b42e782f7578914f383cd9bf2df28f</id>
<content type='text'>
This patch upgrades the ENA driver to version 2.2.0.

Approved by: re (gjb)
Sponsored by: Amazon, Inc.
</content>
</entry>
<entry>
<title>MFC r360071-r360072: force -fcommon for parts of kernel/kmods that need</title>
<updated>2020-04-30T13:48:58Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-04-30T13:48:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=475d5bc48ff92458995c27aea4f5eb3f25c94341'/>
<id>urn:sha1:475d5bc48ff92458995c27aea4f5eb3f25c94341</id>
<content type='text'>
Note that this isn't a 1:1 MFC, as a couple more instances needed to be
patched to force -fcommon in the face of a compiler that defaulted to
-fno-common.

r360071:
Allow kernel modules to build with a compiler that defaults to -fno-common

This uses the same approach as r359691.

r360072:
More fixes to build the kernel with a compiler that defaults to -fno-common

Using the same approach as the last commit for the files used by genassym.sh.
</content>
</entry>
<entry>
<title>MFC r359100:</title>
<updated>2020-04-01T22:44:26Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-04-01T22:44:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c6d4d2fbdd5b89112757ee4224dbf4519653b8ea'/>
<id>urn:sha1:c6d4d2fbdd5b89112757ee4224dbf4519653b8ea</id>
<content type='text'>
mlx5: Restore eswitch management code from attic.
</content>
</entry>
<entry>
<title>MFC r359185:</title>
<updated>2020-03-27T22:13:39Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2020-03-27T22:13:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6763a1eeb8d4407e19df221a321ce2a122894618'/>
<id>urn:sha1:6763a1eeb8d4407e19df221a321ce2a122894618</id>
<content type='text'>
Introduce LINUXKPI_GENSRCS.

For MFC, pci_iov_if.h is excluded from the list.  It will be readded
when linuxkpi support for SRIOV is merged.

Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>MFC r357874:</title>
<updated>2020-02-18T18:13:08Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-02-18T18:13:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22b0d2d964d299b39f439997437b92e6c41af727'/>
<id>urn:sha1:22b0d2d964d299b39f439997437b92e6c41af727</id>
<content type='text'>
Merge r357872 from the clang1000-import branch:

Disable new clang 10.0.0 warnings about misleading indentation in ce(4)
and cp(4).

These are false positives, since some of the driver source has been
deliberately obfuscated.
</content>
</entry>
<entry>
<title>MFC r352981:</title>
<updated>2019-10-07T09:40:57Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2019-10-07T09:40:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fdcd059fb5372f08bfdc15f7bc59805c6a0cdaa'/>
<id>urn:sha1:9fdcd059fb5372f08bfdc15f7bc59805c6a0cdaa</id>
<content type='text'>
Import Linux code to query/set buffer state in mlx5en(4).

Submitted by:	kib@
Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>MFC r352972:</title>
<updated>2019-10-07T09:15:47Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2019-10-07T09:15:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=368fec74b454cdd0f35ffc94392a2b356be4c583'/>
<id>urn:sha1:368fec74b454cdd0f35ffc94392a2b356be4c583</id>
<content type='text'>
Remove no longer needed fwdump register tables from mlx5core.

Submitted by:	kib@
Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>MFC r352962:</title>
<updated>2019-10-07T08:47:08Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2019-10-07T08:47:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e9f98221280fca49ba353b589dd18278f760216d'/>
<id>urn:sha1:e9f98221280fca49ba353b589dd18278f760216d</id>
<content type='text'>
Add support for Multi-Physical Function Switch, MPFS, in mlx5en.

MPFS is a logical switch in the Mellanox device which forward packets
based on a hardware driven L2 address table, to one or more physical-
or virtual- functions. The physical- or virtual- function is required
to tell the MPFS by using the MPFS firmware commands, which unicast
MAC addresses it is requesting from the physical port's traffic.
Broadcast and multicast traffic however, is copied to all listening
physical- and virtual- functions and does not need a rule in the MPFS
switching table.

Linux commit:	eeb66cdb682678bfd1f02a4547e3649b38ffea7e
Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>MFC: r351429, r351430, r351485, r351497, r351498</title>
<updated>2019-09-07T20:01:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2019-09-07T20:01:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=854e2d2e65bd346fcd061641d136aef3cc9885ec'/>
<id>urn:sha1:854e2d2e65bd346fcd061641d136aef3cc9885ec</id>
<content type='text'>
All changes related to disabling Werror on stable/11
to ease MFCs now that we've disabled them in head.
</content>
</entry>
<entry>
<title>MFC r349005:</title>
<updated>2019-09-05T20:39:13Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2019-09-05T20:39:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=19b9a8ceb1408ee0a418c627bb586808d02550b9'/>
<id>urn:sha1:19b9a8ceb1408ee0a418c627bb586808d02550b9</id>
<content type='text'>
  Don't delete .depend files outside of cleandepend.
</content>
</entry>
</feed>
