[Pkg-ofed-commits] [libfabric] annotated tag v1.0.0rc1 created (now df56c44)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:16 UTC 2016


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

ana pushed a change to annotated tag v1.0.0rc1
in repository libfabric.

        at  df56c44   (tag)
   tagging  3e1e8bf81e5e3a9fca1f9ad9f5e61611f8acc09f (commit)
  replaces  dev
 tagged by  Sean Hefty
        on  Wed Feb 11 16:48:27 2015 -0800

- Log -----------------------------------------------------------------
v1.0.0rc1

Arun C Ilango (2):
      prov/verbs: Validate attribute structures
      sockets: Fix for fid.fclass not being set when a shared transmit context is created.

Ben Turrubiates (1):
      man: add fi_pep_bind to fi_endpoint(3)

Dave Goodell (17):
      man: fix incorrect "fi_fabric(7)" SEE ALSO text
      man: more incorrect "fi_fabric(7)" SEE ALSO text
      usnic: fix fi_enable SEGV
      usnic: -EAGAIN --> -FI_EAGAIN wibble
      usnic: plug socket leak in fi_close
      man: fix fi_freeinfo retval
      verbs: avoid SEGV on null fabric name
      add missing fi_pep_bind
      delete fi_bind
      usnic: set SO_REUSEADDR on passive_ep sockets
      add fi_rx_size_left/fi_tx_size_left
      usnic: add rx_size_left/tx_size_left support
      move rx/tx size_left calls to basic ep ops
      man: move rx/tx size_left text to fi_endpoint(3)
      Merge pull request #559 from xuywang/pr/post_recv_refact
      fabric: add common logging macros
      Merge pull request #560 from goodell/pr/dbg-log

Gilles Gouaillardet (1):
      configury: c11 atomic checks

Howard Pritchard (1):
      man: minor grammar mistake corrections

Jeff Squyres (53):
      usnic: remove unnecessary inclusion of config.h
      Merge pull request #426 from jsquyres/pr/usnic-remove-unnecessary-defines
      Makefile.am: include prov.h and usdf_rudp.h in the tarball
      Merge pull request #442 from jsquyres/pr/include-provh-in-tarball
      sockets: remove unused variable
      Merge pull request #443 from jsquyres/pr/sockets-removed-unused-var
      fabric.c: fix some compiler warnings
      Merge pull request #445 from jsquyres/pr/compiler-warning-fixes
      Merge pull request #447 from raffenet/clang-compile-fix
      cron-run-all-md2nroff.pl: let tempfiles get cleaned up on abort
      configure.ac: update the mailing list address
      cron-make-nightly-tarball.pl: make pristine nightly tarballs
      scripts: add comments explaining the purpose of each
      nightly-tarball.pl: also write "latest.txt" with latest version
      man: install the fi_errno.3 man page
      Merge pull request #472 from jsquyres/pr/fix-fi-errno-man-page
      Merge pull request #473 from goodell/pr/man-pages
      Merge pull request #477 from goodell/pr/man-pages
      license: remove "OpenIB.org" from the BSD license description
      cron-make-nightly-tarball: trivial verbose output changes
      Merge pull request #491 from jsquyres/pr/cron-trivial-changes
      psm: this should be FI_ENODATA, not ENODATA
      psm: remove extraneous "break" statement
      psm: also check fabric hint for provider name
      Merge pull request #492 from jsquyres/pr/psm-minor-getinfo-fixes
      sockets: fix check-the-hints logic
      Merge pull request #493 from jsquyres/pr/sockets-getinfo-minor-fixes
      psm: ensure to set the fabric->prov_name field
      fi_getinfo: centralize the check for fabric->prov_name
      usnic: also set ui_netmask_be
      gitignore: also ignore config/compile
      Merge pull request #497 from jsquyres/pr/gitignore-update
      usnic: sync with internal Cisco git repo (whitespace)
      usnic: sync with internal Cisco git repo (trivial)
      usnic: sync with internal Cisco git repo
      verbs: remove redundant -libverbs -lrdmacm
      usnic: use common libnl3-vs-libnl1 m4 macro
      Merge pull request #500 from jsquyres/pr/verbs-remove-extra-ls
      Merge pull request #501 from jsquyres/pr/usnic-update-usd
      Merge pull request #502 from ggouaillardet/topic/test_atomics
      fi_endpoint: clarify FI_MULTI_RECV buffer handling
      man: add missing FI_PROTO_UDP and FI_PROTO_SOCK_TCP constants
      Merge pull request #505 from jsquyres/pr/missing-fi-proto-constants
      Merge pull request #517 from hppritcha/topic/fi_getinfo_man_page_fix
      Merge pull request #520 from goodell/pr/man
      Merge pull request #532 from goodell/pr/usnic
      Merge pull request #525 from goodell/pr/size_left
      Merge pull request #555 from xuywang/pr/post_recv_refact
      usnic: rename fi_usnic.h -> fi_ext_usnic.h
      usnic: install fi_ext_usnic.h
      usnic: add versioning into the fi_usnic_info struct
      Merge pull request #551 from jsquyres/pr/fi-usnic-header
      Merge pull request #561 from patrickmacarthur/fix-nightly-hash-files

