yasukata

Results 31 comments of yasukata

@Yangff Thank you very much for your idea. I did not know that the CPUs have the Last Branch Record (LBR) feature, and it looks very useful. While I am...

@Yangff > I think the biggest problem is there is no easy way to read this MSR.. it reuqires privileged instructions for both RDMSR or XSAVES in order to read.....

@pdlan Thank you for your message. The current implementation already has a quick check to detect red zones and try to avoid overwriting them https://github.com/yasukata/zpoline/issues/9#issuecomment-1855093788. But, I think there is...

Thank you for your message. > Why doesn't zpoline support clone3? Is it because of some special features of clone3? The reason why I did this is that the argument...

Thank you for your report. Could you give me a bit more information so that I can reproduce this error? Particularly, the following information will be helpful. - the command,...

I could reproduce the error. I will look into this, and get back to you once I figure out the problem. Thank you for reporting the issue.

Thank you for your message. I run the same iperf test, and I got a similar result to the one you provided. I’m sorry but, for the moment, I do...

Thank you for sharing your thoughts. They are interesting points. I will keep them in mind for further investigation. Now, I feel like I need to look into the TCP...

Thank you for your message. I had previously added the client mode (https://github.com/yasukata/tinyhttpd-lwip-dpdk/issues/3), but I found it does not work for getting data from nginx, so, made changes in the...

Thank you very much for your kind words. > Can iip hijack go and rust compiled apps sockets or how i should run go and rust apps with it? The...