libvma icon indicating copy to clipboard operation
libvma copied to clipboard

Linux user space library for network socket acceleration based on RDMA compatible network adaptors

Results 56 libvma issues
Sort by recently updated
recently updated
newest added

I am trying to run this libvma on the aarch64 platform and it works. And when using iperf/qperf/sockperf to do some evaluation, I find the latency is better than that...

## Subject VMA ERROR: vlist[0x7fbc567fcad0]:302:push_back() Buff is already a member in a list! ## Issue type - [x] Bug report - [ ] Feature request ## Configuration: * Product version:...

Global buffer_pool lock leads to a lock contention in multi-threaded applications. We can mitigate it by using ring per core and returning pbufs to respective cq_mgr cache.

enhancement
postponed

## Subject segfault at sys_readv () from /lib64/libvma.so ## Issue type - [x] Bug report - [ ] Feature request ## Configuration: * Product version : libvma9.4 * OS: Oracle...

## Subject NFS-Ganesha traffic is not getting offloaded ## Issue type - [x] Bug report - [ ] Feature request ## Configuration: * Product version : 9.4 * OS: Oracle...

18446744073709551615 is illegal data ![image](https://user-images.githubusercontent.com/7479008/123609928-b31e3d80-d832-11eb-91fa-c74f2968fdcd.png)

The PR is based on: https://github.com/Mellanox/libvma/pull/915

enhancement

In RoCE LAG failover_mac=1 mode we create a single rule which doesn't include MAC address of the second interface. As workaround, skip RoCE LAG mode check for active-backup failover_mac=1 and...

draft

This option allows to disable vmad functionality in VMA. Running vmad process can lead to performance degradation in case of multiple TCP socket state changes.

enhancement
postponed

By default VMA checks the os fd once for 100 cq polls (VMA_RX_UDP_POLL_OS_RATIO) in order to receive UDP packets with size > MTU. This commit moves this logic to the...

postponed