mbox

[PULL,net-next] vhost enhancements for 3.16

Message ID 20140602205515.GA10287@redhat.com
State Superseded, archived
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next

Message

Michael S. Tsirkin June 2, 2014, 8:55 p.m. UTC
The following changes since commit 96b2e73c5471542cb9c622c4360716684f8797ed:

  Revert "net/mlx4_en: Use affinity hint" (2014-06-02 00:18:48 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next

for you to fetch changes up to 2ae76693b8bcabf370b981cd00c36cd41d33fabc:

  vhost: replace rcu with mutex (2014-06-02 23:47:59 +0300)

----------------------------------------------------------------
Michael S. Tsirkin (2):
      vhost-net: extend device allocation to vmalloc
      vhost: replace rcu with mutex

 drivers/vhost/net.c   | 23 ++++++++++++++++++-----
 drivers/vhost/vhost.c | 10 +++++++++-
 2 files changed, 27 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller June 2, 2014, 9:03 p.m. UTC | #1
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: Mon, 2 Jun 2014 23:55:15 +0300

> The following changes since commit 96b2e73c5471542cb9c622c4360716684f8797ed:
> 
>   Revert "net/mlx4_en: Use affinity hint" (2014-06-02 00:18:48 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
> 
> for you to fetch changes up to 2ae76693b8bcabf370b981cd00c36cd41d33fabc:
> 
>   vhost: replace rcu with mutex (2014-06-02 23:47:59 +0300)

Can you please post the actual patches as part of your pull request just
like the other maintainers do?

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Michael S. Tsirkin June 2, 2014, 9:31 p.m. UTC | #2
On Mon, Jun 02, 2014 at 02:03:12PM -0700, David Miller wrote:
> From: "Michael S. Tsirkin" <mst@redhat.com>
> Date: Mon, 2 Jun 2014 23:55:15 +0300
> 
> > The following changes since commit 96b2e73c5471542cb9c622c4360716684f8797ed:
> > 
> >   Revert "net/mlx4_en: Use affinity hint" (2014-06-02 00:18:48 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
> > 
> > for you to fetch changes up to 2ae76693b8bcabf370b981cd00c36cd41d33fabc:
> > 
> >   vhost: replace rcu with mutex (2014-06-02 23:47:59 +0300)
> 
> Can you please post the actual patches as part of your pull request just
> like the other maintainers do?
> 
> Thanks.

Will do from now on, pull request re-posted.