<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/neta, branch release/12.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-01-18T17:00:00Z</updated>
<entry>
<title>mvneta: Acquire the softc lock before clearing the MIB</title>
<updated>2021-01-18T17:00:00Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2021-01-09T15:03:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6181f2fcf6a40a5e2e4aaf3e62e965059ae0de3f'/>
<id>urn:sha1:6181f2fcf6a40a5e2e4aaf3e62e965059ae0de3f</id>
<content type='text'>
Reported by:	Andrei Martin &lt;andrei.cos.martin@gmail.com&gt;

(cherry picked from commit 109260d202fb64be6f2efcf243c25090c1f64420)
</content>
</entry>
<entry>
<title>mvneta: Fix 64-bit MIB reads</title>
<updated>2021-01-18T16:59:23Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2021-01-04T13:22:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3160b2d53b38224f39fc2a6d75dedde27dd9cc89'/>
<id>urn:sha1:3160b2d53b38224f39fc2a6d75dedde27dd9cc89</id>
<content type='text'>
It appears we must read MIB values as 2 4-byte words, lower address
first.  A single 8-byte MIB read returns the value with the lower 4
bytes copied into the upper 4 bytes, resulting in bogus byte counter
values.

Reviewed by:	mw
Sponsored by:	Rubicon Communications, LLC (Netgate)
Differential Revision:	https://reviews.freebsd.org/D27870

(cherry picked from commit caf552a607191ffc798e3edb697ae99d5b15711a)
</content>
</entry>
<entry>
<title>Disable the auto negotiation if the port is set to fixed-link.</title>
<updated>2018-08-14T18:58:16Z</updated>
<author>
<name>Luiz Otavio O Souza</name>
<email>loos@FreeBSD.org</email>
</author>
<published>2018-08-14T18:58:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e13a20dad7636a6953568929efdfd73338bf7373'/>
<id>urn:sha1:e13a20dad7636a6953568929efdfd73338bf7373</id>
<content type='text'>
Tested on SG-3100 (ARMADA38X) and Espresso.bin (A37x0).  Fixes the network
on espresso.bin.

Sponsored by:	Rubicon Communications, LLC (Netgate)
</content>
</entry>
<entry>
<title>Clean up OF_getprop_alloc API</title>
<updated>2018-04-08T22:59:34Z</updated>
<author>
<name>Oleksandr Tymoshenko</name>
<email>gonzo@FreeBSD.org</email>
</author>
<published>2018-04-08T22:59:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=217d17bcd3f525fbdf124cfbc926f8033da69805'/>
<id>urn:sha1:217d17bcd3f525fbdf124cfbc926f8033da69805</id>
<content type='text'>
OF_getprop_alloc takes element size argument and returns number of
elements in the property. There are valid use cases for such behavior
but mostly API consumers pass 1 as element size to get string
properties. What API users would expect from OF_getprop_alloc is to be
a combination of malloc + OF_getprop with the same semantic of return
value. This patch modifies API signature to match these expectations.

For the valid use cases with element size != 1 and to reduce
modification scope new OF_getprop_alloc_multi function has been
introduced that behaves the same way OF_getprop_alloc behaved prior to
this patch.

Reviewed by:	ian, manu
Differential Revision:	https://reviews.freebsd.org/D14850
</content>
</entry>
<entry>
<title>Make this compile if NO_SYSCTL_DESCR is defined.</title>
<updated>2017-09-28T19:57:46Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2017-09-28T19:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3bc4bd5edd3eed259639b233eecfb7e7ba6ab08e'/>
<id>urn:sha1:3bc4bd5edd3eed259639b233eecfb7e7ba6ab08e</id>
<content type='text'>
Defining a variable with the description and then only use it in the
SYSCTL declaration led to an unused variable warning. In the SYSCTL the
passed value is discarded using __DESCR.
</content>
</entry>
<entry>
<title>Fix gcc compilation issues in the mvneta driver</title>
<updated>2017-09-25T02:06:51Z</updated>
<author>
<name>Marcin Wojtas</name>
<email>mw@FreeBSD.org</email>
</author>
<published>2017-09-25T02:06:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40c2a6da0d84e840a212e3d01a17bfa846d0c13e'/>
<id>urn:sha1:40c2a6da0d84e840a212e3d01a17bfa846d0c13e</id>
<content type='text'>
Compiling mvneta driver with gcc unveiled two issues, that
required fixing.

