netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alice Michael <alice.michael@intel.com>
To: alice.michael@intel.com, davem@davemloft.net, kuba@kernel.org,
	pabeni@redhat.com
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>, netdev@vger.kernel.org
Subject: [net PATCH 0/2] ice bug fixes
Date: Fri,  1 Apr 2022 05:14:51 -0700	[thread overview]
Message-ID: <20220401121453.48415-1-alice.michael@intel.com> (raw)

From: Tony Nguyen <anthony.l.nguyen@intel.com>

There were a couple of bugs that have been found and
fixed by Anatolii in the ice driver.  First he fixed
a bug on ring creation by setting the default value
for the teid.  Anatolli also fixed a bug with deleting
queues in ice_vc_dis_qs_msg based on their enablement.

Anatolii Gerasymenko:
  ice: Set txq_teid to ICE_INVAL_TEID on ring creation
  ice: Do not skip not enabled queues in ice_vc_dis_qs_msg

 drivers/net/ethernet/intel/ice/ice_lib.c      | 1 +
 drivers/net/ethernet/intel/ice/ice_virtchnl.c | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.31.1


             reply	other threads:[~2022-04-01 20:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-01 12:14 Alice Michael [this message]
2022-04-01 12:14 ` [net PATCH 1/2] ice: Set txq_teid to ICE_INVAL_TEID on ring creation Alice Michael
2022-04-02  2:24   ` Jakub Kicinski
2022-04-01 12:14 ` [net PATCH 2/2] ice: Do not skip not enabled queues in ice_vc_dis_qs_msg Alice Michael
2022-04-01 21:02 ` [net PATCH 0/2] ice bug fixes Michael, Alice

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=20220401121453.48415-1-alice.michael@intel.com \
    --to=alice.michael@intel.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --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 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).