-
Notifications
You must be signed in to change notification settings - Fork 301
Snabb Lab
Servers devoted to the Snabb Switch project and usable by all known developers.
Want to be a known developer? Sure! Just edit authorized_keys and send a pull request. No fuss.
- Feel at home. These servers are here for you to play with and enjoy.
- Check with the mailing list before making global changes. (Not everybody wants your ultimate zsh config!)
- Don't keep precious data on the servers. We might want to reinstall them at short notice.
Name | Purpose | SSH | Xeon model | NICs ---- | ------- | -------- | -------- | ------ | ---- chur | For everybody | lab1.snabb.co port 2020| 2x E5 2650 | 12 x 10G (Intel 82599) jura | For everybody | lab1.snabb.co port 2040 | Atom C2558 | 6 x 1G (Intel I211/I354) not cabled davos | Continuous Integration tests & driver development | lab1.snabb.co port 2000 | 2x E5 2603 | Diverse 10G/40G: Intel, SolarFlare, Mellanox, Chelsio, Broadcom. Installed upon request. grindelwald | Snabb NFV testing | lab1.snabb.co port 2010 | 2x E5 2697v2 | 12 x 10G (Intel 82599) interlaken | Haswell/AVX2 testing | lab1.snabb.co port 2030 | 2x E5 2620v3 | 12 x 10G (Intel 82599)
You are welcome to play, test, and develop on chur.snabb.co
(and jura.snabb.co
). Once your SSH key is authorized (above) you can create a private account like this:
ssh -p 2020 root@lab1.snabb.co # Login to chur
useradd -G sudo -m myusername # Create account
su - myusername # and now you are in business
See all available ports with lspci | grep 10-Gigabit
.
The NICs are dual port cards and the ports of each card are cabled together. So PCI address 0000:xx:00.{0,1} are connected to each other.
(The NICs also have a hardware loop back mode that ca be handy for testing "real" traffic even with only one port and unknown cabling.)
We are grateful to Silicom for their sponsorship in the form of discounted network cards for chur
. Thanks gang!