Bryan O'Sullivan
27b678dd04
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
...
Remove ips namespace from infinipath drivers. This renames ips_common.h to
ipath_common.h. Definitions, data structures, etc. that were not used by
kernel modules have moved to user-only headers. All names including ips have
been renamed to ipath. Some names have had an ipath prefix added.
Signed-off-by: Christian Bell <christian.bell@qlogic.com >
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com >
Cc: "Michael S. Tsirkin" <mst@mellanox.co.il >
Cc: Roland Dreier <rolandd@cisco.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-01 09:56:02 -07:00
Bryan O'Sullivan
1eb68b990a
[PATCH] IB/ipath: purge sps_lid and sps_mlid arrays
...
The two arrays only had space for 4 units.
Also changed from ipath_set_sps_lid() to ipath_set_lid(); the sps was
leftover.
Signed-off-by: Dave Olson <dave.olson@qlogic.com >
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com >
Cc: "Michael S. Tsirkin" <mst@mellanox.co.il >
Cc: Roland Dreier <rolandd@cisco.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-01 09:56:01 -07:00
Bryan O'Sullivan
fba75200ad
[PATCH] IB/ipath: fixes to performance get counters for IB compliance
...
This patch fixes some problems uncovered during IB compliance testing to
return the right values for error counters returned by the Performance Get
Counters packet.
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com >
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com >
Cc: "Michael S. Tsirkin" <mst@mellanox.co.il >
Cc: Roland Dreier <rolandd@cisco.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-01 09:56:01 -07:00
Bryan O'Sullivan
e8a88f09f2
[PATCH] IB/ipath: report correct device identification information in /sys
...
Signed-off-by: Robert Walsh <robert.walsh@qlogic.com >
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com >
Cc: "Michael S. Tsirkin" <mst@mellanox.co.il >
Cc: Roland Dreier <rolandd@cisco.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-01 09:55:59 -07:00
Bryan O'Sullivan
759d57686d
[PATCH] IB/ipath: update copyrights and other strings to reflect new company name
...
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com >
Cc: "Michael S. Tsirkin" <mst@mellanox.co.il >
Cc: Roland Dreier <rolandd@cisco.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-01 09:55:58 -07:00
Bryan O'Sullivan
443a64abbc
[PATCH] IB/ipath: name zero counter offsets so it's clear they aren't counters
...
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com >
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com >
Cc: "Michael S. Tsirkin" <mst@mellanox.co.il >
Cc: Roland Dreier <rolandd@cisco.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-07-01 09:55:58 -07:00
Roland Dreier
6eddb5cb90
IB/ipath: Add client reregister event generation
...
Generate a client reregister event instead of a LID change event when
client reregister bit is set.
Signed-off-by: Roland Dreier <rolandd@cisco.com >
2006-06-17 20:37:37 -07:00
Leonid Arsh
da2ab62ab5
IB: Move struct port_info from ipath to <rdma/ib_smi.h>
...
Move ipath's struct port_info into <rdma/ib_smi.h>, so that it can be
used by mthca to implement client reregister support.
Remove the __attribute__((packed)) because all the members of the struct
are naturally aligned anyway.
Signed-off-by: Leonid Arsh <leonida@voltaire.com >
Signed-off-by: Roland Dreier <rolandd@cisco.com >
2006-06-17 20:37:36 -07:00
Bryan O'Sullivan
e28c00ad67
IB/ipath: misc infiniband code, part 2
...
Management datagram support, queue pairs, and reliable and unreliable
connections.
Signed-off-by: Bryan O'Sullivan <bos@pathscale.com >
Signed-off-by: Roland Dreier <rolandd@cisco.com >
2006-03-31 13:14:21 -08:00