RE: [PATCH v4 1/1] ibacm: Add support for pathrecord query through netlink

2015-06-11 Thread Wan, Kaike
> From: Hal Rosenstock [mailto:h...@dev.mellanox.co.il] > Sent: Thursday, June 11, 2015 11:53 AM > To: Wan, Kaike > Cc: linux-rdma@vger.kernel.org; Fleck, John; Weiny, Ira > Subject: Re: [PATCH v4 1/1] ibacm: Add support for pathrecord query > through netlink > > On 6/11/2

Re: [PATCH v4 1/1] ibacm: Add support for pathrecord query through netlink

2015-06-11 Thread Hal Rosenstock
On 6/11/2015 10:25 AM, Wan, Kaike wrote: >>> +static void acm_nl_process_resolve(struct acmc_client *client, >>> + struct acm_nl_msg *acmnlmsg) >>> +{ >>> + struct acm_msg msg; >>> + struct nlattr *attr; >>> + int payload_len; >>> + int rem; >>> + int total_a

RE: [PATCH v4 1/1] ibacm: Add support for pathrecord query through netlink

2015-06-11 Thread Wan, Kaike
> From: linux-rdma-ow...@vger.kernel.org [mailto:linux-rdma- > ow...@vger.kernel.org] On Behalf Of Hal Rosenstock > Sent: Thursday, June 11, 2015 10:15 AM > > On 6/9/2015 10:57 AM, kaike@intel.com wrote: > > From: Kaike Wan > > > > This patch enables ibacm to process pathrecord queries throug

Re: [PATCH v4 1/1] ibacm: Add support for pathrecord query through netlink

2015-06-11 Thread Hal Rosenstock
On 6/9/2015 10:57 AM, kaike@intel.com wrote: > From: Kaike Wan > > This patch enables ibacm to process pathrecord queries through netlink. > Since ibacm can cache pathrecords, this implementation provides an easy > pathrecord cache for kernel components and therefore offers great > performanc

[PATCH v4 1/1] ibacm: Add support for pathrecord query through netlink

2015-06-09 Thread kaike . wan
From: Kaike Wan This patch enables ibacm to process pathrecord queries through netlink. Since ibacm can cache pathrecords, this implementation provides an easy pathrecord cache for kernel components and therefore offers great performance advantage on large fabric systems. Signed-off-by: Kaike Wa