2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

netdev-tc-offloads: Add support for IP fragmentation

Add support for frag no, first and later.

Signed-off-by: Roi Dayan <roid@mellanox.com>
Reviewed-by: Shahar Klein <shahark@mellanox.com>
Reviewed-by: Paul Blakey <paulb@mellanox.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
This commit is contained in:
Roi Dayan
2018-03-12 14:58:47 +02:00
committed by Simon Horman
parent 40c5aa11b1
commit 83e866067e
5 changed files with 53 additions and 11 deletions

View File

@@ -92,6 +92,7 @@ struct tc_flower_key {
ovs_be16 encap_eth_type;
uint8_t flags;
uint8_t ip_ttl;
struct {