On 1/21/2023 6:17 AM, Highload Admin wrote:
Hello!

FYI, general spam filter guidance is to ignore mails from admin@ mails, so our list rejects your subscription.

I'd change it but we get a lot of mails from bogus admin@ accounts.

I have a problem with ice driver  (I tried 1.10.1.2 an1.10.1.2.2 versions).
After reboot  I see only one queue:
# ethtool -l enp129s0
Channel parameters for enp129s0:
Pre-set maximums:
RX:             1
TX:             1
Other:          0
Combined:       1
Current hardware settings:
RX:             0
TX:             0
Other:          0
Combined:       1

The above looks like "safe mode", which is a backup mode for the driver when something goes wrong during driver load, there should be messages in dmesg.

After reloading  driver ice - all fine? 128 queues
# ifdown  enp129s0; rmmod ice; modprobe ice; ifup enp129s0;
n# ethtool -l enp129s0

This is likely because you didn't do "make install" when originally building/installing the drivers, or it didn't work to modify your initramfs (which also contains drivers). This results in one file (an older driver) being loaded at boot, and post boot if you use rmmod/modprobe, the driver is loaded from your filesystem.

Channel parameters for enp129s0:
Pre-set maximums:
RX:             128
TX:             128
Other:          1
Combined:       128
Current hardware settings:
RX:             0
TX:             0
Other:          1
Combined:       128

This is good news, it means that if you get the driver installed correctly into your initramfs/initrd, things will be fine.

Hardware:
Supermicro H12DSU-iN motherboard
AMD EPYC 7742 64-Core Processor

Software:
OS Debian 10.13
Linux 4.19.0-23-amd64
# ethtool -i enp129s0
driver: ice
version: 1.10.1.2
firmware-version: 3.20 0x8000d855 1.3146.0
expansion-rom-version:
bus-info: 0000:81:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes

Howto resolve my problem?

Please try 'sudo make install' from the ice-1.0.10.2/src directory.

you can check that your problem is as I stated by using
'sudo lsinitrd | grep /ice.ko'

If you continue to have issues please get back to us.



_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel Ethernet, visit 
https://forums.intel.com/s/topic/0TO0P00000018NbWAI/intel-ethernet

Reply via email to