Re: SR-IOV on ESXi 5.1
What other solutions to use RDMA/SDP in multiple Virtual Machines (vSphere) over one single Mellanox card are existing? Is it possible to use the VMXNET 3 for such possibilities? With which OFED...
View ArticleRe: OFED 2.0 is coming soon
Any news when OFED 2.0 will be released? We are currently in the process of upgrading our cluster to Ubuntu 12.04 and would prefer to jump directly to OFED 2.0 instead of first try to get 1.5.3 running...
View ArticleRe: SR-IOV on ESXi 5.1
Hi mruepp,vSphere supports several virtualization technologies listed below, you may use option #a. a. vmnic/vmhba Para Virtulization: for networking/storage services, this is supported today using...
View ArticleRe: What questions do you have about IPoIB for Mellanox?
UD is becoming more performance oriented than ever before, and can cross our IB to Ethernet gateways. CM cannot cross gateways which is a major issue for compatibility. Linux still has both CM and UD...
View ArticleRe: Windows server 2012 to linux connectivity?
Thanks Jeff! Just what I was looking for.
View ArticleRe: OFED 2.0 is coming soon
Sounds good (especially the ubuntu part :-) Do you know if the beta (and/or GA) supports ConnectX-2 and works with BX5020 and IS5030? When I asked support, early march, to participate in the beta...
View ArticleRe: MNPH29D - Driver build problem
OK, I finally received my switch box. I connected everything and nothing happened. I then did as justinclift suggested below. I rebooted and everything seems to be lit up now. Thank you very much...
View ArticleRe: MNPH29D - Driver build problem
Cool. The commands you'll probably find most useful right away are: ibv_devinfoibaddribdiagnetibhostsibnodesibping The config files you'll probably find most interesting are in the /etc/rdma/...
View ArticleRe: MNPH29D - Driver build problem
Justin, I think I don't have something configured properly. Here's what I get: [root@think172 ~]# ibv_devinfoNo IB devices found[root@think172 ~]# ibaddribwarn: [20819] mad_rpc_open_port: can't open...
View ArticleRe: ConnectX-2: mlx4_en: Port: 1, invalid mac burned: 0x0, quiting
Hmmm, it kind of sounds like you're just wanting to run the adapters in native 10 GbE mode instead of in IB mode. That's super simple to do if you're using the Infiniband stuff that comes with CentOS....
View ArticleRe: MNPH29D - Driver build problem
Oops, I gave you bad info there. Didn't notice/remember that you're using EN cards. i.e. Ethernet only ones I don't think the Infiniband specific commands work with them. Guessing that your adapters...
View ArticleRe: ConnectX-2: mlx4_en: Port: 1, invalid mac burned: 0x0, quiting
Thanks, the flint -mac hints were spot on. I can now see the two eth* devices in ifconfig, but when doing:machine1$ ifconfig eth0 192.192.168.1.1machine2$ ifconfig eth0 192.192.168.1.2this comes up in...
View ArticleRe: ConnectX-2: mlx4_en: Port: 1, invalid mac burned: 0x0, quiting
Are the ports connected to an Ethernet switch now?Can you check the configuration of the switch ports, speed, autonegotiation, and make sure the switchports are "no shutdown".You can also crossover...
View ArticleRe: What questions do you have about IPoIB for Mellanox?
How about L2 bridging Ethernet to IPoIB without a gateway? Say using a linux box with IB and Ethernet ports.
View ArticleRe: What questions do you have about IPoIB for Mellanox?
It would be extremely slow. Everything is done in software, kernel in particular, and that means huge latency.You can try with the standart Linux bridge. Just add eth0 and ib0 to the same bridge and it...
View ArticleRe: SR-IOV on ESXi 5.1
Ali, Do you have an idea of the expected timeline for option #c, next OFED release with SR-IOV will be available? I'm attempting to build a virtual lab for development and testing of software for RDMA,...
View ArticleRe: ConnectX-2: mlx4_en: Port: 1, invalid mac burned: 0x0, quiting
Sorry for the dumb question but why is your ipv4 address contains 5 segments? was this a mistake?machine1$ ifconfig eth0 192.192.168.1.1machine2$ ifconfig eth0 192.192.168.1.2
View ArticleRe: OFED 2.0 is coming soon
The GA will support ConnectX2 and IS5XXX for sure. those are all being tested.Normally, during beta stages the engineering team is tying to limit the testing scope of users to the latest and greatest...
View ArticleRe: ConnectX-2: mlx4_en: Port: 1, invalid mac burned: 0x0, quiting
Because more is better J I edited the commands in the reply, trying to make it clear what I did. Ifconfig doesn't accept 5-segment ipv4 addresses (it outputs 'unknown host'). Thanks for the list of...
View Article