Hi Hanoch,
So I was able to rebuild the so and get things running. The traffic seems to be stable but I'm seeing consistent packet drops with 2.88 vs 2.87. I'm running the same traffic, same duration, same setup etc.
ethtool -S ens7 | grep rx_discards_phy
rx_discards_phy: 2393917
2.87
summary stats
--------------
Total-pkt-drop : 0 pkts
Total-tx-bytes : 1254087753958 bytes
Total-tx-sw-bytes : 0 bytes
Total-rx-bytes : 1254087754342 byte
Total-tx-pkt : 1250019050 pkts
Total-rx-pkt : 1250019056 pkts
Total-sw-tx-pkt : 0 pkts
Total-sw-err : 0 pkts
Total ARP sent : 0 pkts
Total ARP received : 0 pkts
2.88
summary stats
--------------
Total-pkt-drop : 2405969 pkts
Total-tx-bytes : 1254087753958 bytes
Total-tx-sw-bytes : 0 bytes
Total-rx-bytes : 1251463825401 byte
Total-tx-pkt : 1250019050 pkts
Total-rx-pkt : 1247613081 pkts
Total-sw-tx-pkt : 0 pkts
Total-sw-err : 0 pkts
Total ARP sent : 0 pkts
Total ARP received : 0 pkts
The above are with an internet mix but I could also reproduce it with just http traffic:
./t-rex-64 -f cap2/http_simple.yaml -m 100000 -c 8 -d 100
Could it be nic firmware related?
Thanks