On 3/15/2023 3:30 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> --- CC: jesse.brandeburg@xxxxxxxxx CC: anthony.l.nguyen@xxxxxxxxx CC: corbet@xxxxxxx CC: linux-doc@xxxxxxxxxxxxxxx --- .../device_drivers/ethernet/intel/e100.rst | 3 +- .../device_drivers/ethernet/intel/i40e.rst | 4 +- .../device_drivers/ethernet/intel/ixgb.rst | 4 +-
ice has an entry as well; we recently updated the (more?) ancient link to the ancient one :P
Documentation/networking/index.rst | 1 + Documentation/networking/napi.rst | 231 ++++++++++++++++++ include/linux/netdevice.h | 13 +- 6 files changed, 244 insertions(+), 12 deletions(-) create mode 100644 Documentation/networking/napi.rst