[Pkg-ofed-commits] [fabtests] branch master updated (40db078 -> 7ea4703)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Nov 5 15:39:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a change to branch master
in repository fabtests.

      from  40db078   wrap-and-sort
       new  3e72aa4   New upstream version 1.4.0
       new  793f1dc   Merge tag 'upstream/1.4.0'
       new  9d4ac01   New upstream release.
       new  e102111   Add b-d on python
       new  7ea4703   add comment about tests

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                           |  48 +-
 COPYING                                           |   2 +-
 Makefile.am                                       |  47 +-
 Makefile.in                                       | 193 ++++--
 aclocal.m4                                        | 159 ++---
 benchmarks/benchmark_shared.c                     | 199 ++++--
 benchmarks/benchmark_shared.h                     |  10 +-
 benchmarks/dgram_pingpong.c                       |  45 +-
 benchmarks/{rdm_tagged_bw.c => msg_bw.c}          |  56 +-
 benchmarks/msg_pingpong.c                         | 124 +---
 benchmarks/rdm_cntr_pingpong.c                    |  45 +-
 benchmarks/rdm_pingpong.c                         |  45 +-
 benchmarks/rdm_tagged_bw.c                        |  49 +-
 benchmarks/rdm_tagged_pingpong.c                  |  48 +-
 benchmarks/{rdm_tagged_bw.c => rma_bw.c}          |  74 +--
 common/osx/osd.c                                  |  13 +-
 common/shared.c                                   | 704 ++++++++++++++++++----
 complex/fabtest.h                                 |   2 +-
 complex/ft_comm.c                                 |   4 +-
 complex/ft_main.c                                 | 172 +-----
 complex/ft_test.c                                 |  21 +-
 config.h.in                                       |   9 +
 config/config.guess                               |   8 +-
 config/config.sub                                 |  13 +-
 config/libtool.m4                                 |  79 +--
 config/ltmain.sh                                  |  32 +-
 config/missing                                    |   4 +-
 configure                                         | 510 +++++++++-------
 configure.ac                                      |  33 +-
 debian/changelog                                  |   6 +
 debian/control                                    |   2 +-
 debian/rules                                      |   1 +
 fabtests.spec                                     |   4 +-
 fabtests.spec.in                                  |   2 +-
 include/osx/osd.h                                 |   4 +
 include/shared.h                                  | 131 ++--
 include/unit_common.h                             |   8 +-
 ported/libibverbs/rc_pingpong.c                   |  23 +-
 ported/librdmacm/cmatose.c                        |  10 +-
 scripts/runfabtests.sh                            | 147 +++--
 simple/cm_data.c                                  | 484 +++++++++++++++
 simple/cq_data.c                                  | 131 +---
 simple/dgram.c                                    |  49 +-
 simple/dgram_waitset.c                            |  20 +-
 simple/msg.c                                      | 125 +---
 simple/msg_epoll.c                                | 141 +----
 simple/msg_sockets.c                              |  10 +-
 simple/poll.c                                     |  93 +--
 simple/rdm.c                                      |  49 +-
 simple/rdm_rma_simple.c                           |  47 +-
 simple/rdm_rma_trigger.c                          |  97 +--
 simple/rdm_shared_av.c                            |  49 +-
 simple/rdm_shared_ctx.c                           | 444 --------------
 simple/rdm_tagged_peek.c                          |  48 +-
 simple/scalable_ep.c                              |  32 +-
 simple/shared_ctx.c                               | 694 +++++++++++++++++++++
 benchmarks/rdm_cntr_pingpong.c => streaming/msg.c |  79 +--
 streaming/msg_rma.c                               | 198 +-----
 streaming/rdm_atomic.c                            |  32 +-
 streaming/rdm_multi_recv.c                        |  28 +-
 streaming/rdm_rma.c                               | 131 +---
 unit/av_test.c                                    | 112 ++--
 unit/common.c                                     |  25 +-
 unit/cq_test.c                                    | 203 +++++++
 unit/dom_test.c                                   |  49 +-
 unit/eq_test.c                                    |  62 +-
 unit/getinfo_test.c                               | 223 +++++++
 unit/size_left_test.c                             | 363 ++++++-----
 68 files changed, 3851 insertions(+), 3253 deletions(-)
 copy benchmarks/{rdm_tagged_bw.c => msg_bw.c} (74%)
 copy benchmarks/{rdm_tagged_bw.c => rma_bw.c} (70%)
 create mode 100644 simple/cm_data.c
 delete mode 100644 simple/rdm_shared_ctx.c
 create mode 100644 simple/shared_ctx.c
 copy benchmarks/rdm_cntr_pingpong.c => streaming/msg.c (64%)
 create mode 100644 unit/cq_test.c
 create mode 100644 unit/getinfo_test.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/fabtests.git



More information about the Pkg-ofed-commits mailing list