Jeffry Molanus
Jeffry Molanus
@LucioFranco Thank you for your swift reply! I also thought that that would be the case, I'll ask there as well thanks again.
Hi @saschagrunert, So the good news is -- that the grpc-go folks have fixed the problem of setting an empty authority header. The problem is, and depending on your use...
https://github.com/grpc/grpc-go/pull/3730 :)
The code where the listen address is determined is in `subsys/nvmf/target.rs` Currently; it grabs whatever `get_ipv4_address()` returns. This was done very early during the development of mayastor and very limited...
Just a few minor comments left, but it looks much better already, don't you think?! :+1:
Bors try
Are we sure that `rte_eal_init()` does the right thing? i.e try either 2MB pages and if not found try 1GB pages? When I wrote the code -- back in the...
Just using the memory backend won't solve the problem I think. These subsystem modules are loaded before main (i.e using the __attribute__ flags) The only way to disable the nvmf...
Out of interest -- why are you trying to create multiple instances, to begin with? Would it not be possible to allocate an event, and dispatch that event to the...
The benchmark there did not use RDMA iirc. However, it did unbind the NVMe drivers from the kernel and used the PCI transport type. Have you done that in your...