Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 935579 Details for
Bug 1138228
qemu-kvm with vhost=off and sndbuf=100 crashed when stop it during pktgen test from guest to host
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
The script I used to test pktgen
pktgen.sh (text/plain), 1.11 KB, created by
Qian Guo
on 2014-09-09 08:32:35 UTC
(
hide
)
Description:
The script I used to test pktgen
Filename:
MIME Type:
Creator:
Qian Guo
Created:
2014-09-09 08:32:35 UTC
Size:
1.11 KB
patch
obsolete
>#!/bin/sh ># usage sh pktgen.sh $device $queues > >modprobe -r pktgen >modprobe pktgen >echo reset > /proc/net/pktgen/pgctrl > >ifconfig $1 up > >function pgset() { > local result > > echo $1 > $PGDEV > > result=`cat $PGDEV | fgrep "Result: OK:"` > if [ "$result" = "" ]; then > cat $PGDEV | fgrep Result: > fi >} > >function pg() { > echo inject > $PGDEV > cat $PGDEV >} > >for i in 0 `seq $(($2-1))` >do > echo "Adding queue 0 of $1" > dev=$1@$i > > PGDEV=/proc/net/pktgen/kpktgend_$i > pgset "rem_device_all" > pgset "add_device $dev" > pgset "max_before_softirq 100000" > > # Configure the individual devices > echo "Configuring devices $dev" > > PGDEV=/proc/net/pktgen/$dev > > pgset "queue_map_min $i" > pgset "queue_map_max $i" > pgset "count 10000000" > pgset "min_pkt_size 60" > pgset "max_pkt_size 60" > pgset "dst 10.66.8.128" > pgset "dst_mac 00:24:7e:05:43:10" > pgset "udp_src_min 0" > pgset "udp_src_max 65535" > pgset "udp_dst_min 0" > pgset "udp_dst_max 65535" >done > ># Time to run > >PGDEV=/proc/net/pktgen/pgctrl > >echo "Running... ctrl^C to stop" > >pgset "start" > >echo "Done"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1138228
:
934364
| 935579