Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932381AbWCFWFf (ORCPT ); Mon, 6 Mar 2006 17:05:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932380AbWCFWFf (ORCPT ); Mon, 6 Mar 2006 17:05:35 -0500 Received: from fmr19.intel.com ([134.134.136.18]:54671 "EHLO orsfmr004.jf.intel.com") by vger.kernel.org with ESMTP id S932378AbWCFWFe (ORCPT ); Mon, 6 Mar 2006 17:05:34 -0500 Message-ID: <440CB22C.6090007@ichips.intel.com> Date: Mon, 06 Mar 2006 14:05:32 -0800 From: Sean Hefty User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sean Hefty CC: "'Roland Dreier'" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, openib-general@openib.org Subject: Re: [openib-general] [PATCH 2/6] IB: match connection requests based on private data References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 860 Lines: 25 Sean Hefty wrote: > +static void cm_mask_compare_data(u8 *dst, u8 *src, u8 *mask) > +{ > + int i; > + > + for (i = 0; i < IB_CM_PRIVATE_DATA_COMPARE_SIZE; i++) > + dst[i] = src[i] & mask[i]; > +} > + > +static int cm_compare_data(struct ib_cm_private_data_compare *src_data, > + struct ib_cm_private_data_compare *dst_data) > +{ > + u8 src[IB_CM_PRIVATE_DATA_COMPARE_SIZE]; > + u8 dst[IB_CM_PRIVATE_DATA_COMPARE_SIZE]; Ugh. I sent the wrong patch series. This was the original set of patches, before any feedback was incorporated. I will need to resend patches 2, 4, 5, and 6. Sorry about this. - Sean - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/