FW: [PATCH] librdmacm/mcraw: Add a new test application for user-space IBV_QPT_RAW_ETH QP type

2010-06-11 Thread Walukiewicz, Miroslaw
The patch adds a new test application describing a usage of the IBV_QPT_RAW_ETH for IPv4 multicast acceleration on iWARP cards. See man mcraw for parameters description. Signed-of-by: Mirek Walukiewicz --- diff --git a/Makefile.am b/Makefile.am index 4ddbcfa..0132b36 100644 --- a/Makefile.am +

Re: FW: [PATCH] librdmacm/mcraw: Add a new test application for user-space IBV_QPT_RAW_ETH QP type

2010-06-11 Thread Or Gerlitz
Walukiewicz, Miroslaw wrote: > The patch adds a new test application describing a usage of the > IBV_QPT_RAW_ETH > for IPv4 multicast acceleration on iWARP cards. See man mcraw for parameters > description So this is the only raw qp related patch to librdmacm? any reason not to patch mckey to s

RE: FW: [PATCH] librdmacm/mcraw: Add a new test application for user-space IBV_QPT_RAW_ETH QP type

2010-06-14 Thread Walukiewicz, Miroslaw
, Sean; linux-rdma@vger.kernel.org Subject: Re: FW: [PATCH] librdmacm/mcraw: Add a new test application for user-space IBV_QPT_RAW_ETH QP type Walukiewicz, Miroslaw wrote: > The patch adds a new test application describing a usage of the > IBV_QPT_RAW_ETH > for IPv4 multicast acceleration

Re: FW: [PATCH] librdmacm/mcraw: Add a new test application for user-space IBV_QPT_RAW_ETH QP type

2010-06-14 Thread Or Gerlitz
Walukiewicz, Miroslaw wrote: > The mckey works on UD_QP type and mcraw works on RAW_QP type. > The data payload prepared for UD and RAW_QP are on different layers. > The mckey uses rdma_join_multicast() that triggers a state machine for IB > multicast joining. > The mcraw does not trigger such