netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Enhance virtio-vsock connection semantics
@ 2020-02-14 11:48 Sebastien Boeuf
  2020-02-14 11:48 ` [PATCH v3 1/2] net: virtio_vsock: Enhance " Sebastien Boeuf
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sebastien Boeuf @ 2020-02-14 11:48 UTC (permalink / raw)
  To: netdev; +Cc: sgarzare, stefanha, davem, Sebastien Boeuf

This series improves the semantics behind the way virtio-vsock server
accepts connections coming from the client. Whenever the server
receives a connection request from the client, if it is bound to the
socket but not yet listening, it will answer with a RST packet. The
point is to ensure each request from the client is quickly processed
so that the client can decide about the strategy of retrying or not.

The series includes along with the improvement patch a new test to
ensure the behavior is consistent across all hypervisors drivers.

Sebastien Boeuf (2):
  net: virtio_vsock: Enhance connection semantics
  tools: testing: vsock: Test when server is bound but not listening

 net/vmw_vsock/virtio_transport_common.c |  1 +
 tools/testing/vsock/vsock_test.c        | 77 +++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

-- 
2.20.1

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris, 
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-17  7:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 11:48 [PATCH v3 0/2] Enhance virtio-vsock connection semantics Sebastien Boeuf
2020-02-14 11:48 ` [PATCH v3 1/2] net: virtio_vsock: Enhance " Sebastien Boeuf
2020-02-14 11:48 ` [PATCH v3 2/2] tools: testing: vsock: Test when server is bound but not listening Sebastien Boeuf
2020-02-14 12:18 ` [PATCH v3 0/2] Enhance virtio-vsock connection semantics Stefano Garzarella
2020-02-14 12:20   ` Boeuf, Sebastien
2020-02-17  3:02 ` David Miller
2020-02-17  7:43   ` Boeuf, Sebastien

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).