Jianxin Xiong (31):
      prov/psm: fix the return value of fi_av_insert
      prov/psm: assign a provider errno for error events that lacks one
      prov/psm: ignored the port number when resolving the address
      prov/psm: allow fi_ini() be called multiple times
      prov/psm: clean up assertions in atomics funcitons
      prov/psm: add some debug output
      prov/psm: a workaround for an assertion error when exiting
      prov/psm: remove a few assertions that are no longer useful
      prov/psm: allow NULL src_addr passed to fi_tsearch
      prov/psm: remove an obsolete compatibility patch
      prov/psm: initialize tx_attr and rx_attr in fi_getinfo
      porv/psm: validate rx_ctx_cnt and tx_ctx_cnt in fi_getinfo
      prov/psm: allow NULL source for atomic read
      prov/psm: initialize the "flags" field of new CQ entries
      prov/psm: fix the handling of FI_MR_KEY and FI_MR_OFFSET flag
      prov/psm: add STX context support
      prov/psm: avoid double freeing of wait objects
      prov/psm: ignore msg_iov in atomic_readwritemsg for FI_ATOMIC_READ
      prov/psm: add reference of active domain to the fabric structure
      prov/psm: create a progress thread for wait functions
      prov/psm: ensure progress in fi_cntr_read()
      prov/psm: replace common progress sequence with an inline funciton
      prov/psm: allow more than one endpoints to be RMA initiators
      prov/psm: fix a typo in the error message.
      prov/psm: suppress the name resolution error message by default
      prov/psm: rename all references to SFI to OFI
      Merge branch 'master' of ssh://github.com/ofiwg/libfabric
      prov/psm: make use the fi_xxx_allowed calls for ep caps checking
      prov/psm: update the comments for the simple name server
      prov/psm: fix a bug in the free list macros
      prov/psm: use the common single linked list functions for CQ

