Branch: refs/heads/dynamic-defrag-bufs Home: https://github.com/kronosnet/kronosnet Commit: 0fe92f8befaf47d8fbd450e6e3ace3ff27be8f0e https://github.com/kronosnet/kronosnet/commit/0fe92f8befaf47d8fbd450e6e3ace3... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths: M libknet/bindings/rust/src/knet_bindings.rs M libknet/bindings/rust/tests/src/bin/knet-test.rs M libknet/handle.c M libknet/handle_api.c M libknet/host.c M libknet/host.h M libknet/internals.h M libknet/libknet.h M libknet/tests/api-check.mk A libknet/tests/api_knet_handle_get_host_defrag_bufs.c A libknet/tests/api_knet_handle_set_host_defrag_bufs.c M libknet/tests/knet_bench.c M libknet/threads_rx.c M man/Makefile.am
Log Message: ----------- [host] switch to dynamically allocated defrag buffers
- add ability to double or half defrag buffers based on usage - add configuration API to determine defrag buffers min/max/% and reclaim policy (absolute/average) - add rust bindings - add related tests
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com Signed-off-by: Christine Caulfield ccaulfie@redhat.com