From: Davide Caratti <dcaratti@redhat.com>
To: Vladislav Yasevich <vyasevich@gmail.com>, netdev@vger.kernel.org
Cc: linux-sctp@vger.kernel.org,
virtualization@lists.linux-foundation.org, mst@redhat.com,
jasowang@redhat.com, nhorman@tuxdriver.com,
Vladislav Yasevich <vyasevic@redhat.com>
Subject: Re: [PATCH net-next 5/5] macvlan/macvtap: Add support for SCTP checksum offload.
Date: Wed, 04 Apr 2018 15:31:00 +0000 [thread overview]
Message-ID: <1522855860.2617.7.camel@redhat.com> (raw)
In-Reply-To: <20180402134006.10111-6-vyasevic@redhat.com>
On Mon, 2018-04-02 at 09:40 -0400, Vladislav Yasevich wrote:
> Since we now have support for software CRC32c offload, turn it on
> for macvlan and macvtap devices so that guests can take advantage
> of offload SCTP checksums to the host or host hardware.
>
> Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com>
> ---
> drivers/net/macvlan.c | 5 +++--
> drivers/net/tap.c | 8 +++++---
> include/uapi/linux/if_tun.h | 1 +
> 3 files changed, 9 insertions(+), 5 deletions(-)
>
I think also ipvlan can improve its SCTP performance with a similar patch.
WDYT?
thanks,
--
davide
WARNING: multiple messages have this Message-ID (diff)
From: Davide Caratti <dcaratti@redhat.com>
To: Vladislav Yasevich <vyasevich@gmail.com>, netdev@vger.kernel.org
Cc: linux-sctp@vger.kernel.org,
virtualization@lists.linux-foundation.org, mst@redhat.com,
jasowang@redhat.com, nhorman@tuxdriver.com,
Vladislav Yasevich <vyasevic@redhat.com>
Subject: Re: [PATCH net-next 5/5] macvlan/macvtap: Add support for SCTP checksum offload.
Date: Wed, 04 Apr 2018 17:31:00 +0200 [thread overview]
Message-ID: <1522855860.2617.7.camel@redhat.com> (raw)
In-Reply-To: <20180402134006.10111-6-vyasevic@redhat.com>
On Mon, 2018-04-02 at 09:40 -0400, Vladislav Yasevich wrote:
> Since we now have support for software CRC32c offload, turn it on
> for macvlan and macvtap devices so that guests can take advantage
> of offload SCTP checksums to the host or host hardware.
>
> Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com>
> ---
> drivers/net/macvlan.c | 5 +++--
> drivers/net/tap.c | 8 +++++---
> include/uapi/linux/if_tun.h | 1 +
> 3 files changed, 9 insertions(+), 5 deletions(-)
>
I think also ipvlan can improve its SCTP performance with a similar patch.
WDYT?
thanks,
--
davide
next prev parent reply other threads:[~2018-04-04 15:31 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-02 13:40 [PATCH net-next 0/5] virtio-net: Add SCTP checksum offload support Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-02 13:40 ` [PATCH net-next 1/5] virtio: Add support for SCTP checksum offloading Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-10 3:17 ` Jason Wang
2018-04-10 3:17 ` Jason Wang
2018-04-10 3:17 ` Jason Wang
2018-04-11 22:39 ` Marcelo Ricardo Leitner
2018-04-11 22:39 ` Marcelo Ricardo Leitner
2018-04-11 22:49 ` Michael S. Tsirkin
2018-04-11 22:49 ` Michael S. Tsirkin
2018-04-11 22:49 ` Michael S. Tsirkin
2018-04-16 13:45 ` Vlad Yasevich
2018-04-16 13:45 ` Vlad Yasevich
2018-04-16 13:45 ` Vlad Yasevich
2018-04-16 15:52 ` Michael S. Tsirkin
2018-04-16 15:52 ` Michael S. Tsirkin
2018-04-16 17:09 ` Michael S. Tsirkin
2018-04-16 17:09 ` Michael S. Tsirkin
2018-04-17 19:06 ` Vlad Yasevich
2018-04-17 19:06 ` Vlad Yasevich
2018-04-17 19:06 ` Vlad Yasevich
2018-04-16 17:09 ` Michael S. Tsirkin
2018-04-16 17:07 ` Michael S. Tsirkin
2018-04-16 17:07 ` Michael S. Tsirkin
2018-04-16 17:07 ` Michael S. Tsirkin
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-02 13:40 ` [PATCH net-next 2/5] sctp: Handle sctp packets with CHECKSUM_PARTIAL Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-02 13:40 ` [PATCH net-next 3/5] sctp: Build sctp offload support into the base kernel Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-02 13:40 ` [PATCH net-next 4/5] tun: Add support for SCTP checksum offload Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-03 0:49 ` kbuild test robot
2018-04-03 0:49 ` kbuild test robot
2018-04-03 0:49 ` kbuild test robot
2018-04-16 17:12 ` Michael S. Tsirkin
2018-04-16 17:12 ` Michael S. Tsirkin
2018-04-16 17:12 ` Michael S. Tsirkin
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-02 13:40 ` [PATCH net-next 5/5] macvlan/macvtap: " Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-02 13:40 ` Vladislav Yasevich
2018-04-04 15:31 ` Davide Caratti [this message]
2018-04-04 15:31 ` Davide Caratti
2018-04-16 17:14 ` Michael S. Tsirkin
2018-04-16 17:14 ` Michael S. Tsirkin
2018-04-16 17:14 ` Michael S. Tsirkin
2018-04-02 14:16 ` [PATCH net-next 0/5] virtio-net: Add SCTP checksum offload support David Miller
2018-04-02 14:16 ` David Miller
2018-04-02 14:16 ` David Miller
2018-04-02 14:47 ` Marcelo Ricardo Leitner
2018-04-02 14:47 ` Marcelo Ricardo Leitner
2018-04-17 20:35 ` Vlad Yasevich
2018-04-17 20:35 ` Vlad Yasevich
2018-04-17 20:35 ` Vlad Yasevich
2018-04-18 1:33 ` Marcelo Ricardo Leitner
2018-04-18 1:33 ` Marcelo Ricardo Leitner
2018-04-18 6:57 ` Xin Long
2018-04-18 6:57 ` Xin Long
2018-04-18 6:57 ` Xin Long
2018-04-18 14:06 ` Michael S. Tsirkin
2018-04-18 14:06 ` Michael S. Tsirkin
2018-04-18 14:06 ` Michael S. Tsirkin
2018-04-20 17:22 ` Marcelo Ricardo Leitner
2018-04-20 17:22 ` Marcelo Ricardo Leitner
2018-04-20 18:32 ` Michael S. Tsirkin
2018-04-20 18:32 ` Michael S. Tsirkin
2018-04-20 18:32 ` Michael S. Tsirkin
2018-04-23 13:17 ` Vlad Yasevich
2018-04-23 13:17 ` Vlad Yasevich
2018-04-23 13:17 ` Vlad Yasevich
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=1522855860.2617.7.camel@redhat.com \
--to=dcaratti@redhat.com \
--cc=jasowang@redhat.com \
--cc=linux-sctp@vger.kernel.org \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=vyasevic@redhat.com \
--cc=vyasevich@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.