Files
scylladb/net
Nadav Har'El 3f2ea82e6d dpdk: rx checksum offloading
If the card supports this (and usually, it does), enable rx checksum
offloading by the card, and avoid calculating the checksums ourselves.

With rx checksum offloading, the card checks in incoming packets the
IP header checksum and the L4 (TCP or UDP) checksum, and gives us a
flag when one of them is wrong, meaning that we do not need to do these
calculations ourselves.

This patch improves memcached performance on my setup by almost 3%.

Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>
2014-12-08 20:41:31 +02:00
..
2014-11-06 10:30:30 +02:00
2014-11-06 10:30:30 +02:00
2014-11-06 10:30:30 +02:00
2014-11-06 10:30:30 +02:00
2014-11-10 10:17:49 +02:00
2014-11-05 14:50:56 +02:00
2014-12-08 20:41:31 +02:00
2014-12-07 12:01:31 +02:00
2014-12-03 21:40:49 +08:00
2014-12-03 17:47:29 +08:00
2014-12-03 17:47:29 +08:00
2014-12-03 17:47:30 +08:00
2014-10-28 11:01:37 +02:00
2014-11-06 10:30:30 +02:00
2014-12-03 17:47:30 +08:00
2014-11-30 10:16:38 +02:00