All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-03-07 (ice)
Date: Tue,  7 Mar 2023 14:07:11 -0800	[thread overview]
Message-ID: <20230307220714.3997294-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver only.

Dave removes masking from pfcena field as it was incorrectly preventing
valid traffic classes from being enabled.

Michal resolves various smatch issues such as not propagating error
codes and returning 0 explicitly.

Arnd Bergmann resolves gcc-9 warning for integer overflow.

The following are changes since commit 382e363d5bed0cec5807b35761d14e55955eee63:
  net: usb: qmi_wwan: add Telit 0x1080 composition
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Arnd Bergmann (1):
  ethernet: ice: avoid gcc-9 integer overflow warning

Dave Ertman (1):
  ice: Fix DSCP PFC TLV creation

Michal Swiatkowski (1):
  ice: don't ignore return codes in VSI related code

 drivers/net/ethernet/intel/ice/ice_dcb.c    |  2 +-
 drivers/net/ethernet/intel/ice/ice_lib.c    | 17 ++++++++++-------
 drivers/net/ethernet/intel/ice/ice_tc_lib.c |  8 ++++----
 3 files changed, 15 insertions(+), 12 deletions(-)

-- 
2.38.1


             reply	other threads:[~2023-03-07 22:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 22:07 Tony Nguyen [this message]
2023-03-07 22:07 ` [PATCH net 1/3] ice: Fix DSCP PFC TLV creation Tony Nguyen
2023-03-07 22:07 ` [PATCH net 2/3] ice: don't ignore return codes in VSI related code Tony Nguyen
2023-03-07 22:07 ` [PATCH net 3/3] ethernet: ice: avoid gcc-9 integer overflow warning Tony Nguyen
2023-03-09 11:00 ` [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-03-07 (ice) patchwork-bot+netdevbpf

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=20230307220714.3997294-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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.