Bug 801111
| Summary: | [Mellanox 6.3 Feature]: update mlx4_en driver to support SRIOV | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Vladimir Sokolovsky <vlad> |
| Component: | kernel | Assignee: | Doug Ledford <dledford> |
| Status: | CLOSED ERRATA | QA Contact: | Weibing Zhang <atzhang> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3 | CC: | atzhang, bzeranski, chayang, dledford, jjarvis, juzhang, karen.skweres, kzhang, ltroan, ogerlitz, peterm, syeghiay, trinh.dao, tziporet, vlad, yevgenyp |
| Target Milestone: | rc | ||
| Target Release: | 6.3 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kernel-2.6.32-255.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 756392 | Environment: | |
| Last Closed: | 2012-06-20 08:33:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Vladimir Sokolovsky
2012-03-07 17:18:13 UTC
These are additional patches for SRIOV support that came in after my primary patch set was submitted for review. The final set of patches I'm submitting are done. Patch(es) available on kernel-2.6.32-255.el6 Hi Vladimir, Could you help testing this bug on latest snapshot please? Thank you! It seems there is no num_vfs option for mlx4_en module. Can SR-IOV support for mlx4_en be tested via mlx4_core? [root@rdma4 ~]# modprobe -r mlx4_en [root@rdma4 ~]# modinfo mlx4_en filename: /lib/modules/2.6.32-272.el6.x86_64/kernel/drivers/net/mlx4/mlx4_en.ko version: 2.0 (Dec 2011) license: Dual BSD/GPL description: Mellanox ConnectX HCA Ethernet driver author: Liran Liss, Yevgeny Petrilin srcversion: 6DE2D669A9E754DB0B7932A depends: mlx4_core vermagic: 2.6.32-272.el6.x86_64 SMP mod_unload modversions parm: inline_thold:treshold for using inline data (int) parm: tcp_rss:Enable RSS for incomming TCP traffic or disabled (0) (uint) parm: udp_rss:Enable RSS for incomming UDP traffic or disabled (0) (uint) parm: pfctx:Priority based Flow Control policy on TX[7:0]. Per priority bit mask (uint) parm: pfcrx:Priority based Flow Control policy on RX[7:0]. Per priority bit mask (uint) It is standard that the num_vfs option is set via mlx4_core. Run NIC driver test for mlx4_en on kernel-2.6.32-272 and all the tests passed. [root@rdma4 ~]# modprobe -r mlx4_en [root@rdma4 ~]# modprobe -r mlx4_ib [root@rdma4 ~]# modprobe -r mlx4_core [root@rdma4 ~]# modprobe mlx4_core num_vfs=1 Set SanityOnly. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0862.html |