-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packets dropped #4
Comments
Interesting I noticed that on f29 to ubuntu bionic I was getting autoneg failures and when it did negotiate it would only do so at 100mb - forcing the speed to 10000 fixed when I upgraded the ubuntu side kernel to a mainline 4.20.17 kernel. Previously ubuntu to ubuntu was working without issue. what firmware does ethtool report for you on the card? |
driver: atlantic
version: 2.0.4.0-kern
firmware-version: 3.0.33
expansion-rom-version:
bus-info: 0000:01:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
…On Sun, Apr 7, 2019 at 5:43 AM Joel Wirāmu Pauling ***@***.***> wrote:
Interesting I noticed that on f29 to ubuntu bionic I was getting autoneg
failures and when it did negotiate it would only do so at 100mb - forcing
the speed to 10000 fixed when I upgraded the ubuntu side kernel to a
mainline 4.20.17 kernel.
Previously ubuntu to ubuntu was working without issue. what firmware does
ethtool report for you on the card?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHkxEbkbxhW3s5dYPeIZtn9FWbvLAxnIks5veb3RgaJpZM4cgWI2>
.
|
@ldhasty, how did you checked the number of drops? |
@cail I used ifconfig here is the output enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9000 Latest Driver enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9000 From the ethtool using the latest driver NIC statistics: |
in kernel driver did not reported "dropped" counter. Thats why you don't see it increasing. Drops are inevitable on high rates, especially with udp-based protocols. |
While using this version of the driver I noticed there was a high number of packets dropped using Fedora 29. I was transferring about 70 gig worth of data via SMB and noticed over 429k packets were dropped before I ended the transfer and reverted to the kernel's driver implementation. This is using kernel 5.0.5-200.fc29.x86_64 and an Asus XG-C100C(Atlantic 107). Reverting to the kernels implementation I lost about 1 MB/s in through put but there were no dropped packets. This card is currently connected at a 1Gbs link. I have hardware arriving that will enable the card to run at full speed. It is connected to a Cisco SG300 52-52 using Cat5E
The text was updated successfully, but these errors were encountered: