[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b06df26a-2db7-ad8f-23ff-85a8f812a16f@intel.com>
Date: Tue, 21 Mar 2023 10:18:53 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: Jakub Kicinski <kuba@...nel.org>, <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <edumazet@...gle.com>,
<pabeni@...hat.com>, Bagas Sanjaya <bagasdotme@...il.com>,
Toke Høiland-Jørgensen <toke@...hat.com>,
<corbet@....net>, <jesse.brandeburg@...el.com>,
<pisa@....felk.cvut.cz>, <mkl@...gutronix.de>,
<linux-doc@...r.kernel.org>, <f.fainelli@...il.com>,
<stephen@...workplumber.org>
Subject: Re: [PATCH net-next v2] docs: networking: document NAPI
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@...nel.org>
> Link: https://lore.kernel.org/all/20230315223044.471002-1-kuba@kernel.org/
> Reviewed-by: Bagas Sanjaya <bagasdotme@...il.com>
> Reviewed-by: Toke Høiland-Jørgensen <toke@...hat.com>
> ---
> 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@....net
> CC: jesse.brandeburg@...el.com
> CC: anthony.l.nguyen@...el.com
> CC: pisa@....felk.cvut.cz
> CC: mkl@...gutronix.de
> CC: linux-doc@...r.kernel.org
> CC: f.fainelli@...il.com
> CC: stephen@...workplumber.org
> ---
> .../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@...el.com> # 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
Powered by blists - more mailing lists