mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
lib/flow: add dp_hash and recirc_id to struct flow
Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -41,6 +41,12 @@ void match_init_catchall(struct match *);
|
||||
|
||||
void match_zero_wildcarded_fields(struct match *);
|
||||
|
||||
void match_set_dp_hash(struct match *, uint32_t value);
|
||||
void match_set_dp_hash_masked(struct match *, uint32_t value, uint32_t mask);
|
||||
|
||||
void match_set_recirc_id(struct match *, uint32_t value);
|
||||
void match_set_recirc_id_masked(struct match *, uint32_t value, uint32_t mask);
|
||||
|
||||
void match_set_reg(struct match *, unsigned int reg_idx, uint32_t value);
|
||||
void match_set_reg_masked(struct match *, unsigned int reg_idx,
|
||||
uint32_t value, uint32_t mask);
|
||||
|
Reference in New Issue
Block a user