diff options
author | Davide Caratti <dcaratti@redhat.com> | 2018-05-24 17:49:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-29 04:55:13 +0200 |
commit | cb1603948a0b80f27d2525bb7ac0d4bbb3849926 (patch) | |
tree | 310672c31eb9a832f031c10be9067079a3cd6e42 /net | |
parent | net: stmmac: Use mutex instead of spinlock (diff) | |
download | linux-cb1603948a0b80f27d2525bb7ac0d4bbb3849926.tar.xz linux-cb1603948a0b80f27d2525bb7ac0d4bbb3849926.zip |
vrf: add CRC32c offload to device features
SCTP sockets originated in a VRF can improve their performance if CRC32c
computation is delegated to underlying devices: update device features,
setting NETIF_F_SCTP_CRC. Iterating the following command in the topology
proposed with [1],
# ip vrf exec vrf-h2 netperf -H 192.0.2.1 -t SCTP_STREAM -- -m 10K
the measured throughput in Mbit/s improved from 2395 ± 1% to 2720 ± 1%.
[1] https://www.spinics.net/lists/netdev/msg486007.html
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Acked-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions