docs: networking: document NAPIAdd basic documentation about NAPI. We can stop linking to the ancientdoc on the LF wiki.Link: https://lore.kernel.org/all/20230315223044.471002-1-kuba@kernel.org/
docs: networking: document NAPIAdd basic documentation about NAPI. We can stop linking to the ancientdoc on the LF wiki.Link: https://lore.kernel.org/all/20230315223044.471002-1-kuba@kernel.org/Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com>Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> # for ctucanfd-driver.rstReviewed-by: Tony Nguyen <anthony.l.nguyen@intel.com>Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>Reviewed-by: Stephen Hemminger <stephen@networkplumber.org>Reviewed-by: Randy Dunlap <rdunlap@infradead.org>Link: https://lore.kernel.org/r/20230322053848.198452-1-kuba@kernel.orgSigned-off-by: Jakub Kicinski <kuba@kernel.org>
show more ...
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Jonathan Corbet
Documentation: networking: correct spellingCorrect spelling problems for Documentation/networking/ as reportedby codespell.Signed-off-by: Randy Dunlap <rdunlap@infradead.org>Cc: Jonathan Corbet <corbet@lwn.net>Cc: linux-doc@vger.kernel.orgCc: Jiri Pirko <jiri@nvidia.com>Cc: "David S. Miller" <davem@davemloft.net>Cc: Eric Dumazet <edumazet@google.com>Cc: Jakub Kicinski <kuba@kernel.org>Cc: Paolo Abeni <pabeni@redhat.com>Cc: netdev@vger.kernel.orgLink: https://lore.kernel.org/r/20230129231053.20863-5-rdunlap@infradead.orgSigned-off-by: Paolo Abeni <pabeni@redhat.com>
docs: ctucanfd: Use 'kernel-figure' directive instead of 'figure'Two issues were observed in the ReST doc added by commit c3a0addefbde("docs: ctucanfd: CTU CAN FD open-source IP core documentation
docs: ctucanfd: Use 'kernel-figure' directive instead of 'figure'Two issues were observed in the ReST doc added by commit c3a0addefbde("docs: ctucanfd: CTU CAN FD open-source IP core documentation.")with Sphinx versions 2.4.4 and 4.5.0.The plain "figure" directive broke "make pdfdocs" due to a missingPDF figure. For conversion of SVG -> PDF to work, the "kernel-figure"directive, which is an extension for kernel documentation, shouldbe used instead.The directive of "code:: raw" causes a warning from both"make htmldocs" and "make pdfdocs", which reads: [...]/can/ctu/ctucanfd-driver.rst:75: WARNING: Pygments lexer name 'raw' is not knownA plain literal-block marker should suffice where no syntaxhighlighting is intended.Fix the issues by using suitable directive and marker.Fixes: c3a0addefbde ("docs: ctucanfd: CTU CAN FD open-source IP core documentation.")Link: https://lore.kernel.org/all/5986752a-1c2a-5d64-f91d-58b1e6decd17@gmail.comSigned-off-by: Akira Yokosawa <akiyks@gmail.com>Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>Cc: Martin Jerabek <martin.jerabek01@gmail.com>Cc: Ondrej Ille <ondrej.ille@gmail.com>Cc: Marc Kleine-Budde <mkl@pengutronix.de>Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
docs: networking: device drivers: can: ctucanfd: update author e-mailThis patch updates the author's email address.Link: https://lore.kernel.org/all/e4396244da6b008c671def9f50bb983a10389863.16508
docs: networking: device drivers: can: ctucanfd: update author e-mailThis patch updates the author's email address.Link: https://lore.kernel.org/all/e4396244da6b008c671def9f50bb983a10389863.1650816929.git.pisa@cmp.felk.cvut.czCc: Odrej Ille <ondrej.ille@gmail.com>Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>[mkl: split into separate patches]Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
docs: ctucanfd: CTU CAN FD open-source IP core documentation.CTU CAN FD IP core documentation based on Martin Jeřábek's diploma thesesOpen-source and Open-hardware CAN FD Protocol Supporthttps://
docs: ctucanfd: CTU CAN FD open-source IP core documentation.CTU CAN FD IP core documentation based on Martin Jeřábek's diploma thesesOpen-source and Open-hardware CAN FD Protocol Supporthttps://dspace.cvut.cz/handle/10467/80366.Link: https://lore.kernel.org/all/692b965999ff6c272239df0fe1c76b68d02b134d.1647932262.git.pisa@cmp.felk.cvut.czSigned-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>Signed-off-by: Martin Jerabek <martin.jerabek01@gmail.com>Signed-off-by: Ondrej Ille <ondrej.ille@gmail.com>Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>