futurewei-cloud / chogori-seastar-rd

Apache License 2.0
6 stars 9 forks source link

RDMA batch receive request posting #7

Open jfunston opened 3 years ago

jfunston commented 3 years ago

The RDMA implementation currently batches posting of receive requests that are completed in a single poll, but it should wait and batch up to a specified number of RRs across multiple polls. This will reduce PCI traffic and help performance especially in multicore setups.