Vlad,

Please pull these commits from:

ssh://[email protected]/home/vipulp/scm/ofed_kernel.git ofed_1_5

They add more cxgb4 backports.

Thanks,

Steve.


---


commit 6128a5d33674df915a196f6deb3b741706b8f7c0
Author: Kumar Sanghvi <[email protected]>
Date:   Sat Aug 27 12:15:49 2011 +0530

    iw_cxgb4/cxgb4: Add SLES11sp1 backport

    Also, adds support in ofed_script/get_backport.sh for sles11sp1

    Signed-off-by: Kumar Sanghvi <[email protected]>

 .../backport/2.6.32_sles11sp1/include/asm/iomap.h  |    8 +
 .../backport/2.6.32_sles11sp1/include/linux/err.h  |   13 +
 .../2.6.32_sles11sp1/include/linux/ethtool.h       |   42 +
 .../2.6.32_sles11sp1/include/linux/netdevice.h     |   64 ++
 .../backport/2.6.32_sles11sp1/include/linux/pci.h  |   98 +++
 .../2.6.32_sles11sp1/include/linux/pci_regs.h      |    9 +
 .../2.6.32_sles11sp1/include/linux/skbuff.h        |   22 +
 .../2.6.32_sles11sp1/include/linux/string.h        |   46 +
 .../2.6.32_sles11sp1/cxgb3_0010_to_2_6_32.patch    |   12 +
 .../cxgb4_0001_ethtool_phy_state.patch             |   25 +
 .../cxgb4_0002_revert_netdevice_changes.patch      |  181 ++++
 .../2.6.32_sles11sp1/cxgb4_0003_cxgb4_main.patch   |  183 +++++
 .../cxgb4_0004_real_num_tx_queues.patch            |   38 +
 .../ehca-010-remove_driver_data.patch              |   60 ++
 .../2.6.32_sles11sp1/ehca-020-fix_buswalk.patch    |   17 +
 .../ipoib_0010_unset_IFF_XMIT_DST_RELEASE.patch    |   24 +
 .../2.6.32_sles11sp1/iw_cxgb4_0010_to_2_6_38.patch |   47 ++
 .../2.6.32_sles11sp1/iw_cxgb4_0020_to_2_6_35.patch |   22 +
 .../2.6.32_sles11sp1/iw_cxgb4_0030_to_2_6_33.patch |  137 +++
 .../iw_cxgb4_0040_to_2_6_32_kfifo.patch            |  258 ++++++
 .../2.6.32_sles11sp1/mlx4_0030_for_2.6.35.patch    |   37 +
 .../mlx4_en_0030_lro_backport.patch                |  864 ++++++++++++++++++++
 .../2.6.32_sles11sp1/mlx4_semaphore_include.patch  |   14 +
 .../2.6.32_sles11sp1/mthca_0010_for_2.6.35.patch   |   51 ++
 .../2.6.32_sles11sp1/net_skb-dst_accessors.patch   |  149 ++++
 .../2.6.32_sles11sp1/new_frags_interface.patch     |  131 +++
 .../2.6.32_sles11sp1/sdp_0160_fix_sdp_proto.patch  |   13 +
 .../2.6.32_sles11sp1/sysfs_0010_to_2_6_32.patch    |   14 +
 .../2.6.32_sles11sp1/ucm_0010_to_2_6_32.patch      |   61 ++
 .../2.6.32_sles11sp1/user_mad_mutex_init.patch     |   15 +
 ofed_scripts/get_backport_dir.sh                   |    7 +-
 31 files changed, 2661 insertions(+), 1 deletions(-)

commit 515c1fdec3c88f559abae6b41e0044b23fe6c3e9
Author: Kumar Sanghvi <[email protected]>
Date:   Sun Aug 7 12:03:17 2011 +0530

    iw_cxgb4: Add 2.6.30 backport

    Signed-off-by: Kumar Sanghvi <[email protected]>

 .../backport/2.6.30/iw_cxgb4_0010_to_2_6_38.patch  |   47 ++++
 .../backport/2.6.30/iw_cxgb4_0020_to_2_6_35.patch  |   22 ++
 .../backport/2.6.30/iw_cxgb4_0030_to_2_6_33.patch  |  137 +++++++++++
 .../2.6.30/iw_cxgb4_0040_to_2_6_32_kfifo.patch     |  258 ++++++++++++++++++++
 4 files changed, 464 insertions(+), 0 deletions(-)

commit be4af96779aca48bba3473be3b894e4bd11d0987
Author: Vipul Pandya <[email protected]>
Date:   Thu Aug 4 18:04:00 2011 +0530

    Adding patches for 2.6.30 kernel for cxgb4 driver.

    Signed-off-by: Vipul Pandya <[email protected]>

 kernel_addons/backport/2.6.30/include/linux/err.h  |   13 +
 .../backport/2.6.30/include/linux/ethtool.h        |   49 ++++
 .../backport/2.6.30/include/linux/netdevice.h      |   67 ++++++
 kernel_addons/backport/2.6.30/include/linux/pci.h  |   98 ++++++++
 .../backport/2.6.30/include/linux/pci_regs.h       |    9 +
 .../backport/2.6.30/include/linux/skbuff.h         |   32 +++
 .../backport/2.6.30/include/linux/string.h         |   46 ++++
 .../2.6.30/cxgb4_0001_ethtool_phy_state.patch      |   25 ++
 .../cxgb4_0002_revert_netdevice_changes.patch      |  181 +++++++++++++++
 .../backport/2.6.30/cxgb4_0003_cxgb4_main.patch    |  183 +++++++++++++++
 .../2.6.30/cxgb4_0004_real_num_tx_queues.patch     |  233 ++++++++++++++++++++
 11 files changed, 936 insertions(+), 0 deletions(-)

