Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1403449

RE: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock)

From Dexuan Cui <decui@microsoft.com>
Newsgroups linux.kernel
Subject RE: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock)
Date 2016-05-19 08:20 +0200
Message-ID <rApto-4vg-5@gated-at.bofh.it> (permalink)
References <rzg8V-u7-203@gated-at.bofh.it> <rzDf4-77f-21@gated-at.bofh.it> <rAktI-ZM-13@gated-at.bofh.it> <rAnBf-3fx-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> From: David Miller [mailto:davem@davemloft.net]
> Sent: Thursday, May 19, 2016 12:13
> To: Dexuan Cui <decui@microsoft.com>
> Cc: KY Srinivasan <kys@microsoft.com>; olaf@aepfle.de;
> gregkh@linuxfoundation.org; jasowang@redhat.com; linux-
> kernel@vger.kernel.org; joe@perches.com; netdev@vger.kernel.org;
> apw@canonical.com; devel@linuxdriverproject.org; Haiyang Zhang
> <haiyangz@microsoft.com>
> Subject: Re: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock)
> 
> 
> I'm travelling and very busy with the merge window.  So sorry I won't be able
> to think about this for some time.

David, 
Sure, I understand.

Please let me recap my last mail:

1)  I'll replace my statically-allocated per-connection "send/recv bufs" with
dynamically ones, so no buf is used when there is no traffic.

2) Another kind of bufs i.e., the  multi-page "VMBus send/recv ringbuffer", is
a must IMO due to the host side's design of the feature: every connection needs
its own ringbuffer, which takes several pages (2~3 pages at least. And, 5 pages
should suffice for good performance). The ringbuffer can be accessed by the
host at any time, so IMO the pages can't be swappable.

I understand net-next is closed now. I'm going to post the next version
after 4.7-rc1 is out in several weeks.

If you could give me some suggestions, I would be definitely happy to take.

Thanks!
-- Dexuan

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock) Dexuan Cui <decui@microsoft.com> - 2016-05-16 04:10 +0200
  Re: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock) David Miller <davem@davemloft.net> - 2016-05-16 04:10 +0200
    RE: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock) Dexuan Cui <decui@microsoft.com> - 2016-05-17 04:50 +0200
      RE: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock) Dexuan Cui <decui@microsoft.com> - 2016-05-19 03:00 +0200
        Re: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock) "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org> - 2016-05-19 03:10 +0200
        Re: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock) David Miller <davem@davemloft.net> - 2016-05-19 06:20 +0200
          RE: [PATCH v11 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock) Dexuan Cui <decui@microsoft.com> - 2016-05-19 08:20 +0200

csiph-web