mirage / jitsu

A DNS server that automatically starts unikernels on demand
Other
304 stars 36 forks source link

Release checklist #11

Open samoht opened 9 years ago

samoht commented 9 years ago

We can use this issue to track the list of things to be done before the release:

Points 1. and 2. have made good progress, and I've managed to use 6. to transfer some SYN packets via xenstore in a manual experiment. What is missing is an easy way to reproduce jitsu settings and run tests in there (ideally without having to mess with the system configuration), think on how we can test synjitsu and write the tests. And decide if we want to merge synjitsu patches in mirage-tcpip at all or design a more generic scheme.

Timeline:

MagnusS commented 9 years ago

1 has been merged. I made a screencast for NSDI using what we had - it worked fine, but currently requires a pinned tcpip stack and manual init/cleanup of Xenstore.

Any progress on 2?

samoht commented 9 years ago

@hannesm had made few remarks regarding ARP spoofing that can be an issue with the patch (and with synjitsu in general). Would be great to have more advices on that before doing anything more.