fix ATR queue selection
Signed-off-by: liaichun <liaichun@huawei.com>
This commit is contained in:
parent
51c076e0ce
commit
b66f0eb028
@ -35,16 +35,12 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
||||
Reference:https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a222be597e316389f9f8c26033352c124ce93056
|
||||
Conflicting:Replaced some interface for adapting to the current kernel
|
||||
---
|
||||
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 3 +--
|
||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
(limited to 'drivers/net/ethernet/intel/i40e')
|
||||
|
||||
diff --git a/drivers/net/ethernet/intel/i40e/i40e_txrx.c b/drivers/net/ethernet/intel/i40e/i40e_txrx.c
|
||||
index 3f25bd8c4924e..10a83e5385c70 100644
|
||||
--- a/drivers/net/ethernet/intel/i40e/i40e_txrx.c
|
||||
+++ b/drivers/net/ethernet/intel/i40e/i40e_txrx.c
|
||||
@@ -3663,8 +3663,7 @@ u16 i40e_lan_select_queue(struct net_device *netdev,
|
||||
diff --git a/src/i40e_txrx.c b/src/i40e_txrx.c
|
||||
index 0ca5a17..8236cde 100644
|
||||
--- a/src/i40e_txrx.c
|
||||
+++ b/src/i40e_txrx.c
|
||||
@@ -4189,8 +4189,7 @@ u16 i40e_lan_select_queue(struct net_device
|
||||
*netdev,
|
||||
|
||||
/* is DCB enabled at all? */
|
||||
if (vsi->tc_config.numtc == 1)
|
||||
|
||||
@ -9,13 +9,14 @@
|
||||
Name: i40e
|
||||
Summary: Intel(R) 40-10 Gigabit Ethernet Connection Network Driver
|
||||
Version: 2.14.13
|
||||
Release: 5
|
||||
Release: 6
|
||||
Vendor: Intel Corporation
|
||||
License: GPL-2.0
|
||||
URL: http://support.intel.com
|
||||
Source0: https://downloadcenter.intel.com/download/24411/Intel-Network-Adapter-Driver-for-PCIe-40-Gigabit-Ethernet-Network-Connections-Under-Linux-/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0001: fix-gcc9-new-warning.patch
|
||||
Patch0002: Fix-ATR-queue-selection.patch
|
||||
|
||||
Requires: kernel, findutils, gawk, bash, hwdata
|
||||
|
||||
@ -383,6 +384,12 @@ else
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Fri Oct 29 2021 Aichun Li <liaichun@huawei.com> - 2.14.13-6
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:fix ATR queue selection
|
||||
|
||||
* Wed Jul 7 2021 gaihuiying <gaihuiying1@huawei.com> - 2.14.13-5
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user