docs: octeontx2: extend documentation for Round Robin schedulingAdd example tc-htb commands for Round robin schedulingSigned-off-by: Hariprasad Kelam <hkelam@marvell.com>Signed-off-by: David S.
docs: octeontx2: extend documentation for Round Robin schedulingAdd example tc-htb commands for Round robin schedulingSigned-off-by: Hariprasad Kelam <hkelam@marvell.com>Signed-off-by: David S. Miller <davem@davemloft.net>
show more ...
docs: octeontx2: Add Documentation for QOSAdd QOS example configuration along with tc-htb commandsSigned-off-by: Hariprasad Kelam <hkelam@marvell.com>Reviewed-by: Simon Horman <simon.horman@cori
docs: octeontx2: Add Documentation for QOSAdd QOS example configuration along with tc-htb commandsSigned-off-by: Hariprasad Kelam <hkelam@marvell.com>Reviewed-by: Simon Horman <simon.horman@corigine.com>Signed-off-by: David S. Miller <davem@davemloft.net>
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>
octeon_ep: support Octeon device CNF95NAdd support for Octeon device CNF95N.CNF95N is a Octeon Fusion family product with same PCI NICcharacteristics as CN93 which is currently supported by the d
octeon_ep: support Octeon device CNF95NAdd support for Octeon device CNF95N.CNF95N is a Octeon Fusion family product with same PCI NICcharacteristics as CN93 which is currently supported by the driver.update supported device list in Documentation.Signed-off-by: Veerasenareddy Burru <vburru@marvell.com>Link: https://lore.kernel.org/r/20221103060600.1858-1-vburru@marvell.comSigned-off-by: Jakub Kicinski <kuba@kernel.org>
octeon_ep: Add driver framework and device initializationAdd driver framework and device setup and initialization for OcteonPCI Endpoint NIC.Add implementation to load module, initilaize, regist
octeon_ep: Add driver framework and device initializationAdd driver framework and device setup and initialization for OcteonPCI Endpoint NIC.Add implementation to load module, initilaize, register network device,cleanup and unload module.Signed-off-by: Veerasenareddy Burru <vburru@marvell.com>Signed-off-by: Abhijit Ayarekar <aayarekar@marvell.com>Signed-off-by: Satananda Burla <sburla@marvell.com>Signed-off-by: David S. Miller <davem@davemloft.net>
docs: octeontx2: Add Documentation for NIX health reportersAdd devlink health reporter documentation for NIX block.Signed-off-by: George Cherian <george.cherian@marvell.com>Signed-off-by: Jakub
docs: octeontx2: Add Documentation for NIX health reportersAdd devlink health reporter documentation for NIX block.Signed-off-by: George Cherian <george.cherian@marvell.com>Signed-off-by: Jakub Kicinski <kuba@kernel.org>
docs: octeontx2: tune rst markupCommit 80b9414832a1 ("docs: octeontx2: Add Documentation for NPA healthreporters") added new documentation with improper formatting for rst, andcaused a few new wa
docs: octeontx2: tune rst markupCommit 80b9414832a1 ("docs: octeontx2: Add Documentation for NPA healthreporters") added new documentation with improper formatting for rst, andcaused a few new warnings for make htmldocs in octeontx2.rst:169--202.Tune markup and formatting for better presentation in the HTML view.Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>Acked-by: Randy Dunlap <rdunlap@infradead.org>Acked-by: George Cherian <george.cherian@marvell.com>Link: https://lore.kernel.org/r/20210106161735.21751-1-lukas.bulwahn@gmail.comSigned-off-by: Jakub Kicinski <kuba@kernel.org>
docs: octeontx2: Add Documentation for NPA health reportersAdd Documentation for devlink health reporters for NPA block.Signed-off-by: George Cherian <george.cherian@marvell.com>Signed-off-by: J
docs: octeontx2: Add Documentation for NPA health reportersAdd Documentation for devlink health reporters for NPA block.Signed-off-by: George Cherian <george.cherian@marvell.com>Signed-off-by: Jakub Kicinski <kuba@kernel.org>
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well def
docs: networking: reorganize driver documentation againOrganize driver documentation by device type. Most documentshave fairly verbose yet uninformative names, so let usersfirst select a well defined device type, and then search fora particular driver.While at it rename the section from Vendor drivers toHardware drivers. This seems more accurate, besides peoplesometimes refer to out-of-tree drivers as vendor drivers.Signed-off-by: Jakub Kicinski <kuba@kernel.org>Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>Acked-by: Shannon Nelson <snelson@pensando.io>Signed-off-by: David S. Miller <davem@davemloft.net>