bmc-cache icon indicating copy to clipboard operation
bmc-cache copied to clipboard

In-kernel cache based on eBPF.

Results 10 bmc-cache issues
Sort by recently updated
recently updated
newest added

Dear authors, Would you mind sharing the client-side benchmark code? Best, Yang

Hi! I see that BMC is using UDP get requests for benchmarks. I was wondering how you dealt with packet drops. Did the open-loop generator retransmit requests after some time?

Bmc can directly call main memory without memcache if we just use get set features.

Implement io_uring instead of libevent? Possible to dockerize this as well?

I tried deploying BMC on my machine without much success. With your permission, I will now detail the issues I am facing: There are several undefined values such as **IPPROTO_UDP**,...

When the client send `GET` to server, the packet only contains the `GET abcd`. In this example, the `data_end` - `data` = 8. So, if we want to re-write the...

bmc-cache/memcached-sr# CC=clang CFLAGS='-DREUSEPORT_OPT=1 -Wno-deprecated-declarations' ./configure && make ``` ./configure: line 5148: syntax error near unexpected token `newline' ```

"make" works under bmc folder but ./bmc eth0 churns error below: ``` ; for (off = 4; off < BMC_MAX_PACKET_LENGTH && payload+off+1

./autogen.sh ``` fatal: No names found, cannot describe anything. aclocal... autoheader... automake... autoconf... configure.ac:8: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:8: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE...

possible to make into a docker or provide docker built instructions?