commit 262799f93ca7395807e2a983655c1bfc44d30e9b
Author: Kumar Sanghvi <[email protected]>
Date:   Mon Aug 8 12:34:22 2011 +0530

    iw_cxgb4: Add 2.6.18-EL5.6 backport

    Signed-off-by: Kumar Sanghvi <[email protected]>

 .../2.6.18-EL5.6/iw_cxgb4_0010_to_2_6_38.patch     |   47 ++++
 .../2.6.18-EL5.6/iw_cxgb4_0020_to_2_6_35.patch     |   22 ++
 .../2.6.18-EL5.6/iw_cxgb4_0030_to_2_6_33.patch     |  137 +++++++++++
 .../iw_cxgb4_0040_to_2_6_32_kfifo.patch            |  258 ++++++++++++++++++++
 .../2.6.18-EL5.6/iw_cxgb4_0050_to_2_6_18.patch     |  169 +++++++++++++
 5 files changed, 633 insertions(+), 0 deletions(-)

commit b428d6aec7163cc88da4a464c1b4ec596db712f8
Author: Vipul Pandya <[email protected]>
Date:   Tue Aug 9 19:26:21 2011 +0530

    Adding patches for RHEL5.6 for cxgb4 driver.

    Signed-off-by: Vipul Pandya <[email protected]>

 .../backport/2.6.18-EL5.6/include/linux/debugfs.h  |    9 +
 .../backport/2.6.18-EL5.6/include/linux/device.h   |   18 +
 .../backport/2.6.18-EL5.6/include/linux/err.h      |   13 +
 .../2.6.18-EL5.6/include/linux/etherdevice.h       |    2 +
 .../backport/2.6.18-EL5.6/include/linux/ethtool.h  |   50 +
 .../2.6.18-EL5.6/include/linux/netdevice.h         |  146 +-
 .../backport/2.6.18-EL5.6/include/linux/pci.h      |  226 +-
 .../backport/2.6.18-EL5.6/include/linux/skbuff.h   |   32 +-
 .../backport/2.6.18-EL5.6/include/linux/string.h   |   27 +
 .../backport/2.6.18-EL5.6/include/linux/types.h    |    9 +
 .../backport/2.6.18-EL5.6/cxgb4_0001_rhel5_6.patch |10947 ++++++++++++++++++++
 11 files changed, 11470 insertions(+), 9 deletions(-)

commit 6b4bc39de10f584b1f4ff8687e90cdd308385cd2
Author: Kumar Sanghvi <[email protected]>
Date:   Sun Aug 7 14:29:33 2011 +0530

    iw_cxgb4: Add 2.6.18-EL5.7 backport

    Signed-off-by: Kumar Sanghvi <[email protected]>

 .../2.6.18-EL5.7/iw_cxgb4_0010_to_2_6_38.patch     |   47 ++++
 .../2.6.18-EL5.7/iw_cxgb4_0020_to_2_6_35.patch     |   22 ++
 .../2.6.18-EL5.7/iw_cxgb4_0030_to_2_6_33.patch     |  137 +++++++++++
 .../iw_cxgb4_0040_to_2_6_32_kfifo.patch            |  258 ++++++++++++++++++++
 .../2.6.18-EL5.7/iw_cxgb4_0050_to_2_6_18.patch     |  169 +++++++++++++
 5 files changed, 633 insertions(+), 0 deletions(-)

commit be062eb4d43c80744db15fedf53c105e46cdd143
Author: Vipul Pandya <[email protected]>
Date:   Sat Aug 6 18:38:53 2011 +0530

    Adding patches for RHEL5.7 for cxgb4 driver.

    Signed-off-by: Vipul Pandya <[email protected]>

 .../backport/2.6.18-EL5.7/include/linux/device.h   |   18 +
 .../backport/2.6.18-EL5.7/include/linux/err.h      |   13 +
 .../2.6.18-EL5.7/include/linux/etherdevice.h       |    2 +
 .../backport/2.6.18-EL5.7/include/linux/ethtool.h  |   50 +
 .../2.6.18-EL5.7/include/linux/netdevice.h         |  146 +-
 .../backport/2.6.18-EL5.7/include/linux/pci.h      |  148 +-
 .../backport/2.6.18-EL5.7/include/linux/pci_regs.h |    9 +
 .../backport/2.6.18-EL5.7/include/linux/skbuff.h   |   17 +-
 .../backport/2.6.18-EL5.7/include/linux/string.h   |   27 +
 .../backport/2.6.18-EL5.7/include/linux/types.h    |    9 +
 .../backport/2.6.18-EL5.7/cxgb4_0001_rhel5_7.patch |10947 ++++++++++++++++++++
 11 files changed, 11376 insertions(+), 10 deletions(-)


_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to