RDMA/uverbs: Split UVERBS_ATTR_FLOW_ACTION_ESP_HANDLE
Two methods are sharing the same attribute constant, but the attribute definitions are not the same. This should not have been done, instead split them into two attributes with the same number. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
This commit is contained in:
parent
87fc2a620a
commit
ad544cfe54
2 changed files with 14 additions and 5 deletions
|
|
@ -79,7 +79,7 @@ enum uverbs_attrs_destroy_cq_cmd_attr_ids {
|
|||
};
|
||||
|
||||
enum uverbs_attrs_create_flow_action_esp {
|
||||
UVERBS_ATTR_FLOW_ACTION_ESP_HANDLE,
|
||||
UVERBS_ATTR_CREATE_FLOW_ACTION_ESP_HANDLE,
|
||||
UVERBS_ATTR_FLOW_ACTION_ESP_ATTRS,
|
||||
UVERBS_ATTR_FLOW_ACTION_ESP_ESN,
|
||||
UVERBS_ATTR_FLOW_ACTION_ESP_KEYMAT,
|
||||
|
|
@ -87,6 +87,11 @@ enum uverbs_attrs_create_flow_action_esp {
|
|||
UVERBS_ATTR_FLOW_ACTION_ESP_ENCAP,
|
||||
};
|
||||
|
||||
enum uverbs_attrs_modify_flow_action_esp {
|
||||
UVERBS_ATTR_MODIFY_FLOW_ACTION_ESP_HANDLE =
|
||||
UVERBS_ATTR_CREATE_FLOW_ACTION_ESP_HANDLE,
|
||||
};
|
||||
|
||||
enum uverbs_attrs_destroy_flow_action_esp {
|
||||
UVERBS_ATTR_DESTROY_FLOW_ACTION_HANDLE,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue