aranb / vcc-exp

vCC experiment scripts for mininet
MIT License
0 stars 6 forks source link

About vcc Hypervisor #2

Open yuxinLiu opened 7 years ago

yuxinLiu commented 7 years ago

Dear Aran Bergman Hello,I recently read VCC this article, want to reproduce vcc experiment. In the fourth chapter, the paper mentions that "The vCC translation layer is implemented as a filter called DVFilter [38] in the hypervisor's vSwitch", I want to know how to do. Of course, the paper mentioned the realization of the theory, but I am not familiar with vsphere, can provide details of the description, such as how to set up.And papers on mininet experiments have related documents, but the hypervisor 's experimental content less, if there are related configuration files, such as the translation layer is implemented as a filter called DVFilter, can you share to me?I am sorry to give you trouble。 Best wishes to you! sincerely, Yuxin Liu

asmajo74 commented 5 years ago

Dear Aran Bergman Hello,I recently read VCC this article, want to reproduce vcc experiment. In the fourth chapter, the paper mentions that "The vCC translation layer is implemented as a filter called DVFilter [38] in the hypervisor's vSwitch", I want to know how to do. Of course, the paper mentioned the realization of the theory, but I am not familiar with vsphere, can provide details of the description, such as how to set up.And papers on mininet experiments have related documents, but the hypervisor 's experimental content less, if there are related configuration files, such as the translation layer is implemented as a filter called DVFilter, can you share to me?I am sorry to give you trouble。 Best wishes to you! sincerely, Yuxin Liu

hello, i'm also working on this experiment, and i need the things u mentioned as weel. did u find them?

aranb commented 5 years ago

Dear Yuxin Liu and asmajo74,

The VMware hypervisor (ESXi), it's vSwitch and the DVFilter implementations are proprietary VMware code, so we could not share these. We did share all the code including patch and scripts needed to reproduce the results of all open-source Linux- and mininet-based experiments we conducted and you are welcome to use these.

Regards, Aran.