<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/Documentation/networking/netdev-FAQ.rst, branch 0x221E-v0.0-v7.0</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=0x221E-v0.0-v7.0</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=0x221E-v0.0-v7.0'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2022-03-31T08:49:39Z</updated>
<entry>
<title>docs: netdev: move the netdev-FAQ to the process pages</title>
<updated>2022-03-31T08:49:39Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:25:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8df0136376dc9227a45fd6a1420016f58792b5d0'/>
<id>urn:sha1:8df0136376dc9227a45fd6a1420016f58792b5d0</id>
<content type='text'>
The documentation for the tip tree is really in quite a similar
spirit to the netdev-FAQ. Move the netdev-FAQ to the process docs
as well.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: broaden the new vs old code formatting guidelines</title>
<updated>2022-03-31T08:49:39Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:25:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=08767a26f095909423f963c864f15db50c0ce9a7'/>
<id>urn:sha1:08767a26f095909423f963c864f15db50c0ce9a7</id>
<content type='text'>
Convert the "should I use new or old comment formatting" to cover
all formatting. This makes the question itself shorter.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: call out the merge window in tag checking</title>
<updated>2022-03-31T08:49:39Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:25:03Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=99eba4e5cbd462db47dcb949af6d5474acdac953'/>
<id>urn:sha1:99eba4e5cbd462db47dcb949af6d5474acdac953</id>
<content type='text'>
Add the most important case to the question about "where are we
in the cycle" - the case of net-next being closed.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: add missing back ticks</title>
<updated>2022-03-31T08:49:39Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:25:02Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a300597318771f889136db36f9f0dcfd26b84f18'/>
<id>urn:sha1:a300597318771f889136db36f9f0dcfd26b84f18</id>
<content type='text'>
I think double back ticks are more correct. Add where they are missing.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: make the testing requirement more stringent</title>
<updated>2022-03-31T08:49:39Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:25:01Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3eca381457ca58fbde16f827ddfaaecde3d61127'/>
<id>urn:sha1:3eca381457ca58fbde16f827ddfaaecde3d61127</id>
<content type='text'>
These days we often ask for selftests so let's update our
testing requirements.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: add a question about re-posting frequency</title>
<updated>2022-03-31T08:49:39Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:25:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b8ba106378a058711d8abd0889351ff9c81850c1'/>
<id>urn:sha1:b8ba106378a058711d8abd0889351ff9c81850c1</id>
<content type='text'>
We have to tell people to stop reposting to often lately,
or not to repost while the discussion is ongoing.
Document this.

Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: rephrase the 'should I update patchwork' question</title>
<updated>2022-03-31T08:49:38Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:24:59Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=724c1a7443c5ccb7cda9bfb5ccab84bcece2c50c'/>
<id>urn:sha1:724c1a7443c5ccb7cda9bfb5ccab84bcece2c50c</id>
<content type='text'>
Make the question shorter and adjust the start of the answer accordingly.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: rephrase the 'Under review' question</title>
<updated>2022-03-31T08:49:38Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:24:58Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8f785c1bb84f7c8ca07c408dc96e8d8358b02bb3'/>
<id>urn:sha1:8f785c1bb84f7c8ca07c408dc96e8d8358b02bb3</id>
<content type='text'>
The semantics of "Under review" have shifted. Reword the question
about it a bit and focus it on the response time.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: shorten the name and mention msgid for patch status</title>
<updated>2022-03-31T08:49:38Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:24:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5d84921ac750d2b2e42c7102890b978cb2c2729e'/>
<id>urn:sha1:5d84921ac750d2b2e42c7102890b978cb2c2729e</id>
<content type='text'>
Cut down the length of the question so it renders better in docs.
Mention that Message-ID can be used to search patchwork.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
<entry>
<title>docs: netdev: note that RFC postings are allowed any time</title>
<updated>2022-03-31T08:49:38Z</updated>
<author>
<name>Jakub Kicinski</name>
<email>kuba@kernel.org</email>
</author>
<published>2022-03-30T04:24:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0e242e3fb7a7f6c120195c5a57faf78a321dbf65'/>
<id>urn:sha1:0e242e3fb7a7f6c120195c5a57faf78a321dbf65</id>
<content type='text'>
Document that RFCs are allowed during the merge window.

Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;
Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
</feed>
