login
Header Space

 
 

Mailing list archives

Search results

Found 332 matching messages (0.031 seconds). Page 1 of 17.

[ofa-general] [PATCH] [2.6.25] MAINTAINTERS: update email address

Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- My Unix email account ... 7 @@ INFINIBAND SUBSYSTEM P: Roland Dreier M: rolandd@cisco.com P: Sean Hefty -M: mshefty@ichips.intel.com +M: sean.hefty@intel.com P: Hal Rosenstock M: hal.rosenstock@ ...

openfabrics-general - Sean Hefty - Jan 2 2008 - 16:00

[ofa-general] RE: [RMDA CM IPv6 support. PATCHv5 1/2]IPv6 IB addr resolution

... AM >To: general@lists.openfabrics.org >Cc: Hefty, Sean; Olga Shern >Subject: [RMDA CM IPv6 support. ... > Thanks for adding this. Acked-by: Sean Hefty <sean.hefty@intel.com> with one nit... > static void process_req(struct work_struct *work) > ...

openfabrics-general - Sean Hefty - Dec 1 2008 - 15:38

RE: [ofa-general] [PATCH] rdma/cm: add locking around QP accesses

... have you had a chance to test out this patch? - Sean >If a user allocates a QP on an rdma_cm_id, ... same QP we just destroyed." > >Signed-off-by: Sean Hefty <sean.hefty@intel.com> >--- >Rick, can you please test this patch and let me know if it ...

openfabrics-general - Sean Hefty - Oct 5 2007 - 13:19

[ofa-general] [PATCH-2.6.24 1/2] [RFC] ib/mad: report number of times a mad was retried

... times that any portion (send window) of the send operation was retried. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- drivers/infiniband/core/mad.c | 9 +++++++-- drivers/infiniband/core/mad_priv.h | 3 ...

openfabrics-general - Sean Hefty - Sep 25 2007 - 14:01

[ofa-general] [PATCH-2.6.24 2/2] [RFC] ib/cm: add basic performance counters

... The counters are always enabled, so intrusive state tracking is not done. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- This exports the CM counters through debugfs. The implementation of the counters changed ...

openfabrics-general - Sean Hefty - Sep 25 2007 - 14:05

[ofa-general] [PATCH-2.6.24 2/2 v2] [RFC] ib/cm: add basic performance counters

... mthca0/1/cm_tx_msgs/req /sys/class/infiniband_cm/mthca0/1/cm_tx_retries/rep Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- >From v1: This moves the counters from debugfs to sysfs. Everything works ...

openfabrics-general - Sean Hefty - Oct 5 2007 - 17:31

[ofa-general] [PATCH 2.6.24] rdma/cm: fix deadlock destroying listen requests

... device hot-plug events and ensure that the id is not destroyed twice. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- Fix from discussion started at: http://lists.openfabrics.org/pipermail/general/2007-October/ ...

openfabrics-general - Sean Hefty - Oct 9 2007 - 14:20

[ofa-general] [PATCH] librdmacm/man: update man pages to clarify connection request params

... rdma_connect(), rdma_accept(), and rdma_get_cm_event(), specifically regarding initiator_depth and responder_resources. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- Doug, these are the updates to the man pages that I' ...

openfabrics-general - Sean Hefty - Oct 16 2007 - 12:59

[ofa-general] [PATCH] librdmacm/cma: provide sanity checks for max outstanding rdma ops

... rather than waiting until the modify QP fails (after calling rdma_accept). Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- src/cma.c | 31 +++++++++++++++++++++++++++++-- 1 files changed, 29 insertions(+), 2 deletions ...

openfabrics-general - Sean Hefty - Oct 16 2007 - 18:50

[ofa-general] [PATCH] librdmacm: provide wrapper functions to extract src/dst addresses

... the source and destination addresses. This is based on feedback from Doug Ledford. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- If there are no objections, I would like to include this change in the next ...

openfabrics-general - Sean Hefty - Oct 17 2007 - 14:39

Re: [ofa-general] [PATCH] IB/core - delete redundant check for DR SMP

... is redundant. > > Signed-off-by: Ralph Campbell Acked-by: Sean Hefty <sean.hefty@intel.com> > > diff --git a/drivers/infiniband/core/mad.c b/drivers/infiniband/core/mad.c > ...

openfabrics-general - Sean Hefty - Oct 17 2007 - 16:32

[ofa-general] [RFC/PATCH 2.6.24] ib/multicast: report errors on multicast groups if pkeys change

... Report errors on any multicast group affected by a pkey change. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- drivers/infiniband/core/multicast.c | 55 +++++++++++++++++++++++++++++------ 1 files changed, 45 insertions ...

openfabrics-general - Sean Hefty - Oct 22 2007 - 18:03

[ofa-general] [PATCH] librdmacm/man: fix-up man pages

... in response to user questions about various settings based on feedback from Or. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- I've tried to address all comments regarding missing or unclear documentation. I ...

openfabrics-general - Sean Hefty - Nov 1 2007 - 14:30

[ofa-general] [PATCH 1/3] ib/multicast: report errors on multicast groups if pkeys change

... groups. Report errors on any multicast group affected by a pkey change. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- A brief discussion of this patch is here: http://lists.openfabrics.org/pipermail/ ...

openfabrics-general - Sean Hefty - Nov 26 2007 - 21:05

[ofa-general] [PATCH 2/3] ib/mad: report number of times a mad was retried

... of times that the any portion (send window) of the send operation was retried. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- This patch will be used to export IB CM performance counters. For more details, ...

openfabrics-general - Sean Hefty - Nov 26 2007 - 21:08

[ofa-general] [PATCH 3/3] ib/cm: add basic performance counters

... , so intrusive state tracking is not done. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- drivers/infiniband/core/cm.c | 294 +++++++++++++++++++++++++++++++++++++++-- drivers/infiniband/core/ucm.c | 37 ++--- ...

openfabrics-general - Sean Hefty - Nov 26 2007 - 21:15

[ofa-general] [PATCH] [RFC] rdma/ucm: add support for rdma_migrate_id()

... . All pending events associated with the rdma_cm_id are moved to the new event channel. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- I will follow this post with a patch to the librdmacm to make use of ...

openfabrics-general - Sean Hefty - Nov 28 2007 - 20:25

[ofa-general] [PATCH] [RFC] librdmacm: add rdma_migrate_id

... established connections. Allow the user to migrate an rdma_cm_id between event channels. Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- I started to provide support for calling rdma_migrate_id() while the user is ...

openfabrics-general - Sean Hefty - Nov 28 2007 - 20:32

[ofa-general] [PATCH] ib/mad: fix incorrect access to items on local_list

... Problem with local_list access reported by Robert Reynolds . Signed-off-by: Sean Hefty <sean.hefty@intel.com> --- This patch is untested. Dotan, can you see if this fixes the ...

openfabrics-general - Sean Hefty - Nov 30 2007 - 13:59

[ofa-general] [PATCH] CMA: Enable conn_id remove

... > connection establishment. > > Signed-off-by: Vladimir Sokolovsky Reviewed-by: Sean Hefty <sean.hefty@intel.com> > --- Roland, please queue this fix for 2.6.25. I don't think this ...

openfabrics-general - Sean Hefty - Dec 7 2007 - 14:46

speck-geostationary