On 3/20/2023 10:03 PM, Jakub Kicinski wrote:
Add basic documentation about NAPI. We can stop linking to the ancient doc on the LF wiki. Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> Link: https://lore.kernel.org/all/20230315223044.471002-1-kuba@xxxxxxxxxx/ Reviewed-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx> Reviewed-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> --- v2: remove the links in CAN and in ICE as well improve the start of the threaded NAPI section name footnote internal links from the intro to sections various clarifications from Florian and Stephen CC: corbet@xxxxxxx CC: jesse.brandeburg@xxxxxxxxx CC: anthony.l.nguyen@xxxxxxxxx CC: pisa@xxxxxxxxxxxxxxxx CC: mkl@xxxxxxxxxxxxxx CC: linux-doc@xxxxxxxxxxxxxxx CC: f.fainelli@xxxxxxxxx CC: stephen@xxxxxxxxxxxxxxxxxx --- .../can/ctu/ctucanfd-driver.rst | 3 +- .../device_drivers/ethernet/intel/e100.rst | 3 +- .../device_drivers/ethernet/intel/i40e.rst | 4 +- .../device_drivers/ethernet/intel/ice.rst | 4 +- .../device_drivers/ethernet/intel/ixgb.rst | 4 +-
With ixgb removed, this should already be gone? Aside from the ixgb portion...
Reviewed-by: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx> # For the Intel portion
Documentation/networking/index.rst | 1 + Documentation/networking/napi.rst | 251 ++++++++++++++++++ include/linux/netdevice.h | 13 +- 8 files changed, 267 insertions(+), 16 deletions(-) create mode 100644 Documentation/networking/napi.rst