All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roland Dreier <roland@topspin.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: yoshfuji@linux-ipv6.org, linux-kernel@vger.kernel.org,
	openib-general@openib.org, akpm@osdl.org, torvalds@osdl.org,
	netdev@oss.sgi.com
Subject: Re: [PATCH][v4][0/24] Second InfiniBand merge candidate patch set
Date: Mon, 27 Dec 2004 21:19:26 -0800	[thread overview]
Message-ID: <52k6r3j8yp.fsf@topspin.com> (raw)
In-Reply-To: <20041227210007.398734cd.davem@davemloft.net> (David S. Miller's message of "Mon, 27 Dec 2004 21:00:07 -0800")

    David> If Roland can resubmit his patch queue to me with the fixes
    David> folks have recommended to him, I can start merging this
    David> stuff in.

Andrew has indicated to me that he has merged the whole InfiniBand
patch into -mm now.

Dave, did you want to handle the entire merge of the whole IB stack,
or just the net/ parts, which are pretty trivial and stand alone,
since AF_INFINIBAND is already defined in the tree?

I'm happy to do whatever it takes to get IB merged as expeditiously as
possible so Dave & Andrew, please let me know what seems easiest and
best to you.

Thanks,
  Roland

WARNING: multiple messages have this Message-ID (diff)
From: Roland Dreier <roland@topspin.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: akpm@osdl.org, netdev@oss.sgi.com, yoshfuji@linux-ipv6.org,
	linux-kernel@vger.kernel.org, openib-general@openib.org,
	torvalds@osdl.org
Subject: Re: [PATCH][v4][0/24] Second InfiniBand merge candidate patch set
Date: Mon, 27 Dec 2004 21:19:26 -0800	[thread overview]
Message-ID: <52k6r3j8yp.fsf@topspin.com> (raw)
In-Reply-To: <20041227210007.398734cd.davem@davemloft.net> (David S. Miller's message of "Mon, 27 Dec 2004 21:00:07 -0800")

    David> If Roland can resubmit his patch queue to me with the fixes
    David> folks have recommended to him, I can start merging this
    David> stuff in.

Andrew has indicated to me that he has merged the whole InfiniBand
patch into -mm now.

Dave, did you want to handle the entire merge of the whole IB stack,
or just the net/ parts, which are pretty trivial and stand alone,
since AF_INFINIBAND is already defined in the tree?

I'm happy to do whatever it takes to get IB merged as expeditiously as
possible so Dave & Andrew, please let me know what seems easiest and
best to you.

Thanks,
  Roland

  reply	other threads:[~2004-12-28  5:21 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-20  6:14 [PATCH][v4][0/24] Second InfiniBand merge candidate patch set Roland Dreier
2004-12-20  6:14 ` [PATCH][v4][1/24] Add core InfiniBand support (public headers) Roland Dreier
2004-12-20  6:14   ` [PATCH][v4][2/24] Add core InfiniBand support Roland Dreier
2004-12-20  6:14     ` [PATCH][v4][3/24] Hook up drivers/infiniband Roland Dreier
2004-12-20  6:14       ` [PATCH][v4][4/24] Add InfiniBand MAD (management datagram) support (public headers) Roland Dreier
2004-12-20  6:14         ` [PATCH][v4][5/24] Add InfiniBand MAD (management datagram) support Roland Dreier
2004-12-20  6:14           ` [PATCH][v4][6/24] Add InfiniBand MAD (management datagram) support (private headers) Roland Dreier
2004-12-20  6:14             ` [PATCH][v4][7/24] Add InfiniBand MAD SMI support Roland Dreier
2004-12-20  6:14               ` [PATCH][v4][8/24] Add InfiniBand SA (Subnet Administration) query support Roland Dreier
2004-12-20  6:14                 ` [PATCH][v4][9/24] Add Mellanox HCA low-level driver Roland Dreier
2004-12-20  6:15                   ` [PATCH][v4][10/24] Add Mellanox HCA low-level driver (midlayer interface) Roland Dreier
2004-12-20  6:15                     ` [PATCH][v4][11/24] Add Mellanox HCA low-level driver (FW commands) Roland Dreier
2004-12-20  6:15                       ` [PATCH][v4][12/24] Add Mellanox HCA low-level driver (EQ) Roland Dreier
2004-12-20  6:15                         ` [PATCH][v4][13/24] Add Mellanox HCA low-level driver (initialization) Roland Dreier
2004-12-20  6:15                           ` [PATCH][v4][14/24] Add Mellanox HCA low-level driver (QP/CQ) Roland Dreier
2004-12-20  6:15                             ` [PATCH][v4][15/24] Add Mellanox HCA low-level driver (last bits) Roland Dreier
2004-12-20  6:15                               ` [PATCH][v4][16/24] Add Mellanox HCA low-level driver (MAD) Roland Dreier
2004-12-20  6:15                                 ` [PATCH][v4][17/24] IPoIB IPv4 multicast Roland Dreier
2004-12-20  6:15                                   ` Roland Dreier
2004-12-20  6:15                                   ` [PATCH][v4][18/24] IPoIB IPv6 support Roland Dreier
2004-12-20  6:15                                     ` Roland Dreier
2004-12-20  6:15                                     ` [PATCH][v4][19/24] Add IPoIB (IP-over-InfiniBand) driver Roland Dreier
2004-12-20  6:15                                       ` Roland Dreier
2004-12-20  6:15                                       ` [PATCH][v4][20/24] Add IPoIB multicast & partition code Roland Dreier
2004-12-20  6:15                                         ` [PATCH][v4][21/24] Add InfiniBand userspace MAD support Roland Dreier
2004-12-20  6:15                                           ` [PATCH][v4][22/24] Document InfiniBand ioctl use Roland Dreier
2004-12-20  6:15                                             ` [PATCH][v4][23/24] Add InfiniBand Documentation files Roland Dreier
2004-12-20  6:15                                               ` [PATCH][v4][24/24] InfiniBand MAINTAINERS entry Roland Dreier
2004-12-20  6:58                                       ` [PATCH][v4][19/24] Add IPoIB (IP-over-InfiniBand) driver YOSHIFUJI Hideaki / 吉藤英明
2004-12-20  6:58                                         ` YOSHIFUJI Hideaki / 吉藤英明
2004-12-20 12:14                                         ` Arnd Bergmann
2004-12-20 13:17                                           ` YOSHIFUJI Hideaki / 吉藤英明
2004-12-20 16:10                                             ` Arnd Bergmann
2004-12-20 16:10                                               ` Arnd Bergmann
2004-12-20 16:45                                         ` Roland Dreier
2004-12-20 16:45                                           ` Roland Dreier
2004-12-20  6:38 ` [PATCH][v4][0/24] Second InfiniBand merge candidate patch set YOSHIFUJI Hideaki / 吉藤英明
2004-12-20  6:38   ` YOSHIFUJI Hideaki / 吉藤英明
2004-12-28  5:00   ` David S. Miller
2004-12-28  5:00     ` David S. Miller
2004-12-28  5:19     ` Roland Dreier [this message]
2004-12-28  5:19       ` Roland Dreier
2004-12-28  5:26       ` David S. Miller
2004-12-28  5:26         ` David S. Miller

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=52k6r3j8yp.fsf@topspin.com \
    --to=roland@topspin.com \
    --cc=akpm@osdl.org \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    --cc=openib-general@openib.org \
    --cc=torvalds@osdl.org \
    --cc=yoshfuji@linux-ipv6.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.