Resposible commit is:
eb0f624
issue:985021
Change-Id: I5b4afc537a9351dd18f5ea08bf4d72a1b03a8635
Signed-off-by: Sarit Zubakov <saritz@mellanox.com>
}
ldout(cct, 20) << __func__ << " tcp_fd: " << tcp_fd << dendl;
- net.set_priority(tcp_fd, opts.priority);
+ net.set_priority(tcp_fd, opts.priority, peer_addr.get_family());
my_msg.peer_qpn = 0;
r = infiniband->send_msg(cct, tcp_fd, my_msg);
if (r < 0)
::close(sd);
return -errno;
}
- net.set_priority(sd, opt.priority);
+ net.set_priority(sd, opt.priority, out->get_family());
RDMAConnectedSocketImpl* server;
//Worker* w = dispatcher->get_stack()->get_worker();