intel-wired-lan.lists.osuosl.org archive mirror
 help / color / mirror / Atom feed
From: "Pucha, HimasekharX Reddy" <himasekharx.reddy.pucha@intel.com>
To: "Polchlopek, Mateusz" <mateusz.polchlopek@intel.com>,
	"intel-wired-lan@lists.osuosl.org"
	<intel-wired-lan@lists.osuosl.org>
Cc: "andrew@lunn.ch" <andrew@lunn.ch>,
	"jiri@resnulli.us" <jiri@resnulli.us>,
	"Wilczynski, Michal" <michal.wilczynski@intel.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"Czapnik, Lukasz" <lukasz.czapnik@intel.com>,
	"Raj,  Victor" <victor.raj@intel.com>,
	"Nguyen, Anthony L" <anthony.l.nguyen@intel.com>,
	"horms@kernel.org" <horms@kernel.org>,
	"Polchlopek, Mateusz" <mateusz.polchlopek@intel.com>,
	"kuba@kernel.org" <kuba@kernel.org>,
	"Kitszel, Przemyslaw" <przemyslaw.kitszel@intel.com>
Subject: Re: [Intel-wired-lan] [PATCH net-next v9 4/6] ice: Enable switching default Tx scheduler topology
Date: Thu, 11 Apr 2024 12:14:42 +0000	[thread overview]
Message-ID: <CYYPR11MB84296B30E863B1CE12E05046BD052@CYYPR11MB8429.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20240403074112.7758-5-mateusz.polchlopek@intel.com>

> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@osuosl.org> On Behalf Of Mateusz Polchlopek
> Sent: Wednesday, April 3, 2024 1:11 PM
> To: intel-wired-lan@lists.osuosl.org
> Cc: andrew@lunn.ch; jiri@resnulli.us; Wilczynski, Michal <michal.wilczynski@intel.com>; Polchlopek, Mateusz <mateusz.polchlopek@intel.com>; netdev@vger.kernel.org; Czapnik, Lukasz <lukasz.czapnik@intel.com>; Raj, Victor <victor.raj@intel.com>; Nguyen, Anthony L <anthony.l.nguyen@intel.com>; horms@kernel.org; Kitszel, Przemyslaw <przemyslaw.kitszel@intel.com>; kuba@kernel.org
> Subject: [Intel-wired-lan] [PATCH net-next v9 4/6] ice: Enable switching default Tx scheduler topology
>
> From: Michal Wilczynski <michal.wilczynski@intel.com>
>
> Introduce support for Tx scheduler topology change, based on user selection, from default 9-layer to 5-layer.
> Change requires NVM (version 3.20 or newer) and DDP package (OS Package
> 1.3.30 or newer - available for over a year in linux-firmware, since commit aed71f296637 in linux-firmware ("ice: Update package to 1.3.30.0"))
> https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=aed71f296637
>
> Enable 5-layer topology switch in init path of the driver. To accomplish that upload of the DDP package needs to be delayed, until change in Tx topology is finished. To trigger the Tx change user selection should be changed in NVM using devlink. Then the platform should be rebooted.
>
> Signed-off-by: Michal Wilczynski <michal.wilczynski@intel.com>
> Co-developed-by: Mateusz Polchlopek <mateusz.polchlopek@intel.com>
> Signed-off-by: Mateusz Polchlopek <mateusz.polchlopek@intel.com>
> ---
>  drivers/net/ethernet/intel/ice/ice_main.c | 102 ++++++++++++++++++----
>  1 file changed, 83 insertions(+), 19 deletions(-)
>

Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)


  reply	other threads:[~2024-04-11 12:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03  7:41 [Intel-wired-lan] [PATCH net-next v9 0/6] ice: Support 5 layer Tx scheduler topology Mateusz Polchlopek
2024-04-03  7:41 ` [Intel-wired-lan] [PATCH net-next v9 1/6] devlink: extend devlink_param *set pointer Mateusz Polchlopek
2024-04-03  7:41 ` [Intel-wired-lan] [PATCH net-next v9 2/6] ice: Support 5 layer topology Mateusz Polchlopek
2024-04-11 12:14   ` Pucha, HimasekharX Reddy
2024-04-03  7:41 ` [Intel-wired-lan] [PATCH net-next v9 3/6] ice: Adjust the VSI/Aggregator layers Mateusz Polchlopek
2024-04-11 12:14   ` Pucha, HimasekharX Reddy
2024-04-03  7:41 ` [Intel-wired-lan] [PATCH net-next v9 4/6] ice: Enable switching default Tx scheduler topology Mateusz Polchlopek
2024-04-11 12:14   ` Pucha, HimasekharX Reddy [this message]
2024-04-03  7:41 ` [Intel-wired-lan] [PATCH net-next v9 5/6] ice: Add tx_scheduling_layers devlink param Mateusz Polchlopek
2024-04-11 12:14   ` Pucha, HimasekharX Reddy
2024-04-03  7:41 ` [Intel-wired-lan] [PATCH net-next v9 6/6] ice: Document tx_scheduling_layers parameter Mateusz Polchlopek

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=CYYPR11MB84296B30E863B1CE12E05046BD052@CYYPR11MB8429.namprd11.prod.outlook.com \
    --to=himasekharx.reddy.pucha@intel.com \
    --cc=andrew@lunn.ch \
    --cc=anthony.l.nguyen@intel.com \
    --cc=horms@kernel.org \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=lukasz.czapnik@intel.com \
    --cc=mateusz.polchlopek@intel.com \
    --cc=michal.wilczynski@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=victor.raj@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 read-only IMAP folder(s) and NNTP newsgroup(s).