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