Yoshihiro Nakajima
Yoshihiro Nakajima
Hi @JalenLin, We have fixed several lookup bugs. Could you check it again in your environment? Thanks,
Hi @k-hikichi, Could you show me more details about NIC driver on VM? If you use a none-paravirtualized network driver on VM, some VLAN headers will be striped by the...
Hi @k-hikichi, Thank you for detail configuration of virtualbox configuration. Let me ask one more question about virtualbox configuration to make sure. Did you enable promiscuss-mode in the configuration of...
Thank you for your report. Your patch looks good. This fix will be merged to next version (0.1.2). Path should be as follows. ``` src/dataplane/mgr/group.c | 2 +- 1 file...
Hi @eugene-che Thank you for queue improvement pull request. Your pull request looks good but several modifies are required for merge. - Could you modify several single if conditional to...
Hi @eugene-che Thanks you for your modification. I will check it in our lab.
Hi @eugene-che We have checked your patch in our lab. We found some unit test errors. I'm try to investigate these unit test errors.
Thank you for your report. Due to he current limitation of DPDK and lagopus, the maximum number of ports is limited to 16 in Lagopus and 32 in DPDK. Please...
Thank you for bug report. Your report seems to be same issue #22 . Please apply the following patch. ``` --- src/dataplane/ofproto/comm.c | 1 + 1 file changed, 1 insertion(+)...
Thanks your report. We try to repro your situation in our lab.