machnet
machnet copied to clipboard
Machnet provides applications like databases and finance an easy way to access low-latency DPDK-based messaging on public cloud VMs. 750K RPS on Azure at 61 us P99.9.
Here is the error: Some (but not all) targets in this export set were already defined. Targets Defined: gflags_shared;gflags_nothreads_shared Targets not yet defined: gflags_static;gflags_nothreads_static This must be addressed via some...
Hi everyone, Recent changes resulted in the dynamic linking of libraries. Of course, a solution exists, but static linking is a better choice. It seems the package config module in...
`Dpdk::InitDpdk` calls `rte_eal_init` with `rte_args`, which are command-line options without the program name (basename). A typical `rte_args` might look like `--log-level=eal,8 --proc-type=auto` or `-c 0x0 -n 6`. However, `rte_eal_init` expects...
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.1.0 to 1.2.4. Release notes Sourced from github.com/golang/glog's releases. v1.2.4 What's Changed Fail if log file already exists by @chressie in golang/glog#74: glog: Don't try to create/rotate...
I am running into the following fatal error while starting machnet. => Hardware does not support checksum offloads. Driver information: driver: gve version: 1.0.0 capabilities (via ethtool -k) tx-checksum-ipv4: off...
I'm using AWS and trying to test `machnet` for different AWS regions When I try to run the hello world example, on the sender side I always got ``` ERROR:...
Hello everyone, when configuring the engine_threads to any value > 1 I get an error when connecting from a client to a server. For the configuration with engine_threads=2, I get...