netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
	pawel.chmielewski@intel.com, sridhar.samudrala@intel.com,
	jacob.e.keller@intel.com, pio.raczynski@gmail.com,
	konrad.knitter@intel.com, marcin.szycik@intel.com,
	wojciech.drewek@intel.com, nex.sw.ncis.nat.hpm.dev@intel.com,
	przemyslaw.kitszel@intel.com, jiri@resnulli.us, horms@kernel.org,
	David.Laight@aculab.com, pmenzel@molgen.mpg.de,
	mschmidt@redhat.com, rafal.romanowski@intel.com
Subject: Re: [iwl-next v8 0/9] ice: managing MSI-X in driver
Date: Mon, 2 Dec 2024 10:20:41 +0100	[thread overview]
Message-ID: <Z0176Qex/kdZ3JI8@mev-dev.igk.intel.com> (raw)
In-Reply-To: <062b57cf-7f5d-412f-9288-685c4c600d53@intel.com>

On Mon, Nov 18, 2024 at 03:13:32PM -0800, Tony Nguyen wrote:
> 
> 
> On 11/14/2024 4:18 AM, Michal Swiatkowski wrote:
> 
> ...
> 
> > Note: previous patchset is on dev-queue. I will be unavailable some
> > time, so sending fixed next version basing it on Tony main.
> > 
> > Michal Swiatkowski (8):
> >    ice: devlink PF MSI-X max and min parameter
> >    ice: remove splitting MSI-X between features
> >    ice: get rid of num_lan_msix field
> >    ice, irdma: move interrupts code to irdma
> >    ice: treat dyn_allowed only as suggestion
> >    ice: enable_rdma devlink param
> >    ice: simplify VF MSI-X managing
> >    ice: init flow director before RDMA
> 
> It looks like something happened with your series/send. It's marked 0/9,
> however, there are 8 patches here. Patch 1 in the previous version [1] is
> not here and patch 8 is on the thread twice (as an 8/8 and a 9/9).
> Also, it doesn't apply either with or without the previous patch 1.
> 
> [1] https://lore.kernel.org/intel-wired-lan/20241104121337.129287-1-michal.swiatkowski@linux.intel.com/
> 

Sorry for that, I were in hurry :( .

Will send fixed v9, I can remove base-commit now as the previous
patchset isn't on next-queue.

Thanks

> > 
> >   Documentation/networking/devlink/ice.rst      |  11 +
> >   drivers/infiniband/hw/irdma/hw.c              |   2 -
> >   drivers/infiniband/hw/irdma/main.c            |  46 ++-
> >   drivers/infiniband/hw/irdma/main.h            |   3 +
> >   .../net/ethernet/intel/ice/devlink/devlink.c  | 109 +++++++
> >   drivers/net/ethernet/intel/ice/ice.h          |  21 +-
> >   drivers/net/ethernet/intel/ice/ice_base.c     |  10 +-
> >   drivers/net/ethernet/intel/ice/ice_ethtool.c  |   6 +-
> >   drivers/net/ethernet/intel/ice/ice_idc.c      |  64 +---
> >   drivers/net/ethernet/intel/ice/ice_irq.c      | 275 ++++++------------
> >   drivers/net/ethernet/intel/ice/ice_irq.h      |  13 +-
> >   drivers/net/ethernet/intel/ice/ice_lib.c      |  35 ++-
> >   drivers/net/ethernet/intel/ice/ice_main.c     |   6 +-
> >   drivers/net/ethernet/intel/ice/ice_sriov.c    | 154 +---------
> >   include/linux/net/intel/iidc.h                |   2 +
> >   15 files changed, 335 insertions(+), 422 deletions(-)
> > 
> > 
> > base-commit: 31a1f8752f7df7e3d8122054fbef02a9a8bff38f
> 

      reply	other threads:[~2024-12-02  9:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14 12:18 [iwl-next v8 0/9] ice: managing MSI-X in driver Michal Swiatkowski
2024-11-14 12:18 ` [PATCH 1/8] ice: devlink PF MSI-X max and min parameter Michal Swiatkowski
2024-11-14 12:18 ` [PATCH 2/8] ice: remove splitting MSI-X between features Michal Swiatkowski
2024-11-14 12:18 ` [PATCH 3/8] ice: get rid of num_lan_msix field Michal Swiatkowski
2024-11-14 12:18 ` [PATCH 4/8] ice, irdma: move interrupts code to irdma Michal Swiatkowski
2024-11-18 10:16   ` Pawel Chmielewski
2024-12-02  9:17     ` Michal Swiatkowski
2024-11-14 12:18 ` [PATCH 5/8] ice: treat dyn_allowed only as suggestion Michal Swiatkowski
2024-11-14 12:18 ` [PATCH 6/8] ice: enable_rdma devlink param Michal Swiatkowski
2024-11-14 12:18 ` [PATCH 7/8] ice: simplify VF MSI-X managing Michal Swiatkowski
2024-11-14 12:18 ` [PATCH 8/8] ice: init flow director before RDMA Michal Swiatkowski
2024-11-14 12:22 ` [iwl-next v8 9/9] " Michal Swiatkowski
2024-11-14 12:23 ` [iwl-next v8 0/9] ice: managing MSI-X in driver Michal Swiatkowski
2024-11-18 23:13 ` Tony Nguyen
2024-12-02  9:20   ` Michal Swiatkowski [this message]

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=Z0176Qex/kdZ3JI8@mev-dev.igk.intel.com \
    --to=michal.swiatkowski@linux.intel.com \
    --cc=David.Laight@aculab.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=horms@kernel.org \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jacob.e.keller@intel.com \
    --cc=jiri@resnulli.us \
    --cc=konrad.knitter@intel.com \
    --cc=marcin.szycik@intel.com \
    --cc=mschmidt@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=nex.sw.ncis.nat.hpm.dev@intel.com \
    --cc=pawel.chmielewski@intel.com \
    --cc=pio.raczynski@gmail.com \
    --cc=pmenzel@molgen.mpg.de \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=rafal.romanowski@intel.com \
    --cc=sridhar.samudrala@intel.com \
    --cc=wojciech.drewek@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).