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
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>,
	netdev@vger.kernel.org, linux-rdma@vger.kernel.org,
	shiraz.saleem@intel.com
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-10-14
Date: Thu, 14 Oct 2021 11:19:49 -0700	[thread overview]
Message-ID: <20211014181953.3538330-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver only.

Brett ensures RDMA nodes are removed during release and rebuild. He also
corrects fw.mgmt.api to include the patch number for proper
identification.

Dave stops ida_free() being called when an IDA has not been allocated.

Michal corrects the order of parameters being provided and the number of
entries skipped for UDP tunnels.

The following are changes since commit 1fcd794518b7644169595c66b1bfe726d1f498ab:
  icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Brett Creeley (2):
  ice: Fix failure to re-add LAN/RDMA Tx queues
  ice: Print the api_patch as part of the fw.mgmt.api

Dave Ertman (1):
  ice: Avoid crash from unnecessary IDA free

Michal Swiatkowski (1):
  ice: fix getting UDP tunnel entry

 Documentation/networking/devlink/ice.rst       |  9 +++++----
 drivers/net/ethernet/intel/ice/ice_devlink.c   |  3 ++-
 drivers/net/ethernet/intel/ice/ice_flex_pipe.c |  4 ++--
 drivers/net/ethernet/intel/ice/ice_lib.c       |  9 +++++++++
 drivers/net/ethernet/intel/ice/ice_main.c      |  6 +++++-
 drivers/net/ethernet/intel/ice/ice_sched.c     | 13 +++++++++++++
 drivers/net/ethernet/intel/ice/ice_sched.h     |  1 +
 7 files changed, 37 insertions(+), 8 deletions(-)

-- 
2.31.1


             reply	other threads:[~2021-10-14 18:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14 18:19 Tony Nguyen [this message]
2021-10-14 18:19 ` [PATCH net 1/4] ice: Fix failure to re-add LAN/RDMA Tx queues Tony Nguyen
2021-10-14 18:19 ` [PATCH net 2/4] ice: Avoid crash from unnecessary IDA free Tony Nguyen
2021-10-14 18:19 ` [PATCH net 3/4] ice: fix getting UDP tunnel entry Tony Nguyen
2021-10-14 18:19 ` [PATCH net 4/4] ice: Print the api_patch as part of the fw.mgmt.api Tony Nguyen
2021-10-16  0:50 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-10-14 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=20211014181953.3538330-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=shiraz.saleem@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.