Skip to content

Commit

Permalink
mlx5: Fix man page of mlx5dv_create_flow_action_modify_header()
Browse files Browse the repository at this point in the history
[ Upstream commit a970f8e ]

Fix mlx5dv_create_flow_action_modify_header() to mention that 'actions'
is be64.

Fixes: 8c7dc0d ("mlx5: Add modify header flow action")
Signed-off-by: Alex Vesker <[email protected]>
Reviewed-by: Erez Shitrit <[email protected]>
Signed-off-by: Yishai Hadas <[email protected]>
Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]>
  • Loading branch information
alexvesker authored and nmorey committed May 22, 2019
1 parent 9f71327 commit 5ca65de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Create a modify header flow steering action, it allows mutating a packet header.
: The size of *actions* buffer in bytes.
*actions*
: A buffer which contains modify actions provided in device spec format.
: A buffer which contains modify actions provided in device spec format (i.e. be64).
*ft_type*
: Defines the flow table type to which the modify header action will be attached.
Expand Down

0 comments on commit 5ca65de

Please sign in to comment.