-
When trying to compile the driver for 6.9 kernel series it errors out with:
```
==> Starting build()...
make: Entering directory '/usr/lib/modules/6.9.0-rc7-1-MANJARO/build'
CC [M] /build/lin…
-
**systemd version the issue has been seen with**
> systemd 245 (245.6-3-manjaro)
+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLK…
-
```
Compiling below-ethtool v0.8.1 (below-0.8.1/below/ethtool)
error[E0308]: mismatched types
--> below/ethtool/src/reader.rs:36:58
|
36 | let exit_code = unsafe { libc::ioctl(fd.a…
-
Ethtool stats working
```
$ ethtool -S ens3f0np0
NIC statistics:
rx_noskb_drops: 0
rx_nodesc_trunc: 2
port_tx_bytes: 104773444739116
port_tx_packets: 86336211060
port_…
-
```
What steps will reproduce the problem?
1. Connect server and client in a 1GBit Switch
2. Start both servers (fakewww and web100)
3. Set the following tcp paramters in client.
echo 1 > /pr…
-
Fails to build on 6.9.1:
```
ax88179a_772d.c:301:27: error: initialization of ‘int (*)(struct net_device *, struct ethtool_keee *)’ from incompatible pointer type ‘int (*)(struct net_device *, str…
mmoya updated
5 months ago
-
Moin,
this is probably related to #68 ;
I experience a similar issue on a device with two vlans where hsflowd does not identify either the src or dst interface depending on the packet flow:
```…
-
```
What steps will reproduce the problem?
1. Connect server and client in a 1GBit Switch
2. Start both servers (fakewww and web100)
3. Set the following tcp paramters in client.
echo 1 > /pr…
-
Hey there!
I'm a long-time eth dev and I'm designing a little set of nice tools for the Ecosystem. I'm not sure what the status of your project is, but it would be totally awesome to be able to use…
-
Implementing the ethtool get_eeprom and set_eeprom APIs would make accessing the on-card EEPROM from linux userspace more straightforward.