@@ -9,8 +9,29 @@ releases with earlier release dates.
99v2.3.1, Mon October 20, 2025
1010============================
1111
12+ ## Core ##
13+
14+ - include/windows: Add definition for realpath()
15+
1216## EFA ##
1317
18+ - Tune recvwindow and peer reorder buffer pool sizes
19+ - Allocate peer reorder buffers from a pre-allocated pool
20+ - Allocate peer map entry pool during the rdm ep create
21+ - Create shm info on demand for efa_rdm_ep_open
22+ - Check whether to enable shm inside efa_shm_info_create
23+ - Ring doorbell when reaching the max batch wqe cnt
24+ - Fix the queued ope progress in ep close
25+ - Logging improvements and unit test fix
26+ - Grab srx lock when releasing rx entries in AV close
27+ - Remove duplicate macro for rdma sge limit
28+ - Fix memory leak from efa_srx_unexp_pkt unit test
29+ - Fix unit test build error for rdma-core without HAVE_CAPS_UNSOLICITED_WRITE_RECV
30+ - Check rdma iov limit in data path direct
31+ - Add packet entry flag tracking for double linked list management
32+ - Remove the extra dlist remove for peers in ep close
33+ - Add traces for completions bypassing util-cq
34+ - Update shared domain caps and modes
1435- Move domain check inside the fabric lock
1536- Take domain lock to protect concurrent access to domain fields
1637- Return matching fabric/domain in fi_getinfo
@@ -37,17 +58,37 @@ v2.3.1, Mon October 20, 2025
3758- Use getpid() instead of gettid() for POSIX compliancy.
3859- Fix compilation error
3960
61+ ## RXD ##
62+
63+ - Fix return of EAGAIN when not enough tx entries
64+
65+ ## UCX ##
66+
67+ - Use noop callback in ucx_inject_write
68+ - Add a noop callback function for inject send path
69+
70+ ## UDP ##
71+
72+ - Cleanup CQ parameters
73+ - Fix CQ overflow case
74+
4075## Util ##
4176
77+ - Remove unmatched rx entry from unspec unexpected queue
78+ - Add status enum to util rx entry
4279- Extract helper function to lookup existing fabric/domain
4380- Use hints name for fabric/domain lookup
4481
4582## Verbs ##
4683
84+ - Return PCI bus information with fi_getinfo()
4785- Fix compiler warning on the bound of 'strncpy' call
4886
4987## Fabtests ##
5088
89+ - efa: Run FI_MORE test with more iterations
90+ - efa: Add implicit AV test
91+ - Split OOB address exchange function
5192- efa: Fix the av operation
5293- efa: Improve rnr_read_cq_error test
5394
0 commit comments