Reported by: andrew
Obtained from: Semihalf
</content>
</entry>
<entry>
<title>Add support for Armada 3700 in the NETA driver</title>
<updated>2017-09-09T11:54:04Z</updated>
<author>
<name>Marcin Wojtas</name>
<email>mw@FreeBSD.org</email>
</author>
<published>2017-09-09T11:54:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e314ac07f40470fcc0c7137e8f2f6ce20907b774'/>
<id>urn:sha1:e314ac07f40470fcc0c7137e8f2f6ce20907b774</id>
<content type='text'>
This patch enables using NETA driver on Marvell Armada 3700 SoC
by introducing new compatible string, modifying clock source
obtaining and also excluding unnecessary parts.
The driver is added as a build option for arm64 platforms as well.

Submitted by: Patryk Duda &lt;pdk@semihalf.com&gt;
Obtained from: Semihalf
Sponsored by: Semihalf
Differential Revision: https://reviews.freebsd.org/D12258
</content>
</entry>
<entry>
<title>Store virtual address of buffer in mvneta_rx_ring</title>
<updated>2017-09-09T11:49:36Z</updated>
<author>
<name>Marcin Wojtas</name>
<email>mw@FreeBSD.org</email>
</author>
<published>2017-09-09T11:49:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e7843f1dd6649eecf1689b28a048985cf8b7b11c'/>
<id>urn:sha1:e7843f1dd6649eecf1689b28a048985cf8b7b11c</id>
<content type='text'>
Now the virtual address of received buffer is taken from a software ring.
Thanks to this, we can use the NETA driver on 64 bits architecture and
avoid 32-bit buf_cookie descriptor field limitation.

Submitted by: Patryk Duda &lt;pdk@semihalf.com&gt;
Obtained from: Semihalf
Sponsored by: Semihalf
Differential Revision: https://reviews.freebsd.org/D12257
</content>
</entry>
<entry>
<title>Allow the use of extended media types with if_mvneta, so it can report 2.5G</title>
<updated>2017-06-20T18:14:56Z</updated>
<author>
<name>Luiz Otavio O Souza</name>
<email>loos@FreeBSD.org</email>
</author>
<published>2017-06-20T18:14:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db79a5f9f68189f7058bc439bd44a95135438878'/>
<id>urn:sha1:db79a5f9f68189f7058bc439bd44a95135438878</id>
<content type='text'>
speeds properly.

While here remove a couple of stray white spaces.

Sponsored by:	Rubicon Communications, LLC (Netgate)
</content>
</entry>
<entry>
<title>Introduce Armada 38x/XP network controller support</title>
<updated>2017-06-13T18:46:29Z</updated>
<author>
<name>Zbigniew Bodek</name>
<email>zbb@FreeBSD.org</email>
</author>
<published>2017-06-13T18:46:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8d7fc4ac18dab14f3de19e42c90c59d8459e19b'/>
<id>urn:sha1:a8d7fc4ac18dab14f3de19e42c90c59d8459e19b</id>
<content type='text'>
This patch contains a new driver for the network unit of Marvell
Armada 38x/XP SoCs, called NETA. This support was thoroughly tested
and optimised in terms of stability and performance. Additional
hardware features, like Buffer Management (BM) or Parser and Classifier
(PnC) will be progressively supported as needed.

Submitted by: Fabien Thomas &lt;fabien.thomas@stormshield.eu&gt;
	      Arnaud Ysmal &lt;arnaud.ysmal@stormshield.eu&gt;
	      Zbigniew Bodek &lt;zbb@semihalf.com&gt;
	      Michal Mazur &lt;mkm@semihalf.com&gt;
	      Bartosz Szczepanek &lt;bsz@semihalf.com&gt;
	      Marcin Wojtas &lt;mw@semihalf.com&gt;

Obtained from:	Semihalf
Sponsored by:	Stormshield (main development)
		Netgate (cleanup and upstreaming)
Differential revision: https://reviews.freebsd.org/D10706
</content>
</entry>
</feed>
