diff options
author | Florin Coras <fcoras@cisco.com> | 2019-11-20 18:34:58 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-11-21 20:12:24 +0000 |
commit | f4ce6ba22541de1d08b69e8123493e87ec5acef0 (patch) | |
tree | 2e10baf1593e22095d1a75b286df054a87dcbc85 /src/vnet/tcp/tcp.h | |
parent | ff31ac6809d9913ebd2f58a3a4153a0f419b9a77 (diff) |
tcp: add no csum offload config option
Type: feature
Change-Id: I77b3ee74229f3c85e99f74bf9000cb5aedbc1760
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp.h')
-rw-r--r-- | src/vnet/tcp/tcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index e9247eb86b2..299e76de5a7 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -558,6 +558,9 @@ typedef struct tcp_configuration_ /** Allow use of TSO whenever available */ u8 allow_tso; + /** Set if csum offloading is enabled */ + u8 csum_offload; + /** Default congestion control algorithm type */ tcp_cc_algorithm_type_e cc_algo; |