<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/interfaces/ethernet.rst, branch rolling</title>
<subtitle>VyOS readthedocs (mirror of https://github.com/vyos/vyos-documentation.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-05-06T17:42:32+00:00</updated>
<entry>
<title>feat: flip swap mechanism — MD as primary, RST as override (Phase 1)</title>
<updated>2026-05-06T17:42:32+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-06T17:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=5d6fa52b8985f8068314aba26878a1d7d5cb84e5'/>
<id>urn:sha1:5d6fa52b8985f8068314aba26878a1d7d5cb84e5</id>
<content type='text'>
This is the first of three phases inverting the per-page swap mechanism
so MD becomes the canonical primary and RST becomes the rare override.

Phase 1 — file renames + conf.py exclude_patterns flip only:
- Rename docs/**/md-&lt;stem&gt;.md to docs/**/&lt;stem&gt;.md (drop md- prefix)
  for all 254 stems previously listed in docs/_swap.txt
- Rename docs/**/&lt;stem&gt;.rst to docs/**/rst-&lt;stem&gt;.rst (add rst- prefix)
  for the same 254 stems
- Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty
  comment-only since no pages need the RST fallback right now
- conf.py exclude_patterns flipped: rst-*.rst is now excluded by default
  instead of md-*.md
- conf.py runtime-artifact references updated to _rst_override_state.json
  and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce
  these names; for now no swap script runs because overrides list is empty)

Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py
with inverted rename direction, delete scripts/import_myst.py + tests, and
update tests/test_swap_sources.py for the new semantics.

Phase 3 will be the cleanup pass and ready-for-review flip.

Generated by robots https://vyos.io
</content>
</entry>
<entry>
<title>DOC: Proofreading ethernet.rst (#1740)</title>
<updated>2026-02-16T12:13:04+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-02-16T12:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=eb85660173a3a0b0e3dcd63221ec104471948958'/>
<id>urn:sha1:eb85660173a3a0b0e3dcd63221ec104471948958</id>
<content type='text'>
* DOC: Proofreading ethernet.rst

* doc: indentation configuration

* Apply suggestions from code review

Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;

* Remove mentions of Metro Ethernet

---------

Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title>ethtool: T7730: Add configuration coalesce for interface (#1728)</title>
<updated>2026-02-05T15:45:22+00:00</updated>
<author>
<name>Alexandr K.</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2026-02-05T15:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=b2209e913459738cba31bfe62e8022641a2f3fba'/>
<id>urn:sha1:b2209e913459738cba31bfe62e8022641a2f3fba</id>
<content type='text'>
This change introduces CLI support for configuring network interface
interrupt coalescing parameters.</content>
</entry>
<entry>
<title>T6944: adds documentation for switchdev mode</title>
<updated>2024-12-13T13:03:23+00:00</updated>
<author>
<name>Nicolas Vollmar</name>
<email>nvo@scaling.ch</email>
</author>
<published>2024-12-13T13:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f5e77e28658afc19bf4b20e216513db372ac14e3'/>
<id>urn:sha1:f5e77e28658afc19bf4b20e216513db372ac14e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T2891: add documentation for ring-buffer option</title>
<updated>2024-06-26T09:01:57+00:00</updated>
<author>
<name>Nicolas Vollmar</name>
<email>nvo@scaling.ch</email>
</author>
<published>2024-06-26T08:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d160ef08f6f2952a93bfb058f86d193c80fee4b8'/>
<id>urn:sha1:d160ef08f6f2952a93bfb058f86d193c80fee4b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>evpn: T6306: add multihoming documentation</title>
<updated>2024-05-11T12:34:49+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-11T12:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=0ac48851041f43656e08988b2d33fe8eb93da28f'/>
<id>urn:sha1:0ac48851041f43656e08988b2d33fe8eb93da28f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ethernet: Add details about LRO/GRO</title>
<updated>2024-04-18T06:47:57+00:00</updated>
<author>
<name>Matthew Kobayashi</name>
<email>matthew@kobayashi.au</email>
</author>
<published>2024-04-18T06:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=0130485ced95e2d79ae27b77d8a5591469cfec46'/>
<id>urn:sha1:0130485ced95e2d79ae27b77d8a5591469cfec46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interface mirror options are changed.</title>
<updated>2023-07-19T08:38:46+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2023-07-19T08:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=c7d52cf762def52fecf9d1ec08dff61032dabd86'/>
<id>urn:sha1:c7d52cf762def52fecf9d1ec08dff61032dabd86</id>
<content type='text'>
two paragraphs are defined about the mirror option, removed the paragraph
having the older cli structure.
</content>
</entry>
<entry>
<title>T5286: remove XDP from documentation - feature wil be superseeded by VPP</title>
<updated>2023-06-12T18:13:11+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-06-12T18:13:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=9d2bb52db8e0490e3d856821180ffb777d80dd7a'/>
<id>urn:sha1:9d2bb52db8e0490e3d856821180ffb777d80dd7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ethernet: add note about vmxnet3 and tso/lro</title>
<updated>2023-03-24T06:25:49+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-24T06:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=676d65251934713eb9096a22ed78ddde9bda96a3'/>
<id>urn:sha1:676d65251934713eb9096a22ed78ddde9bda96a3</id>
<content type='text'>
</content>
</entry>
</feed>
