All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pucha, HimasekharX Reddy" <himasekharx.reddy.pucha@intel.com>
To: "Wilczynski, Michal" <michal.wilczynski@intel.com>,
	"intel-wired-lan@lists.osuosl.org"
	<intel-wired-lan@lists.osuosl.org>
Subject: Re: [Intel-wired-lan] [PATCH net-next v11 4/5] ice: Add txbalancing devlink param
Date: Wed, 17 May 2023 09:46:30 +0000	[thread overview]
Message-ID: <BL0PR11MB312257EA19FE08F9D1A01E03BD7E9@BL0PR11MB3122.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20230322131227.244687-5-michal.wilczynski@intel.com>

> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@osuosl.org> On Behalf Of Wilczynski, Michal
> Sent: Wednesday, March 22, 2023 6:42 PM
> To: intel-wired-lan@lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH net-next v11 4/5] ice: Add txbalancing devlink param
>
> From: Lukasz Czapnik <lukasz.czapnik@intel.com>
>
> It was observed that Tx performance was inconsistent across all queues and/or VSIs and that it was directly connected to existing 9-layer topology of the Tx scheduler.
>
> Introduce new private devlink param - txbalance. This parameter gives user flexibility to choose the 5-layer transmit scheduler topology which helps to smooth out the transmit performance.
>
> Allowed parameter values are true for enabled and false for disabled.
>
> Example usage:
>
> Show:
> devlink dev param show pci/0000:4b:00.0 name txbalancing
> pci/0000:4b:00.0:
>  name txbalancing type driver-specific
>    values:
>      cmode permanent value true
>
> Set:
> devlink dev param set pci/0000:4b:00.0 name txbalancing value true cmode permanent
>
> Signed-off-by: Lukasz Czapnik <lukasz.czapnik@intel.com>
> Signed-off-by: Michal Wilczynski <michal.wilczynski@intel.com>
> ---
 > .../net/ethernet/intel/ice/ice_adminq_cmd.h   |   9 +
 > drivers/net/ethernet/intel/ice/ice_devlink.c  | 163 +++++++++++++++++-
 > .../net/ethernet/intel/ice/ice_fw_update.c    |   2 +-
 > .../net/ethernet/intel/ice/ice_fw_update.h    |   3 +
 > drivers/net/ethernet/intel/ice/ice_nvm.c      |   2 +-
 > drivers/net/ethernet/intel/ice/ice_nvm.h      |   3 +
 > 6 files changed, 179 insertions(+), 3 deletions(-)
>

Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

  reply	other threads:[~2023-05-17  9:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 13:12 [Intel-wired-lan] [PATCH net-next v11 0/5] ice: Support 5 layer tx scheduler topology Michal Wilczynski
2023-03-22 13:12 ` [Intel-wired-lan] [PATCH net-next v11 1/5] ice: Support 5 layer topology Michal Wilczynski
2023-05-17  9:45   ` Pucha, HimasekharX Reddy
2023-03-22 13:12 ` [Intel-wired-lan] [PATCH net-next v11 2/5] ice: Adjust the VSI/Aggregator layers Michal Wilczynski
2023-05-17  9:46   ` Pucha, HimasekharX Reddy
2023-03-22 13:12 ` [Intel-wired-lan] [PATCH net-next v11 3/5] ice: Enable switching default tx scheduler topology Michal Wilczynski
2023-05-17  9:46   ` Pucha, HimasekharX Reddy
2023-03-22 13:12 ` [Intel-wired-lan] [PATCH net-next v11 4/5] ice: Add txbalancing devlink param Michal Wilczynski
2023-05-17  9:46   ` Pucha, HimasekharX Reddy [this message]
2023-03-22 13:12 ` [Intel-wired-lan] [PATCH net-next v11 5/5] ice: Document txbalancing parameter Michal Wilczynski
2023-05-17  9:46   ` Pucha, HimasekharX Reddy

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=BL0PR11MB312257EA19FE08F9D1A01E03BD7E9@BL0PR11MB3122.namprd11.prod.outlook.com \
    --to=himasekharx.reddy.pucha@intel.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=michal.wilczynski@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 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.