virtio: Add RX queue full statisitics
[vpp.git] / src / scripts / vnet / tcp
1 loop create
2 set int ip address loop0 192.168.1.1/8
3 set int state loop0 up
4
5 packet-generator new {                                          \
6   name x                                                        \
7   limit 2048                                                    \
8   node ip4-input                                                \
9   size 100-100                                                  \
10   interface loop0                                               \
11   data {                                                        \
12     TCP: 192.168.1.2 -> 192.168.1.1                             \
13     TCP: 32415 -> 80                                            \
14     SYN                                                         \
15     incrementing 100                                            \
16   }                                                             \
17 }