Displaying 1 result from an estimated 1 matches for "c7b6".
Did you mean:
c7b5
2023 Mar 09
0
[RFC PATCH v3 0/4] several updates to virtio/vsock
...kernel, and 'recv()' will return EAGAIN.
>>>
>>> Link to v1 on lore:
>>> https://lore.kernel.org/netdev/c2d3e204-89d9-88e9-8a15-3fe027e56b4b at sberdevices.ru/
>>>
>>> Link to v2 on lore:
>>> https://lore.kernel.org/netdev/a7ab414b-5e41-c7b6-250b-e8401f335859 at sberdevices.ru/
>>>
>>> Change log:
>>>
>>> v1 -> v2:
>>> - For SOCK_SEQPACKET call 'skb_pull()' also in case of copy failure or
>>> ? dropping skbuff (when we just waiting message end).
>>> - Handle copy...