summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/ib/clients/rdsv3
AgeCommit message (Collapse)AuthorFilesLines
2021-01-2613428 rdsv3: symbol 'rdsv3_one_sec_in_hz' is multiply-definedToomas Soome1-0/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-04-0510637 rdsv3: NULL pointer errorsToomas Soome2-9/+9
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2018-11-119851 add sys/containerof.h and implement __containerofToomas Soome5-16/+21
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Andy Fiddaman <omnios@citrus-it.net> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2017-12-138813 rdsv3: variable 'timeo' set but not usedToomas Soome1-4/+0
Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-02-227812 Remove gender specific languageDaniel Hoffman1-1/+2
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek6-12/+12
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2010-08-166974271 IB statistics are not displayedEiji Ota10-41/+66
6965740 rdsv3_ib_tasklet_fn does not drain the CQ 6969584 Caught signals ignored when process is blocked in rdsv3 socket
2010-08-026973698 The workaround is needed against 6973697Eiji Ota1-3/+6
6973605 RDSv3 does not work with RDS_CMSG_RDMA_DEST flag
2010-07-296964889 Reduce the number of calls to kmem_alloc and kmem_free from ↵Eiji Ota1-15/+21
rdsv3_cmsg_rdma_map
2010-07-29PSARC/2010/234 IBTF 2010.Q2 EnhancementsBill Taylor1-2/+2
6538821 add Base Memory Management to ibtl and hermon 6893126 Add OFED ib_get_dma_mr() equivalent memory registration interface to IBTF 6937574 move FMANOTE messages to msgbuf or ibtf buf only 6954821 Expose IB interrupt handles and device info for perf optimization 6955695 IBTF V4 interfaces
2010-07-276959079 Need to improve how statistics are gathered in RDSv3agiri3-4/+27
2010-07-236961816 unexpected recvmsg of cmsg type RDS_CMSG_RDMA_DESTEiji Ota2-3/+10
2010-07-236965606 High lock contention rdsv3_bind_lock in rdsv3_recv_incoming()agiri5-91/+129
2010-07-196956094 rds tools do not compile with sys/rds.h header fileEiji Ota11-100/+100
2010-07-086961877 Small WR array limits the message sizes causing panicagiri4-8/+38
6942740 poll on RDSv3 socket may not wakeup on send completion
2010-07-026964984 CDDL wrongly placed in files ported from OFEDagiri24-455/+177
2010-06-226928074 Need to improve interrupt to tasklet handover mechanism in Solaris RDSv3Eiji Ota23-661/+1271
6947377 Need to bind receive tasklet thread to multiple CPUS. 6947384 Multiple taskq threads required for rdsv3 worker 6949013 Need FMR pooling to improve the performance of rdsv3_ib_free_mr 6950897 Need to optimize rdsv3_poll_cq() for performance 6952827 upgrade to Linux rds 1.5.1-dev 6954762 convert event processing worker threads from taskq's to kthread's 6958691 RDSv3 package has the wrong category
2010-06-076958745 Few issues during rdbms bring-up with rdsv3agiri12-62/+141
6954116 IB drivers declare invalid elf dependencies, confuse pkgdepend, cause build noise 6955657 rds port space should be IP address specific 6955311 support of rds-info 6953258 on error ret from umem_lockmemory rdsv3_ib_get_mr() needs to negate that errno before its return
2010-05-196947318 improve RDSv3 performance by pre-allocated receive buffersagiri6-233/+196
6949297 rdsv3_ib_get_mr: remove setting DDI_UMEMLOCK_LONGTERM when calling umem_lockmemory()
2010-05-146948206 resync with Linux rds 1.5.1-4 stableEiji Ota18-107/+242
2010-05-066948085 socket close should not return until all references to the socket ↵agiri14-91/+79
are closed 6947648 missing conn->c_cm_lock exit on errors in rdsv3_ib_cm_handle_connect()/ib_cm.c 6940747 rdsv3_wake_sk_sleep is called without checking if any threads are waiting to be woken 6948603 Change all L0 and L1 debug messages to L2
2010-04-236946421 real gcc build fails in rdsv3Eiji Ota1-1/+1
2010-04-21PSARC/2010/043 Reliable Datagram Service v3Eiji Ota31-0/+13874
6850013 RDS driver upgrade to version 3 6902396 su_recv does not call pollwakeup() for zero-len datagrams when protocol uses uio recv