Re: [PATCH V3 6/6] RDMA CM: Netlink Client

2010-12-19 Thread Or Gerlitz
Nir Muchtar wrote: >> struct rdma_cm_id_stats { >> u32 bound_dev_if; >> u32 resereved_for_ib_bound_dev_ib; I guess we want ...for_ib_bound_dev_if and not _ib > Do you mean the file descriptor which is associated with the > rdma_event_channel? The event channel is created using ucma and not cm

[ANNOUNCE] libnes-1.1.1 release

2010-12-19 Thread Latif, Faisal
New version of libnes v1.1.1 is available at: http://www.openfabrics.org/downloads/nes/libnes-1.1.1.tar.gz Changes since last release: - Check # of sge posted for posting rcv buffers - Fix for frames too long - Fix handling of RAW QP Error state - Fix handling of frames with VLAN flag set libnes

Re: [PATCH] libmlx4: Add RAW_ETH to post_send

2010-12-19 Thread Alekseys Senin
On Sun, 2010-12-19 at 16:52 +0200, Vladimir Sokolovsky wrote: > On 12/19/2010 04:15 PM, Alekseys Senin wrote: > > Hello, Vladimir. > > > > Please, apply two patches - libmlx4 and libibverbs - that I sent today. > > They add additional enums to userspace to the programs, that need to > > use RAW_E

Re: [PATCH] libmlx4: Add RAW_ETH to post_send

2010-12-19 Thread Vladimir Sokolovsky
On 12/19/2010 04:15 PM, Alekseys Senin wrote: Hello, Vladimir. Please, apply two patches - libmlx4 and libibverbs - that I sent today. They add additional enums to userspace to the programs, that need to use RAW_ETH QP type. Hi Aleksey, You should send these patches to Roland before apply

Re: [PATCH V3 6/6] RDMA CM: Netlink Client

2010-12-19 Thread Nir Muchtar
On Tue, 2010-12-14 at 11:45 -0700, Jason Gunthorpe wrote: > On Mon, Dec 13, 2010 at 06:22:50PM +0200, Nir Muchtar wrote: > > + if (ibnl_put_attr(skb, nlh, > > + sizeof id->route.addr.src_addr, > > + &id->route

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

2010-12-19 Thread Nir Muchtar
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 id's/accepting connections. > > This should be called creator_pid, not owner - to avoid confusion. > But it's meant to be the owne

Re: [PATCH V3 1/6] IB Netlink Infrastructure

2010-12-19 Thread Nir Muchtar
On Tue, 2010-12-14 at 11:34 -0700, Jason Gunthorpe wrote: > On Mon, Dec 13, 2010 at 06:22:45PM +0200, Nir Muchtar wrote: > > > +int ibnl_add_client(int index, int nops, > > + int (*cb_table[])(struct sk_buff *skb, > > + struct netlink_callback *nlcb))

Re: [PATCH V3 0/6] IB Netlink Interface and RDMA CM exports

2010-12-19 Thread Nir Muchtar
On Tue, 2010-12-14 at 11:27 -0700, Jason Gunthorpe wrote: > This should be: > > static void format_address(const void *addr,size_t alen, > char *buff, size_t len) > { > const sockaddr_storage *ss = addr; > if (ss->ss_family == AF_INET && alen == sizeof(sockadd

Re: [PATCH for-2.6.38 1/2] IB/ipoib: remove LRO support

2010-12-19 Thread Or Gerlitz
Roland Dreier wrote: > Thanks for doing this Or, I've been meaning to switch from LRO to GRO myself. So this goes in? Or. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/

[PATCH] libmlx4: Add RAW_ETH to post_send

2010-12-19 Thread Aleksey Senin
Add RAW_ETH QP to post_send function. Signed-off-by: Aleksey Senin --- fixes/add_raw_eth_to_post_send.patch | 52 ++ fixes/series |1 + 2 files changed, 53 insertions(+), 0 deletions(-) create mode 100644 fixes/add_raw_eth_to_post_se

[PATCH] libibvers: Add new enums

2010-12-19 Thread Aleksey Senin
Add new enums to verbs: IBV_SEND_IP_CSUM - checksum control IBV_WC_WITH_VLAN - VLAN control Signed-off-by: Aleksey Senin --- fixes/series |1 + fixes/verbs_enum_flags.patch | 43 ++ 2 files changed, 44 insertions(+), 0 deletions(-) c