Whamcloud - gitweb
LU-1029 build: build ofed 1.5.4 with qlgc_vnic failed
authorMinh Diep <mdiep@whamcloud.com>
Tue, 7 Feb 2012 15:53:09 +0000 (07:53 -0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 16 Feb 2012 17:03:30 +0000 (12:03 -0500)
Ofed failed to include proper header files to support
qlgc_vnic. Since we are not using ib on vnic in the lab,
we'll remove it

Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Change-Id: Ibce110b44940fda5f13abab890f3e9176f55b9d2
Reviewed-on: http://review.whamcloud.com/2110
Tested-by: Hudson
Reviewed-by: Brian J. Murrell <brian@whamcloud.com>
Reviewed-by: Michael MacDonald <mjmac@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/lbuild

index db75c98..52125b5 100755 (executable)
@@ -1054,7 +1054,7 @@ build_kernel_ib() {
         K_SRC="KSRC"
     fi
 
-    local OFED_CORE="--with-core-mod --with-ipoib-mod --with-sdp-mod --with-user_mad-mod --with-user_access-mod --with-addr_trans-mod --with-rds-mod --with-qlgc_vnic-mod --with-madeye-mod"
+    local OFED_CORE="--with-core-mod --with-ipoib-mod --with-sdp-mod --with-user_mad-mod --with-user_access-mod --with-addr_trans-mod --with-rds-mod --with-madeye-mod"
     local OFED_HARDWARE="--with-mthca-mod --with-mlx4-mod --with-mlx4_en-mod --with-cxgb3-mod --with-nes-mod"
     # some I/B drivers are architecture dependent and kernel-ib's configure
     # does not figure it out for us ~sigh~