index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
gpxe
/
infiniband.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[infiniband] Add infrastructure for RC queue pairs
Michael Brown
2009-07-17
1
-51
/
+63
*
[infiniband] Pass a generic MAD to ib_set_port_info()
Michael Brown
2009-07-17
1
-5
/
+3
*
[infiniband] Expose supported and enabled link speeds and widths
Michael Brown
2009-07-17
1
-4
/
+12
*
[infiniband] Allow external QPN to differ from real QPN
Michael Brown
2009-07-17
1
-1
/
+8
*
[infiniband] Always create an SMA and a GMA
Michael Brown
2009-07-17
1
-2
/
+4
*
[infiniband] Add notion of a queue pair type
Michael Brown
2009-07-17
1
-3
/
+13
*
[infiniband] Implement SMA as an instance of a GMA
Michael Brown
2009-07-17
1
-0
/
+12
*
[infiniband] Create a general management agent
Michael Brown
2009-07-17
1
-0
/
+17
*
[infiniband] Centralise SMA and GMA queue constants
Michael Brown
2009-07-17
1
-5
/
+14
*
[infiniband] Poll completion queues automatically
Michael Brown
2009-07-17
1
-11
/
+11
*
[infiniband] Centralise assumption of 2048-byte payloads
Michael Brown
2009-07-17
1
-0
/
+8
*
[infiniband] Provide ib_get_hca_info() as a commonly-available function
Michael Brown
2009-07-17
1
-0
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[infiniband] Call ib_open() only when opening the IPoIB net device
Michael Brown
2009-01-02
1
-21
/
+4
*
[infiniband] Add raw packet parser and constructor
Michael Brown
2008-11-11
1
-27
/
+27
*
[infiniband] Split subnet management agent client out into ib_smc.c
Michael Brown
2008-11-11
1
-271
/
+52
*
[infiniband] Pass address vector in receive completions
Michael Brown
2008-11-11
1
-52
/
+53
*
[infiniband] Maintain queue fill level as a property of a work queue
Michael Brown
2008-11-11
1
-59
/
+15
*
[infiniband] Flush uncompleted work queue entries at QP teardown
Michael Brown
2008-11-11
1
-33
/
+70
*
[Infiniband] Move event-queue process from driver to Infiniband core
Michael Brown
2008-04-21
1
-1
/
+33
*
[Infiniband] Add preliminary multiple port support for Hermon cards
Michael Brown
2008-04-18
1
-0
/
+20
*
[Infiniband] Add preliminary support for multi-port devices.
Michael Brown
2008-02-27
1
-14
/
+124
*
[Infiniband] Centralise MAD operations
Michael Brown
2008-02-26
1
-7
/
+70
*
Some interesting packet corruption happening now.
Michael Brown
2007-09-17
1
-3
/
+7
*
Broadcast GID is now calculated by IPoIB layer.
Michael Brown
2007-09-17
1
-2
/
+23
*
Unicasts seem to be working. :)
Michael Brown
2007-09-17
1
-5
/
+11
*
Obtains a response to the get path record!
Michael Brown
2007-09-17
1
-1
/
+62
*
Use pkey table access to determine broadcast GID directly.
Michael Brown
2007-09-17
1
-0
/
+8
*
Dead code removal
Michael Brown
2007-09-17
1
-63
/
+0
*
IPoIB code separated out to ipoib.c.
Michael Brown
2007-09-17
1
-35
/
+114
*
Read port GID directly using MAD IFC.
Michael Brown
2007-09-17
1
-0
/
+115
*
Multicast join now works.
Michael Brown
2007-09-17
1
-0
/
+47
*
create_qp() and destroy_qp() now written (but not tested).
Michael Brown
2007-09-16
1
-1
/
+3
*
Started implementing create_qp() and destroy_qp().
Michael Brown
2007-09-16
1
-5
/
+27
*
Revert to dev_priv/owner_priv scheme, rather than container_of; it
Michael Brown
2007-09-16
1
-7
/
+13
*
destroy_cq() now implemented (not tested).
Michael Brown
2007-09-16
1
-0
/
+19
*
Rearrange data structures to maximise embedding (and hence minimise
Michael Brown
2007-09-16
1
-8
/
+2
*
post_recv() now works, and we can pass data on the IPoIB queue pair
Michael Brown
2007-09-15
1
-6
/
+30
*
Direct polling of TX completion queue now works.
Michael Brown
2007-09-15
1
-14
/
+30
*
Updated MLX_* accessor macros to use implicit type information.
Michael Brown
2007-09-15
1
-0
/
+2
*
Started added poll_cq() verb.
Michael Brown
2007-09-15
1
-5
/
+51
*
arbel_post_send() has been observed to transmit a packet!
Michael Brown
2007-09-15
1
-3
/
+4
*
Gets a response out of the hardware. (An error completion, to be precise.)
Michael Brown
2007-09-15
1
-2
/
+2
*
Now at least compiles
Michael Brown
2007-09-15
1
-6
/
+27
*
Starting to introduce an Infiniband device abstraction
Michael Brown
2007-09-14
1
-0
/
+63
*
Now handling TX completions in our poll loop.
Michael Brown
2007-09-14
1
-12
/
+7
*
Can now both send and receive packets. LL header format not yet
Michael Brown
2007-09-13
1
-0
/
+37
*
Started IB driver rewrite
Michael Brown
2007-09-12
1
-0
/
+52