From: patchwork-bot+netdevbpf@kernel.org
To: Arseniy Krasnov <AVKrasnov@sberdevices.ru>
Cc: stefanha@redhat.com, sgarzare@redhat.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
bobby.eshleman@bytedance.com, kvm@vger.kernel.org,
virtualization@lists.linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel@sberdevices.ru, oxffffaa@gmail.com,
avkrasnov@sberdevices.ru
Subject: Re: [PATCH RESEND net v4 0/4] several updates to virtio/vsock
Date: Thu, 16 Mar 2023 17:30:20 +0000 [thread overview]
Message-ID: <167898782068.22462.15920934490206565808.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <1bfcb7fd-bce3-30cf-8a58-8baa57b7345c@sberdevices.ru>
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Tue, 14 Mar 2023 14:03:23 +0300 you wrote:
> Hello,
>
> this patchset evolved from previous v2 version (see link below). It does
> several updates to virtio/vsock:
> 1) Changes 'virtio_transport_inc/dec_rx_pkt()' interface. Now instead of
> using skbuff state ('head' and 'data' pointers) to update 'fwd_cnt'
> and 'rx_bytes', integer value is passed as an input argument. This
> makes code more simple, because in this case we don't need to update
> skbuff state before calling 'virtio_transport_inc/dec_rx_pkt()'. In
> more common words - we don't need to change skbuff state to update
> 'rx_bytes' and 'fwd_cnt' correctly.
> 2) For SOCK_STREAM, when copying data to user fails, current skbuff is
> not dropped. Next read attempt will use same skbuff and last offset.
> Instead of 'skb_dequeue()', 'skb_peek()' + '__skb_unlink()' are used.
> This behaviour was implemented before skbuff support.
> 3) For SOCK_SEQPACKET it removes unneeded 'skb_pull()' call, because for
> this type of socket each skbuff is used only once: after removing it
> from socket's queue, it will be freed anyway.
>
> [...]
Here is the summary with links:
- [RESEND,net,v4,1/4] virtio/vsock: don't use skbuff state to account credit
https://git.kernel.org/netdev/net/c/077706165717
- [RESEND,net,v4,2/4] virtio/vsock: remove redundant 'skb_pull()' call
https://git.kernel.org/netdev/net/c/6825e6b4f8e5
- [RESEND,net,v4,3/4] virtio/vsock: don't drop skbuff on copy failure
https://git.kernel.org/netdev/net/c/8daaf39f7f6e
- [RESEND,net,v4,4/4] test/vsock: copy to user failure test
https://git.kernel.org/netdev/net/c/7e699d2a4e81
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-03-16 17:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 11:03 [PATCH RESEND net v4 0/4] several updates to virtio/vsock Arseniy Krasnov
2023-03-14 11:05 ` [PATCH RESEND net v4 1/4] virtio/vsock: don't use skbuff state to account credit Arseniy Krasnov
2023-03-08 15:11 ` Bobby Eshleman
2023-03-14 11:06 ` [PATCH RESEND net v4 2/4] virtio/vsock: remove redundant 'skb_pull()' call Arseniy Krasnov
2023-03-08 15:15 ` Bobby Eshleman
2023-03-14 11:08 ` [PATCH RESEND net v4 3/4] virtio/vsock: don't drop skbuff on copy failure Arseniy Krasnov
2023-03-08 15:16 ` Bobby Eshleman
2023-03-14 11:09 ` [PATCH RESEND net v4 4/4] test/vsock: copy to user failure test Arseniy Krasnov
2023-03-16 17:30 ` patchwork-bot+netdevbpf [this message]
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=167898782068.22462.15920934490206565808.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=AVKrasnov@sberdevices.ru \
--cc=bobby.eshleman@bytedance.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kernel@sberdevices.ru \
--cc=kuba@kernel.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=oxffffaa@gmail.com \
--cc=pabeni@redhat.com \
--cc=sgarzare@redhat.com \
--cc=stefanha@redhat.com \
--cc=virtualization@lists.linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox