Hi Vlad,
We have a following patch that is required to build iw_cxgb3 and iw_cxgb4 driver. Can you please suggest a place where it can fit appropriately in new OFED build environment? --- a/drivers/infiniband/hw/cxgb3/Makefile +++ b/drivers/infiniband/hw/cxgb3/Makefile @@ -1,4 +1,4 @@ -ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb3 +ccflags-y := -I$(CWD)/drivers/net/ethernet/chelsio/cxgb3 obj-$(CONFIG_INFINIBAND_CXGB3) += iw_cxgb3.o diff --git a/drivers/infiniband/hw/cxgb4/Makefile b/drivers/infiniband/hw/cxgb4/Makefile index 46b878c..b26d54c 100644 --- a/drivers/infiniband/hw/cxgb4/Makefile +++ b/drivers/infiniband/hw/cxgb4/Makefile @@ -1,4 +1,4 @@ -ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4 +ccflags-y := -I$(CWD)/drivers/net/ethernet/chelsio/cxgb4 obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o We have thought of the following: 1. Put the patch in compa-rdma/crap directoy. But it requires to give '-c' option to apply patches from it. So, modify the admin_rdma.sh to always apply patches from crap directory. 2. Make a new directory called build-adjustments and have the scripts always apply patches from that dir. 3. Apply patch directly to linux-3.2 tree. Kindly suggest which one would be more appropriate. Thanks, Vipul Pandya
_______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
