[Intel-wired-lan] Fw: [Bug 218139] New: Linux LACP bonding not working with sr-iov enable on Ethernet controller: Intel Corporation Ethernet Controller E810-C for QSFP (rev 02)
Stephen Hemminger
stephen at networkplumber.org
Mon Nov 13 16:37:46 UTC 2023
Begin forwarded message:
Date: Mon, 13 Nov 2023 05:06:50 +0000
From: bugzilla-daemon at kernel.org
To: stephen at networkplumber.org
Subject: [Bug 218139] New: Linux LACP bonding not working with sr-iov enable on Ethernet controller: Intel Corporation Ethernet Controller E810-C for QSFP (rev 02)
https://bugzilla.kernel.org/show_bug.cgi?id=218139
Bug ID: 218139
Summary: Linux LACP bonding not working with sr-iov enable on
Ethernet controller: Intel Corporation Ethernet
Controller E810-C for QSFP (rev 02)
Product: Networking
Version: 2.5
Hardware: Intel
OS: Linux
Status: NEW
Severity: blocking
Priority: P3
Component: IPV4
Assignee: stephen at networkplumber.org
Reporter: anilchabba at gmail.com
Regression: No
Till linkx kernel 6.5.7 it is working fine, but after upgrading to 6.6.1 ping
stop working with LACP bonding.
When we disable SR-IOV from bios , everything working fine
Also we are not able to compile
driver: ice
version: 1.12.6
We are getting following error.
With inter driver code(version 1.12.6) while complaining I am getting following
error.
/root/1.12.6/build/src/ice_txrx.h:363:29: error: field ‘xdp_rxq’ has incomplete
type
363 | struct xdp_rxq_info xdp_rxq;
| ^~~~~~~
/root/1.12.6/build/src/ice_main.c: In function ‘ice_remove_recovery_mode’:
/root/1.12.6/build/src/ice_main.c:1540:9: error: implicit declaration of
function ‘pci_disable_pcie_error_reporting’
[-Werror=implicit-function-declaration]
1540 | pci_disable_pcie_error_reporting(pf->pdev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/1.12.6/build/src/ice_main.c: In function ‘ice_probe’:
/root/1.12.6/build/src/ice_main.c:7046:9: error: implicit declaration of
function ‘pci_enable_pcie_error_reporting’
[-Werror=implicit-function-declaration]
7046 | pci_enable_pcie_error_reporting(pdev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[3]: *** [scripts/Makefile.build:243: /root/1.12.6/build/src/ice_main.o]
Error 1
make[2]: *** [/usr/src/linux-headers-6.6.0-rc7-vdx/Makefile:1913:
/root/1.12.6/build/src] Error 2
make[1]: *** [Makefile:234: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.6.0-rc7-vdx'
make: *** [Makefile:174: all] Error 2
Thanks,
Anil
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are the assignee for the bug.
More information about the Intel-wired-lan
mailing list