[Pkg-ofed-commits] [libfabric] 114/123: Merge pull request #1311 from shantonu/pr/news

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


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

ana pushed a commit to annotated tag v1.1.1
in repository libfabric.

commit b8da1227bc21a70062bfaf7bb3297b67f2c62426
Merge: f486f32 23880b2
Author: Sean Hefty <sean.hefty at intel.com>
Date:   Mon Sep 28 19:57:01 2015 -0700

    Merge pull request #1311 from shantonu/pr/news
    
    NEWS: Update sockets provider notes for v1.1.1 and v1.1.0

 NEWS.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --cc NEWS.md
index 41d427e,d2b26fe..f0e9dd4
--- a/NEWS.md
+++ b/NEWS.md
@@@ -12,21 -12,23 +12,36 @@@ v1.1.1, TB
  
  ## PSM provider notes
  
 +- General bug fixes
 +- Proper termination of the name server thread
 +- Add UUID and PSM epid to debug output
 +- Add environment variable to control psm_ep_close timeout
 +- Code refactoring of AM-based messaging
 +- Check more fields of the hints passed to fi_getinfo
 +- Generate error CQ entries for empty result of recv with FI_SEEK flag
 +- Correctly handle overlapped local buffers in atomics
 +- Handle duplicated addresses in fi_av_insert
 +- Fix the return value of fi_cq_readerr
 +- Call AM progress function only when AM is used
 +- Detect MPI runs and turns off name server thread automatically
 +
  ## Sockets provider notes
  
+ - General clean-up and restructuring
+ - Add fallback mechanism for getting source address
+ - Fix fi_getinfo to use user provided capabilities from hints
+ - Fix hostname and port number and added checks in sock_av_insertsym
+ - Add retry for connection timeout
+ - Release av resources in the error path
+ - Remove separate read/write CQ to be consistent with the man page
+ - Increase default connection map size and added environment variable to specify 
+   AV, CQ, EQ and connection map size to run large scale tests
+ - Fix FI_PEEK operation to be consistent with the man page
+ - Fix remote write event not to generate CQ event
+ - Fix CSWAP operation to return initial value
+ - Use size_t for min_multi_recv and buffered_len
+ - Set address size correctly in fi_getname/fi_getpeer
+ 
  ## usNIC provider notes
  
  - Fix EP_RDM reassembly issue for large messages
@@@ -51,15 -51,26 +66,33 @@@ v1.1.0, Wed Aug 5, 201
  
  ## PSM provider notes
  
 +- General bug fixes
 +- Move processing of triggered ops outside of AM handlers
 +- Generate CQ entries for cancelled operations
 +- Remove environment variable FI_PSM_VERSION_CHECK
 +- Fix multi-recv completion generation
 +- Environment variable tweaks
 +
  ## Sockets provider notes
  
+ - General bug fixes and code cleanup
+ - Add triggered operation suppport
+ - Generate error completion event for successful fi_cancel
+ - Support fi_cancel for tx operations
+ - Enable option for setting affinity to progress thread
+ - Improve error handling during connection management
+ - Avoid reverse lookup for every received message
+ - Avoid polling all connections while checking for incoming message
+ - Use fast_lock for progress engine's list_lock
+ - Handle disconnected sockets
+ - Add rx entry pool
+ - Mark tx entry as completed only if data is sent out to wire
+ - Add rx control context for every tx context for progressing control messages
+ - Set source address when addressing information is not passed by the application
+ - Reset return value after polling CQ ring buffer
+ - Reset FI_TRIGGER flag while triggering triggered operations
+ - Ensure progress of control context
+ 
  ## usNIC provider notes
  
  - General bug fixes

-- 
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