All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bowers, AndrewX <andrewx.bowers@intel.com>
To: intel-wired-lan@osuosl.org
Subject: [Intel-wired-lan] [PATCH S39 01/15] ice: Validate config for SW DCB map
Date: Thu, 30 Jan 2020 22:36:02 +0000	[thread overview]
Message-ID: <5345c99b2a954dec98f34c28a4c62911@intel.com> (raw)
In-Reply-To: <20200127085927.13999-1-anthony.l.nguyen@intel.com>

> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Tony Nguyen
> Sent: Monday, January 27, 2020 12:59 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH S39 01/15] ice: Validate config for SW DCB
> map
> 
> From: Avinash Dayanand <avinash.dayanand@intel.com>
> 
> Validate the inputs for SW DCB config received either via lldptool or pcap file.
> And don't apply DCB for bad bandwidth inputs or non-contiguous TCs.
> Without this patch, any config having bad inputs will cause the loss of link
> making PF unusable even after driver reload. Recoverable only via system
> reboot.
> 
> Signed-off-by: Avinash Dayanand <avinash.dayanand@intel.com>
> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
> ---
>  drivers/net/ethernet/intel/ice/ice_dcb_lib.c | 55 ++++++++++++++++++++
> drivers/net/ethernet/intel/ice/ice_dcb_lib.h |  1 +
> drivers/net/ethernet/intel/ice/ice_dcb_nl.c  |  7 +++
>  3 files changed, 63 insertions(+)

Tested-by: Andrew Bowers <andrewx.bowers@intel.com>



  parent reply	other threads:[~2020-01-30 22:36 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-27  8:59 [Intel-wired-lan] [PATCH S39 01/15] ice: Validate config for SW DCB map Tony Nguyen
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 02/15] ice: update malicious driver detection event handling Tony Nguyen
2020-01-30 22:37   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 03/15] ice: Fix for TCAM entry management Tony Nguyen
2020-01-30 22:38   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 04/15] ice: Always clear the QRXFLXP_CNTXT register for VF Rx queues Tony Nguyen
2020-01-30 22:45   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 05/15] ice: Add DCBNL ops required to configure ETS in CEE for SW DCB Tony Nguyen
2020-01-30 22:46   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 06/15] ice: Report correct DCB mode Tony Nguyen
2020-01-30 22:46   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 07/15] ice: SW DCB, report correct max TC value Tony Nguyen
2020-01-30 22:47   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 08/15] ice: Support XDP UMEM wake up mechanism Tony Nguyen
2020-01-30 22:47   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 09/15] ice: Don't reject odd values of usecs set by user Tony Nguyen
2020-01-30 22:48   ` Bowers, AndrewX
2020-02-11 16:48   ` Allan, Bruce W
2020-02-11 17:21   ` Paul Menzel
2020-02-11 22:23     ` Nguyen, Anthony L
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 10/15] ice: Don't tell the OS that link is going down Tony Nguyen
2020-01-30 22:49   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 11/15] ice: increase PF reset wait timeout to 300 milliseconds Tony Nguyen
2020-01-30 22:52   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 12/15] ice: add backslash-n to strings Tony Nguyen
2020-01-30 22:52   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 13/15] ice: add additional E810 device id Tony Nguyen
2020-01-30 22:53   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 14/15] ice: add support for E823 devices Tony Nguyen
2020-01-30 22:53   ` Bowers, AndrewX
2020-01-27  8:59 ` [Intel-wired-lan] [PATCH S39 15/15] ice: fix define for E822 backplane device Tony Nguyen
2020-01-30 22:54   ` Bowers, AndrewX
2020-01-30 22:36 ` Bowers, AndrewX [this message]
2020-02-11 17:07 ` [Intel-wired-lan] [PATCH S39 01/15] ice: Validate config for SW DCB map Paul Menzel
2020-02-11 22:20   ` Nguyen, Anthony L

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=5345c99b2a954dec98f34c28a4c62911@intel.com \
    --to=andrewx.bowers@intel.com \
    --cc=intel-wired-lan@osuosl.org \
    /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.