<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/ofed, branch releng/11.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-06-14T20:58:05Z</updated>
<entry>
<title>Fix bug in iwcm that caused a panic in iw_cm_wq when krping is run</title>
<updated>2016-06-14T20:58:05Z</updated>
<author>
<name>Navdeep Parhar</name>
<email>np@FreeBSD.org</email>
</author>
<published>2016-06-14T20:58:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e2d05841ef2d8e21e8631fbd41aff1380be45e5'/>
<id>urn:sha1:9e2d05841ef2d8e21e8631fbd41aff1380be45e5</id>
<content type='text'>
repeatedly in a tight loop.

Approved by:	re (gjb@)
Obtained from:	hselasky@ (part of larger changes in D5791)
</content>
</entry>
<entry>
<title>net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash properties</title>
<updated>2016-06-07T04:51:50Z</updated>
<author>
<name>Sepherosa Ziehau</name>
<email>sephe@FreeBSD.org</email>
</author>
<published>2016-06-07T04:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=36ad8372d499c26f47569da1e76b358d225d969f'/>
<id>urn:sha1:36ad8372d499c26f47569da1e76b358d225d969f</id>
<content type='text'>
Reviewed by:	hps, erj, tuexen
Sponsored by:	Microsoft OSTC
Differential Revision:	https://reviews.freebsd.org/D6688
</content>
</entry>
<entry>
<title>Fix up the Infiniband code to handle the new arpresolve.</title>
<updated>2016-06-02T20:53:43Z</updated>
<author>
<name>George V. Neville-Neil</name>
<email>gnn@FreeBSD.org</email>
</author>
<published>2016-06-02T20:53:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd9e88e0f9895a506ebf13c46bb0acda7805dd86'/>
<id>urn:sha1:fd9e88e0f9895a506ebf13c46bb0acda7805dd86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare for activation of LinuxKPI module parameters as read-only</title>
<updated>2016-05-25T12:03:21Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-05-25T12:03:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa201e28fc1accfed6bbf97bc3f20f067258344b'/>
<id>urn:sha1:fa201e28fc1accfed6bbf97bc3f20f067258344b</id>
<content type='text'>
tunable SYSCTL's. Linux module parameters are associated with the
module they belong to. FreeBSD does not share this concept of a parent
module. Instead add macros which define the prefix to use for the
module parameters in the LinuxKPI consumers.

While at it convert all "bool" LinuxKPI module parameters to "byte"
type, because we don't have a "bool" type of SYSCTL in FreeBSD.

Sponsored by:	Mellanox Technologies
MFC after:	1 week
</content>
</entry>
<entry>
<title>Don't repeat the the word 'the'</title>
<updated>2016-05-17T12:52:31Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2016-05-17T12:52:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cef367e6a15b6e3e2aca88d453c74962cf1f94e7'/>
<id>urn:sha1:cef367e6a15b6e3e2aca88d453c74962cf1f94e7</id>
<content type='text'>
(one manual change to fix grammar)

Confirmed With: db
Approved by: secteam (not really, but this is a comment typo fix)
</content>
</entry>
<entry>
<title>sys/ofed: minor spelling fix.</title>
<updated>2016-05-06T15:37:06Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-05-06T15:37:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5a274d0d43c82148fbc4a7096196d6b5ba9fed3'/>
<id>urn:sha1:a5a274d0d43c82148fbc4a7096196d6b5ba9fed3</id>
<content type='text'>
No functional change.

Reviewed by:	hselasky
</content>
</entry>
<entry>
<title>ofed/drivers: minor spelling fixes.</title>
<updated>2016-05-06T15:16:13Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-05-06T15:16:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bf5cba36db43730f853cbc599fcf7a2a5a6740e2'/>
<id>urn:sha1:bf5cba36db43730f853cbc599fcf7a2a5a6740e2</id>
<content type='text'>
No functional change.

Reviewed by:	hselasky
</content>
</entry>
<entry>
<title>Fix NOIP kernels to compile.</title>
<updated>2016-04-24T15:56:05Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2016-04-24T15:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77eab110a97d5f024083ec19c22f4b92f097c094'/>
<id>urn:sha1:77eab110a97d5f024083ec19c22f4b92f097c094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More fixes for using IPv6 addresses with RDMA:</title>
<updated>2016-04-22T18:16:12Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-04-22T18:16:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0bab509b948e13c9c3635c352455087adf09cc55'/>
<id>urn:sha1:0bab509b948e13c9c3635c352455087adf09cc55</id>
<content type='text'>
- Added check that the SCOPE ID is only restored for IPv6 linklocal
  addresses.

- Changes made by r237263 in the "cma_bind_addr()" function did not
  check if the socket address was of type IPv6 and used the IPv4
  socket address for IPv6 addresses. This caused the function to
  fail. Fixed this.

- In the "rdma_gid2ip()" function and some other places the "sin6_len"
  and "sin6_scope_id" fields were not set for IPv6 socket
  addresses. Fixed this.

- The scope ID is not stored as part of the GID entries and must be
  passed as an argument to "rdma_gid2ip()".

- Added new method to "struct ib_device" which returns a pointer to
  the network interface which belongs to the given infiniband
  device. This is needed to be able to get the scope ID for IPv6
  addresses via the associated ethernet interface.

- Added convenience function, "rdma_get_ipv6_scope_id()", to get the
  scope ID for IPv6 addresses.

- Implemented new "get_netdev" method for mlx4ib. Other IB controller
  drivers which want to support IPv6 addresses needs to implement this
  aswell.

- Bumped the FreeBSD version due to changing "struct ib_device".

Sponsored by:	Mellanox Technologies
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add KASSERT() and set error code in dead code case to help static code</title>
<updated>2016-04-22T06:39:07Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-04-22T06:39:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3a74bf6d7a664dcdffb69f2a9ad9b17438e4cbc'/>
<id>urn:sha1:c3a74bf6d7a664dcdffb69f2a9ad9b17438e4cbc</id>
<content type='text'>
analysis tools.

Suggested by:	ngie@
Sponsored by:	Mellanox Technologies
MFC after:	1 week
</content>
</entry>
</feed>
