mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
datapath: Drop padding from struct odp_flow_key.
Breaking this out as a separate commit should make it easier to see what needs to change later, if we need to reintroduce padding at some point. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -198,7 +198,6 @@ odp_flow_key_from_flow(struct odp_flow_key *key, const struct flow *flow)
|
||||
memcpy(key->dl_dst, flow->dl_dst, ETH_ADDR_LEN);
|
||||
key->nw_proto = flow->nw_proto;
|
||||
key->nw_tos = flow->nw_tos;
|
||||
memset(key->reserved, 0, sizeof key->reserved);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user