search for: active_mtu

Displaying 8 results from an estimated 8 matches for "active_mtu".

Did you mean: active_mm
2008 Sep 11
12
pciback module not working
This issue was brought up about a year and a half ago. So I''ll bring it up again and see if anything happens. I''ve got an infiniband network and am attempting to pass the infiniband card through the host and give it to the guest. I''m working with standard CentOS 5.2 on both guest and host with their provided xen (3.0.3 ish). I''ve also attempted to install the
2008 Sep 11
12
pciback module not working
This issue was brought up about a year and a half ago. So I''ll bring it up again and see if anything happens. I''ve got an infiniband network and am attempting to pass the infiniband card through the host and give it to the guest. I''m working with standard CentOS 5.2 on both guest and host with their provided xen (3.0.3 ish). I''ve also attempted to install the
2013 Jan 18
1
Configuration...
Hi have what might be some elementary questions. Really, what I"d love would be for someone who has had good success to publish his/her configuration files and, maybe, the output from ifconfig. At this point, when I see the not-so-good performance I"m getting, I don't realistically know if I'm in the right ballfield. It seems to me, that with so many mellanox cards out
2013 Jul 02
1
RDMA Volume Mount Not Functioning for Debian 3.4.beta4
...er: 0xB0 board_id: IBM0D90000009 phys_port_cnt: 1 port: 1 state: PORT_ACTIVE (4) max_mtu: 4096 (5) active_mtu: 4096 (5) sm_lid: 125 port_lid: 604 port_lmc: 0x00 root at cs3-p:~# dpkg --get-selections | grep ibv ibverbs-utils install libibverbs-de...
2013 Nov 12
0
InfiniBand Passthrough not working
2019 Apr 11
1
[RFC 2/3] hw/virtio-rdma: VirtIO rdma device
...{}; + int offs; + size_t s; + + s = iov_to_buf(in, 1, 0, &cmd, sizeof(cmd)); + if (s != sizeof(cmd)) { + return VIRTIO_RDMA_CTRL_ERR; + } + + if (cmd.port != 1) { + return VIRTIO_RDMA_CTRL_ERR; + } + + attr.state = IBV_PORT_ACTIVE; + attr.max_mtu = attr.active_mtu = IBV_MTU_1024; + attr.gid_tbl_len = 256; + attr.port_cap_flags = 0; + attr.max_msg_sz = 1024; + attr.bad_pkey_cntr = 0; + attr.qkey_viol_cntr = 0; + attr.pkey_tbl_len = 1; + attr.lid = 0; + attr.sm_lid = 0; + attr.lmc = 0; + attr.max_vl_num = 1; + attr.sm_sl = 0; +...
2019 Apr 11
9
[RFC 0/3] VirtIO RDMA
Data center backends use more and more RDMA or RoCE devices and more and more software runs in virtualized environment. There is a need for a standard to enable RDMA/RoCE on Virtual Machines. Virtio is the optimal solution since is the de-facto para-virtualizaton technology and also because the Virtio specification allows Hardware Vendors to support Virtio protocol natively in order to achieve
2019 Apr 11
9
[RFC 0/3] VirtIO RDMA
Data center backends use more and more RDMA or RoCE devices and more and more software runs in virtualized environment. There is a need for a standard to enable RDMA/RoCE on Virtual Machines. Virtio is the optimal solution since is the de-facto para-virtualizaton technology and also because the Virtio specification allows Hardware Vendors to support Virtio protocol natively in order to achieve