Update README.md

This commit is contained in:
Pim van Pelt
2021-10-08 07:56:54 +02:00
committed by GitHub
parent bd8d8b40d6
commit 852a590cf6

View File

@ -72,7 +72,7 @@ Then check out this plugin out-of-tree and symlink it in.
mkdir ~/src mkdir ~/src
cd ~/src cd ~/src
git clone https://github.com/pimvanpelt/lcpng.git git clone https://github.com/pimvanpelt/lcpng.git
ln -s ~src/lcpng ~/src/vpp/src/plugins/lcpng ln -s ~/src/lcpng ~/src/vpp/src/plugins/lcpng
``` ```
## Running ## Running
@ -131,6 +131,9 @@ DBGvpp#
### Pinging BondEthernet ### Pinging BondEthernet
Interesting packetloss and latency increase seen on the BondEthernet0 interfaces (`10.1.*.2`)
versus TenGigabitEthernet (`10.0.*.2`) interfaces:
```
10.1.1.2 : xmt/rcv/%loss = 30000/29833/0%, min/avg/max = 0.11/0.50/10.6 10.1.1.2 : xmt/rcv/%loss = 30000/29833/0%, min/avg/max = 0.11/0.50/10.6
10.1.2.2 : xmt/rcv/%loss = 30000/29856/0%, min/avg/max = 0.10/0.50/10.8 10.1.2.2 : xmt/rcv/%loss = 30000/29856/0%, min/avg/max = 0.10/0.50/10.8
10.1.3.2 : xmt/rcv/%loss = 30000/29851/0%, min/avg/max = 0.10/0.51/10.7 10.1.3.2 : xmt/rcv/%loss = 30000/29851/0%, min/avg/max = 0.10/0.51/10.7
@ -151,4 +154,5 @@ DBGvpp#
2001:db8:0:3::2 : xmt/rcv/%loss = 30000/30000/0%, min/avg/max = 0.10/0.20/8.20 2001:db8:0:3::2 : xmt/rcv/%loss = 30000/30000/0%, min/avg/max = 0.10/0.20/8.20
2001:db8:0:4::2 : xmt/rcv/%loss = 30000/29999/0%, min/avg/max = 0.11/0.19/8.49 2001:db8:0:4::2 : xmt/rcv/%loss = 30000/29999/0%, min/avg/max = 0.11/0.19/8.49
2001:db8:0:5::2 : xmt/rcv/%loss = 30000/29999/0%, min/avg/max = 0.10/0.19/8.46 2001:db8:0:5::2 : xmt/rcv/%loss = 30000/29999/0%, min/avg/max = 0.10/0.19/8.46
```