From: Sean Hefty <mshefty@ichips.intel.com>
To: Sean Hefty <sean.hefty@intel.com>
Cc: netdev@vger.kernel.org, 'Roland Dreier' <rdreier@cisco.com>,
linux-kernel@vger.kernel.org, openib-general@openib.org
Subject: Re: [PATCH 2/6] IB: match connection requests based on private data
Date: Mon, 06 Mar 2006 14:05:32 -0800 [thread overview]
Message-ID: <440CB22C.6090007@ichips.intel.com> (raw)
In-Reply-To: <ORSMSX401FRaqbC8wSA00000005@orsmsx401.amr.corp.intel.com>
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
next parent reply other threads:[~2006-03-06 22:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ORSMSX401FRaqbC8wSA00000005@orsmsx401.amr.corp.intel.com>
2006-03-06 22:05 ` Sean Hefty [this message]
2006-03-06 23:29 ` [PATCH 2/6 v2] IB: match connection requests based on private data Sean Hefty
2006-03-06 19:20 [PATCH 2/6] " Caitlin Bestler
-- strict thread matches above, loose matches on Subject: below --
2006-03-03 22:53 [PATCH 0/5] Infiniband: connection abstraction Roland Dreier
2006-03-06 19:04 ` [PATCH 2/6] IB: match connection requests based on private data Sean Hefty
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=440CB22C.6090007@ichips.intel.com \
--to=mshefty@ichips.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=openib-general@openib.org \
--cc=rdreier@cisco.com \
--cc=sean.hefty@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).