Re: [PATCH V3 5/6] RDMA CM: Save Owning PID

2010-12-21 Thread Jason Gunthorpe
On Tue, Dec 21, 2010 at 09:43:01PM +0200, Nir Muchtar wrote: > Jason Gunthorpe wrote: > > > > But an RDMA CM ID is not a FD based resource. An event channel is, but I > > > want to export ID stats and not event channel stats. > > > Are you saying that there's a scenario in which an RDMA CM ID is s

RE: [PATCH V3 5/6] RDMA CM: Save Owning PID

2010-12-21 Thread Nir Muchtar
> These are some of the differences > from the socket interface, which immediately creates a kernel resource > for each FD that is opened. Not immediately of course, but you understand my point hopefully... Nir -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body o

RE: [PATCH V3 5/6] RDMA CM: Save Owning PID

2010-12-21 Thread Nir Muchtar
Jason Gunthorpe wrote: > > But an RDMA CM ID is not a FD based resource. An event channel is, but I > > want to export ID stats and not event channel stats. > > Are you saying that there's a scenario in which an RDMA CM ID is shared > > between multiple processes? > > It *is* a FD based resource.

[ANNOUNCE]: Released version 2.0.0 of SCST core, target drivers iSCSI-SCST, qla2x00t (QLogic FC), ib_srpt (InfiniBand SRP) and scst_local as well as scstadmin utility and fileio_tgt user space backend

2010-12-21 Thread Vladislav Bolkhovitin
I'm glad to announce stable release 2.0.0 of SCST core, target drivers for iSCSI (iSCSI-SCST), QLogic Fibre Channel 22xx/23xx/24xx/25xx (qla2x00t), InfiniBand SRP (ib_srpt), scst_local as well as scstadmin management utility and fileio_tgt user space backend handler. SCST is an alternative impleme

Re: [PATCH V3 5/6] RDMA CM: Save Owning PID

2010-12-21 Thread Jason Gunthorpe
On Tue, Dec 21, 2010 at 05:05:50PM +0200, Nir Muchtar wrote: > But an RDMA CM ID is not a FD based resource. An event channel is, but I > want to export ID stats and not event channel stats. > Are you saying that there's a scenario in which an RDMA CM ID is shared > between multiple processes? It

Re: [PATCH V3 5/6] RDMA CM: Save Owning PID

2010-12-21 Thread Nir Muchtar
On Mon, 2010-12-20 at 14:54 -0700, Jason Gunthorpe wrote: > On Sun, Dec 19, 2010 at 04:36:22PM +0200, Nir Muchtar wrote: > > On Tue, 2010-12-14 at 11:34 -0700, Jason Gunthorpe wrote: > > > On Mon, Dec 13, 2010 at 06:22:49PM +0200, Nir Muchtar wrote: > > > > Save owning PID to id-priv when creating

Re: [Scst-devel] [PATCH 0/7] SCST: A Generic SCSI Target Subsystem

2010-12-21 Thread Bart Van Assche
On Mon, Dec 20, 2010 at 6:47 PM, Bart Van Assche wrote: > [ ... ] > The most important changes since the previous time SCST was posted as a > patch set (http://lkml.org/lkml/2010/10/1/140) are: > - Rewrote the SCST sysfs interface such that it uses the bus/driver/device >  infrastructure instead o

Re: [PATCH 4/7] [SCSI] scst: Add SRP target driver

2010-12-21 Thread Bart Van Assche
On Tue, Dec 21, 2010 at 2:50 AM, Jack Wang wrote: > > > > > This patch adds the kernel module ib_srpt, which is a SCSI RDMA Protocol > (SRP) > > target implementation. This driver uses the InfiniBand stack and the SCST > core. > [ ... ] > > [Jack] This README looks should update to new sysfs inter