From: Jakub Kicinski <kuba@kernel.org>
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, pabeni@redhat.com, edumazet@google.com,
netdev@vger.kernel.org, pavan.kumar.linga@intel.com,
emil.s.tantilov@intel.com, jesse.brandeburg@intel.com,
sridhar.samudrala@intel.com, shiraz.saleem@intel.com,
sindhu.devale@intel.com, willemb@google.com, decot@google.com,
andrew@lunn.ch, leon@kernel.org, mst@redhat.com,
simon.horman@corigine.com, shannon.nelson@amd.com,
stephen@networkplumber.org
Subject: Re: [PATCH net-next v4 00/15][pull request] Introduce Intel IDPF driver
Date: Tue, 8 Aug 2023 13:32:34 -0700 [thread overview]
Message-ID: <20230808133234.78504bca@kernel.org> (raw)
In-Reply-To: <20230808003416.3805142-1-anthony.l.nguyen@intel.com>
On Mon, 7 Aug 2023 17:34:01 -0700 Tony Nguyen wrote:
> This patch series introduces the Intel Infrastructure Data Path Function
> (IDPF) driver. It is used for both physical and virtual functions. Except
> for some of the device operations the rest of the functionality is the
> same for both PF and VF. IDPF uses virtchnl version2 opcodes and
> structures defined in the virtchnl2 header file which helps the driver
> to learn the capabilities and register offsets from the device
> Control Plane (CP) instead of assuming the default values.
Patches 4 and 10 add kdoc warnings, please fix those.
And double check all the checkpatch warning about lines > 80 chars.
--
pw-bot: cr
next prev parent reply other threads:[~2023-08-08 20:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-08 0:34 [PATCH net-next v4 00/15][pull request] Introduce Intel IDPF driver Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 01/15] virtchnl: add virtchnl version 2 ops Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 02/15] idpf: add module register and probe functionality Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 03/15] idpf: add controlq init and reset checks Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 04/15] idpf: add core init and interrupt request Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 05/15] idpf: add create vport and netdev configuration Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 06/15] idpf: add ptypes and MAC filter support Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 07/15] idpf: configure resources for TX queues Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 08/15] idpf: configure resources for RX queues Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 09/15] idpf: initialize interrupts and enable vport Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 10/15] idpf: add splitq start_xmit Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 11/15] idpf: add TX splitq napi poll support Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 12/15] idpf: add RX " Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 13/15] idpf: add singleq start_xmit and napi poll Tony Nguyen
2023-08-08 0:34 ` [PATCH net-next v4 14/15] idpf: add ethtool callbacks Tony Nguyen
2023-08-09 10:33 ` Simon Horman
2023-08-14 17:51 ` Linga, Pavan Kumar
2023-08-08 0:34 ` [PATCH net-next v4 15/15] idpf: configure SRIOV and add other ndo_ops Tony Nguyen
2023-08-08 0:51 ` [PATCH net-next v4 00/15][pull request] Introduce Intel IDPF driver Tony Nguyen
2023-08-08 20:32 ` Jakub Kicinski [this message]
2023-08-09 0:35 ` Linga, Pavan Kumar
2023-08-09 2:08 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230808133234.78504bca@kernel.org \
--to=kuba@kernel.org \
--cc=andrew@lunn.ch \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=decot@google.com \
--cc=edumazet@google.com \
--cc=emil.s.tantilov@intel.com \
--cc=jesse.brandeburg@intel.com \
--cc=leon@kernel.org \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pavan.kumar.linga@intel.com \
--cc=shannon.nelson@amd.com \
--cc=shiraz.saleem@intel.com \
--cc=simon.horman@corigine.com \
--cc=sindhu.devale@intel.com \
--cc=sridhar.samudrala@intel.com \
--cc=stephen@networkplumber.org \
--cc=willemb@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.