Jithin Jose (68):
      Sockets Provider
      Sockets Provider RX entry implementation
      Sockets Provider
      Fix buffer displacement calculation issue in ringbuffer
      Sockets Provider counter implementation
      Sockets Provider CQ
      Sockets Provider EQ
      Sockets Provider
      Sockets Provider
      Add buffered send/recv
      - Bug fixes
      Changes for Sockets Provider - Progress Engine
      Fix warnings in Sockets Provider (Issue #427)
      - Add comm-buffer-init
      - Add comm-buffer-init
      Merge branch 'ofiwg_master' into pr/devel
      - Add av-insert-sym (Fixes #430)
      Fix warnings in sockets-provider (Fixes #427)
      Cleanup progress engine
      Set max-inject/msg-size properly if user inputs 0.
      Remove unnamed unions/structures for C99 compatibility.
      Merge branch 'ofiwg_master' into pr/devel
      Inject operations need not create completions.
      - Clean-up atomics code
      Fix warnings with gcc 4.9.2
      Fix an issue with returning attributes in fi-getinfo
      Fix an issue with tsearch
      - Add AV-EQ bind
      Add support for shared-AV
      Fix incorrect DGRAM default ops.
      - Add check for count in av_attr
      - Add comm-peek function.
      Fix an issue with Rx-id calculation
      Fix an issue with scalable-ep creation.
      Use info->src/dst addr if available in fi_getinfo
      Allow apps to mention av-count as 0 to indicate undetermined size.
      Fix incorrect ref. count handling
      Fix an issue in matching recvs from an address, which
      Fix hang in domain-close due to listener thread blocked on accept
      Bind connecting socket to src-addr port, to reuse connection.
      Remove rx/tx contexts from progress engine during ctx-close.
      Avoid void* arithmetic
      Fix possible uninitialized variable use
      Fix name check in av-close
      - Avoid use of REUSEPORT
      - Fix an issue in base address calculation with FI_MR_OFFSET
      Avoid a possible extra mr-checks
      Add support for multiple addressable EPs in a domain.
      - Fix memleak in sock-eq-fdread error cases
      Fix a deadlock in eq-read
      Set src/dest addr to NULL if application has not requested for it
      - Fixes for shared rx/tx creation
      Fix an issue in freeing wait-set entries.
      - Cleanup cq-sread
      Added ringbuf fd-wait API
      Add option to make the progress thread yeild CPU/sleep
      Change comm-socket options to tcp-nodelay
      Check tx/rx size during initiation.
      Add checks for new threading models
      Cleanup rx_entry alloc
      - Cleanups in atomics
      - Check length calculation for RMA ops
      - Avoid multiple connections from comm-peers
      - Minor Cleanups for tx/rx context
      - Fix an error in reporting completions for atomic ops
      - Refactor MSG-EP code
      Cleanups
      Compiler warning fixes

Ken Raffenetti (2):
      fix compile error with clang in usnic provider
      fix compile errors in psm provider

Miao Luo (5):
      Socket provider: update sock_av and sock_conn.
      socket provider: update msg ep for fi_connect/fi_accept/fi_reject.
      prov/sock: fix - avoid copy data from incomplete buffered recv.
      prov/sockets: fix errors for MSG EP.
      prov/sock: minor updates based on GASNet testings.

OFIWG Bot (23):
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages
      Updated nroff-generated man pages

Patrick MacArthur (10):
      cron-make-nightly-tarball.pl: Put $gd into $version
      Fix RPM spec version number generated by nightly cron
      Add FI_TYPE_VERSION to fi_tostr function
      verbs: Treat FI_WAIT_UNSPEC as FI_WAIT_FD
      verbs: Use fi_no_getname instead of NULL
      verbs: Fail fi_enable if no CQ
      verbs: Ensure flags are useful on fi_ep_bind
      Return -FI_EAVAIL if error available
      Fix empty md5sums.txt and sha1sums.txt
      cron-make-nightly-tarball: Fix output if doit fails

Patrick McCormick (3):
      Move fi_datatype_size into common sources.
      De-allocate fi_info structures if any provider has an error.
      Order provider loading different.

Reese Faucette (9):
      usnic: Add EP_RDM message support to usnic
      Merge pull request #422 from rfaucett/pr/usnic_rdm
      Merge pull request #424 from xuywang/pr/dgram_send
      Merge pull request #432 from xuywang/pr/usd_post_iov
      Merge pull request #439 from xuywang/pr/dgram_inject
      Merge pull request #440 from jithinjosepkl/pr/sockets
      Merge pull request #496 from jsquyres/pr/usnic-also-set-netmask-be
      Merge pull request #503 from xuywang/pr/usd_merge
      Merge pull request #519 from goodell/pr/usnic-misc

Sayantan Sur (8):
      man: define FI_THREAD_DOMAIN
      man: use generic term in place of command
      fabric: add FI_THREAD_DOMAIN
      trigger: name a previously unnamed union
      fid_stx: 'ops' should be a pointer not a struct
      fabric: fi_mr_bind was missing in the header files
      src/common.c: helper functions
      man: clarifications on fi_close

Sean Hefty (103):
      Merge pull request #419 from sungeunchoi/man-page-edits
      Merge pull request #420 from j-xiong/master
      Merge pull request #423 from shefty/master
      Merge pull request #417 from jithinjosepkl/pr/devel
      Merge pull request #428 from jithinjosepkl/pr/sockets
      Merge pull request #431 from jithinjosepkl/pr/devel
      fabric: Define FI_PROTO_SOCK_MSG / DGRAM / RDM
      man/mr: Describe local MR in more detail
      fi_ini: Always set init flag after static providers are initialized
      Merge pull request #434 from sayantansur/pr-man-command
      Merge pull request #433 from sayantansur/pr-thread-domain
      Merge pull request #435 from shefty/master
      Merge pull request #436 from jithinjosepkl/pr/sockets
      Merge pull request #437 from j-xiong/master
      Merge pull request #441 from j-xiong/master
      Merge pull request #446 from jithinjosepkl/pr/sockets
      Merge pull request #448 from sayantansur/pr-fi-thread-domain
      fabric: Initialize sockets provider last
      Merge pull request #449 from shefty/master
      Merge pull request #450 from jithinjosepkl/pr/devel
      Merge pull request #452 from jithinjosepkl/pr/devel
      Merge pull request #453 from luomiao/pr/msg-ep
      prov/sockets: Fix build warnings
      fabric: Separate FI_COMPLETE into separate events
      fabric: Remove multicast interfaces
      Merge pull request #455 from shefty/master
      Merge pull request #458 from sayantansur/pr-unnamed-union
      Merge pull request #456 from shefty/master
      Merge pull request #459 from raffenet/psm-union-fix
      fabric: Remove FI_EXTDIR environment variable
      fabric: Define completion order mechanism
      man/tagged: Fix tsearch prototype
      fabric: Move wait set object to fabric level
      fabric: Define resource management concept
      Merge pull request #460 from j-xiong/master
      Merge pull request #461 from shefty/master
      fabric/tostr: Add tostr support for atomic values
      man/rma: Fix struct fi_msg_rma definition
      man/domain: Fix and enhance resource management documentation
      man: Fix spelling errors
      Merge pull request #464 from shefty/master
      Merge pull request #465 from sayantansur/pr-stx
      Merge pull request #466 from j-xiong/master
      man/endpoint: Provide examples of selective completions
      Merge pull request #471 from pmmccorm/misc
      Merge pull request #467 from shefty/master
      Merge pull request #470 from j-xiong/master
      Merge pull request #478 from shefty/master
      fabric: Separate out FI_THREAD_PROGRESS into 2 modes
      Merge pull request #488 from jsquyres/pr/die-openib-die-die-die
      fabric: Add FI_THREAD_ENDPOINT definition
      Merge pull request #489 from shefty/master
      Merge pull request #494 from jsquyres/pr/getinfo-prov-name-centralization
      prov/verbs: Add missing fields to rdma_getaddrinfo call
      Merge pull request #499 from jithinjosepkl/pr/devel
      Merge pull request #504 from shefty/master
      Merge pull request #481 from pmmccorm/master
      Merge pull request #513 from j-xiong/master
      Merge pull request #516 from jsquyres/pr/fi-multi-recv-tweak
      Merge pull request #514 from j-xiong/master
      Merge pull request #515 from jithinjosepkl/pr/devel
      Merge pull request #518 from pmmccorm/misc
      Merge pull request #521 from goodell/pr/verbs
      Merge pull request #522 from goodell/pr/remove-bind
      Merge pull request #526 from a-ilango/master
      Merge pull request #536 from sayantansur/pr-mr-bind
      Merge pull request #531 from j-xiong/master
      Merge pull request #530 from patrickmacarthur/fi-tostr-version
      Merge pull request #543 from jithinjosepkl/pr/devel
      Merge pull request #542 from patrickmacarthur/trivial-verbs-prov-fixes
      Merge pull request #546 from goodell/pr/size_left
      fabric: Add FI_FENCE flag
      fabric: Define remote rma_iov_count
      fabric: Define FI_ASYNC_IOV mode bit
      Merge pull request #550 from bturrubiates/pr-man-fi-pep-bind
      prov/sockets: Display getaddrinfo error string
      prov/socket: Save domain service as char * instead of int
      Merge pull request #547 from shefty/master
      Merge pull request #553 from luomiao/pr/msg-ep-fix
      Merge pull request #549 from sayantansur/pr-man-fi-close
      Merge pull request #544 from sayantansur/pr-tx-rx-allowed
      Merge pull request #482 from patrickmacarthur/fix-rpm-spec-version-v2
      fabric: Replace fid_sep with fid_ep
      Merge pull request #556 from j-xiong/master
      Merge pull request #557 from shefty/master
      Merge pull request #558 from j-xiong/master
      Merge pull request #562 from j-xiong/master
      Merge pull request #563 from jithinjosepkl/pr/devel
      Merge pull request #564 from luomiao/pr/sock-fix
      prov/socket: Remove unneeded rlock release in tx_ctx_abort
      Merge pull request #567 from shefty/master
      fabric: Update documentation on manual progress
      man/av: Fix function prototype for fi_av_remove
      fabric: Add FI_DISCARD search option
      man/endpoint: Enhance description of sharable contexts
      man/cancel: Clarify cancel behavior
      fabric: Define FI_TRANSMIT as a synonymn for FI_SEND
      man: Clarify use of FI_WRITE/READ/REMOTE_READ/WRITE
      fabric: Replace FI_ATOMICS with FI_ATOMIC
      man/cq: Fixup a few inconsistencies in the man page.
      man/endpoint: Restrict shared RX contexts to one AV
      Merge pull request #569 from shefty/master
      1.0.0-rc1

Sung-Eun Choi (1):
      Fix up small type-os.

Xuyang Wang (6):
      Implement sendv functions for usdf.
      Merged usd implementation of usd_post_send_iov.
      Added implementation of sendmsg/recvmsg/inject for usdf dgram ep.
      Fixed a segfault bug due to kernel and usd have different vnic RES
      Merge usnic_direct changes from parent repository
      Modified usdf_msg_recv to use usd rq ring buffer natively

-----------------------------------------------------------------------

No new revisions were added by this update.

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



More information about the Pkg-ofed-commits mailing list