Mellanox / libvma

Linux user space library for network socket acceleration based on RDMA compatible network adaptors
https://www.mellanox.com/products/software/accelerator-software/vma?mtag=vma
Other
559 stars 152 forks source link

Libvma : 8.9.4 arp caching #1022

Closed gmangat-st closed 1 year ago

gmangat-st commented 1 year ago

Subject

Issue type

Configuration:

libvma linked against libnl3

offloading does not work unless gateway mac is in arp cache LD_PRELOAD=libvma.so nc -v --> fails/times out

ip route get , and then ping gateway. verified mac address in cache { arp -a |grep gateway }

LD_PRELOAD=libvma.so nc -v --> success

igor-ivanov commented 1 year ago

@gmangat-st your details describe very old libvma anf OFED versions. I would recommend moving to something newest if possible.

gmangat-st commented 1 year ago

Hi @igor-ivanov Thanks for looking into it. We did try with 9.7.2 and see same problem

gmangat-st commented 1 year ago

am sorry, misread regarding OFED version.

gmangat-st commented 1 year ago

openibd service was failing i.e not loading rdma_ucm issue is resolved