public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
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, Joshua Hay <joshua.a.hay@intel•com>,
	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,
	Alan Brady <alan.brady@intel•com>,
	Madhu Chittim <madhu.chittim@intel•com>,
	Phani Burra <phani.r.burra@intel•com>
Subject: Re: [PATCH net-next v5 13/15] idpf: add singleq start_xmit and napi poll
Date: Fri, 18 Aug 2023 11:47:43 -0700	[thread overview]
Message-ID: <20230818114743.5ae684ed@kernel.org> (raw)
In-Reply-To: <20230816004305.216136-14-anthony.l.nguyen@intel.com>

On Tue, 15 Aug 2023 17:43:03 -0700 Tony Nguyen wrote:
> Add the start_xmit, TX and RX napi poll support for the single queue
> model. Unlike split queue model, single queue uses same queue to post
> buffer descriptors and completed descriptors.

Acked-by: Jakub Kicinski <kuba@kernel•org>

  reply	other threads:[~2023-08-18 18:47 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-16  0:42 [PATCH net-next v5 00/15][pull request] Introduce Intel IDPF driver Tony Nguyen
2023-08-16  0:42 ` [PATCH net-next v5 01/15] virtchnl: add virtchnl version 2 ops Tony Nguyen
2023-08-16  0:42 ` [PATCH net-next v5 02/15] idpf: add module register and probe functionality Tony Nguyen
2023-08-16  0:42 ` [PATCH net-next v5 03/15] idpf: add controlq init and reset checks Tony Nguyen
2023-08-16  0:42 ` [PATCH net-next v5 04/15] idpf: add core init and interrupt request Tony Nguyen
2023-08-16  0:42 ` [PATCH net-next v5 05/15] idpf: add create vport and netdev configuration Tony Nguyen
2023-08-16  0:42 ` [PATCH net-next v5 06/15] idpf: add ptypes and MAC filter support Tony Nguyen
2023-08-16  0:42 ` [PATCH net-next v5 07/15] idpf: configure resources for TX queues Tony Nguyen
2023-08-16  0:42 ` [PATCH net-next v5 08/15] idpf: configure resources for RX queues Tony Nguyen
2023-08-18  2:58   ` Jakub Kicinski
2023-08-18 17:36     ` Linga, Pavan Kumar
2023-08-16  0:42 ` [PATCH net-next v5 09/15] idpf: initialize interrupts and enable vport Tony Nguyen
2023-08-16  0:43 ` [PATCH net-next v5 10/15] idpf: add splitq start_xmit Tony Nguyen
2023-08-18 18:37   ` Jakub Kicinski
2023-08-21 20:42     ` Linga, Pavan Kumar
2023-08-16  0:43 ` [PATCH net-next v5 11/15] idpf: add TX splitq napi poll support Tony Nguyen
2023-08-18 18:42   ` Jakub Kicinski
2023-08-16  0:43 ` [PATCH net-next v5 12/15] idpf: add RX " Tony Nguyen
2023-08-18 18:46   ` Jakub Kicinski
2023-08-16  0:43 ` [PATCH net-next v5 13/15] idpf: add singleq start_xmit and napi poll Tony Nguyen
2023-08-18 18:47   ` Jakub Kicinski [this message]
2023-08-16  0:43 ` [PATCH net-next v5 14/15] idpf: add ethtool callbacks Tony Nguyen
2023-08-18 18:58   ` Jakub Kicinski
2023-08-18 22:42     ` Przemek Kitszel
2023-08-19  0:01       ` Jakub Kicinski
2023-08-21 20:41     ` Linga, Pavan Kumar
2023-08-21 21:02       ` Jakub Kicinski
2023-08-23 18:05         ` Linga, Pavan Kumar
2023-08-16  0:43 ` [PATCH net-next v5 15/15] idpf: configure SRIOV and add other ndo_ops Tony Nguyen
2023-08-18  3:02   ` Jakub Kicinski
2023-08-18 17:41     ` Linga, Pavan Kumar

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=20230818114743.5ae684ed@kernel.org \
    --to=kuba@kernel$(echo .)org \
    --cc=alan.brady@intel$(echo .)com \
    --cc=andrew@lunn$(echo .)ch \
    --cc=anthony.l.nguyen@intel$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=decot@google$(echo .)com \
    --cc=edumazet@google$(echo .)com \
    --cc=emil.s.tantilov@intel$(echo .)com \
    --cc=jesse.brandeburg@intel$(echo .)com \
    --cc=joshua.a.hay@intel$(echo .)com \
    --cc=leon@kernel$(echo .)org \
    --cc=madhu.chittim@intel$(echo .)com \
    --cc=mst@redhat$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=pavan.kumar.linga@intel$(echo .)com \
    --cc=phani.r.burra@intel$(echo .)com \
    --cc=shannon.nelson@amd$(echo .)com \
    --cc=shiraz.saleem@intel$(echo .)com \
    --cc=simon.horman@corigine$(echo .)com \
    --cc=sindhu.devale@intel$(echo .)com \
    --cc=sridhar.samudrala@intel$(echo .)com \
    --cc=stephen@networkplumber$(echo .)org \
    --cc=willemb@google$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox