Bug 484796
| Summary: | tulip driver MTU problems when using dot1q vlans | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Andreas Thienemann <andreas> | ||||
| Component: | kernel | Assignee: | Ivan Vecera <ivecera> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.2 | CC: | agospoda, dzickus | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-09-02 08:58:11 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Andreas Thienemann
2009-02-09 23:02:34 UTC
Created attachment 331505 [details]
Backport of Tulip patch to 2.6.18-92.1.22.el5
This is a backport to the current 2.6.18 release from Red Hat.
[root@bb1 ~]# ping -n -M do -s 1472 192.168.23.2
PING 192.168.23.2 (192.168.23.2) 1472(1500) bytes of data.
1480 bytes from 192.168.23.2: icmp_seq=1 ttl=64 time=1.07 ms
1480 bytes from 192.168.23.2: icmp_seq=2 ttl=64 time=1.09 ms
1480 bytes from 192.168.23.2: icmp_seq=3 ttl=64 time=1.07 ms
--- 192.168.23.2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 1.075/1.082/1.094/0.028 ms
[root@bb1 ~]#
Tests show this patch to correct the MTU issue with tulip cards.
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. The proposed patch was posted to netdev@... but it wasn't pulled. I'm going to ask the maintainers for the reason. The maintainers have no problem with including the patch. Note the original patch contained several style errors so I have submitted the corrected one. See: http://marc.info/?l=linux-netdev&m=123624856505509&w=2 Fortunately the proposed patch was accepted by upstream. I'm going to send it for review. in kernel-2.6.18-136.el5 You can download this test kernel from http://people.redhat.com/dzickus/el5 Please do NOT transition this bugzilla state to VERIFIED until our QE team has sent specific instructions indicating when to do so. However feel free to provide a comment indicating that this fix has been verified. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2009-1243.html |