RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1027084 - could not set mtu > 1500 when using virtio-net on SLES10 SP4 guest
Summary: could not set mtu > 1500 when using virtio-net on SLES10 SP4 guest
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: qemu-kvm
Version: 6.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Virtualization Maintenance
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-06 05:59 UTC by ShupingCui
Modified: 2016-05-16 04:07 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-07 02:11:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description ShupingCui 2013-11-06 05:59:08 UTC
Description of problem:
could not set mtu > 1500 when using virtio-net on SLES 10 SP4 guest

Version-Release number of selected component (if applicable):
Host:
qemu-img-rhev-0.12.1.2-2.415.el6.x86_64
kernel-2.6.32-428.el6.x86_64
Guest:
# uname -r
2.6.16.60-0.85.1-default

How reproducible:
100%

Steps to Reproduce:
1. boot SLES 10 SP4 guest with virtio-net nic
/root/staf-kvm-devel/autotest-devel/client/tests/virt/qemu/qemu \
    -S \
    -name 'virt-tests-vm1' \
    -nodefaults \
    -chardev socket,id=qmp_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1-20131105-232306-xg7IopJV,server,nowait \
    -mon chardev=qmp_id_qmpmonitor1,mode=control \
    -chardev socket,id=serial_id_serial1,path=/tmp/serial-serial1-20131105-232306-xg7IopJV,server,nowait \
    -device isa-serial,chardev=serial_id_serial1 \
    -chardev socket,id=seabioslog_id_20131105-232306-xg7IopJV,path=/tmp/seabios-20131105-232306-xg7IopJV,server,nowait \
    -device isa-debugcon,chardev=seabioslog_id_20131105-232306-xg7IopJV,iobase=0x402 \
    -device ich9-usb-uhci1,id=usb1,bus=pci.0,addr=0x4 \
    -drive file='/root/staf-kvm-devel/autotest-devel/client/tests/virt/shared/data/images/sles10-64-virtio.qcow2',index=0,if=none,id=drive-virtio-disk1,media=disk,cache=none,snapshot=off,format=qcow2,aio=native \
    -device virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk1,bootindex=0 \
    -device virtio-net-pci,netdev=idmO1hp9,mac='9a:f4:f5:f6:f7:f8',bus=pci.0,addr=0x6,id='idtrVx6E' \
    -netdev tap,id=idmO1hp9,vhost=on,vhostfd=25,fd=24 \
    -m 2048 \
    -smp 2,maxcpus=2,cores=1,threads=1,sockets=2 \
    -cpu 'Penryn' \
    -M rhel6.5.0 \
    -device AC97,addr=0x7 \
    -device usb-tablet,id=usb-tablet1,bus=usb1.0,port=1 \
    -vnc :0 \
    -vga cirrus \
    -rtc base=utc,clock=host,driftfix=slew  \
    -boot order=cdn,once=c,menu=off   \
    -no-kvm-pit-reinjection \
    -enable-kvm
2. change Ethernet mtu > 1500 in guest
ifconfig eth6 mtu 65520
3.

Actual results:
set failed, error info:
"SIOCSIFMTU: Invalid argument"

Expected results:
set mtu=65520 ok

Additional info:
1. rtl8139, e1000 can set successfully
rtl8139: max mtu=1500
e1000: max mtu=16110

Comment 2 Amos Kong 2013-11-06 06:25:46 UTC
Why do you think it's a qemu-kvm bug (not virtio-net driver)?
did you tested with latest rhel6.5 & rhel7 guest?

2.6.16 was released in Mar of 2006, it's too old.

Comment 3 ShupingCui 2013-11-06 10:20:35 UTC
tested on sles11.3(kernel: 3.0.76-0.11), latest rhel6.5 & rhel7 guest, set mtu=65520 is ok.

Comment 4 Amos Kong 2013-11-07 02:11:11 UTC
according to comment #3, close as NOTABUG.


Note You need to log in before you can comment on or make changes to this bug.