@@ -143,7 +143,7 @@ enum mlx4_ib_rx_hash_function_flags {
};
/*
- * RX Hash flags, these flags allows to set which incoming packet's field should
+ * RX Hash flags, these flags allow setting which incoming packet's field should
* participates in RX Hash. Each flag represent certain packet's field,
* when the flag is set the field that is represented by the flag will
* participate in RX Hash calculation.
@@ -321,7 +321,7 @@ enum mlx5_rx_hash_function_flags {
};
/*
- * RX Hash flags, these flags allows to set which incoming packet's field should
+ * RX Hash flags, these flags allow setting which incoming packet's field should
* participates in RX Hash. Each flag represent certain packet's field,
* when the flag is set the field that is represented by the flag will
* participate in RX Hash calculation.
@@ -795,7 +795,7 @@ struct ibv_wq_attr {
* Receive Work Queue Indirection Table.
* It's used in order to distribute incoming packets between different
* Receive Work Queues. Associating Receive WQs with different CPU cores
- * allows to workload the traffic between different CPU cores.
+ * allows one to workload the traffic between different CPU cores.
* The Indirection Table can contain only WQs of type IBV_WQT_RQ.
*/
struct ibv_rwq_ind_table {
@@ -23,7 +23,7 @@ mlx5dv_create_flow_action_modify_header(struct ibv_context *ctx,
# DESCRIPTION
-Create a modify header flow steering action, it allows to mutate a packet header.
+Create a modify header flow steering action, it allows mutating a packet header.
# ARGUMENTS
@@ -26,7 +26,7 @@ mlx5dv_create_flow_action_packet_reformat(struct ibv_context *ctx,
# DESCRIPTION
Create a packet reformat flow steering action.
-It allows to add/remove packet headers.
+It allows adding/removing packet headers.
# ARGUMENTS
*ctx*
@@ -41,7 +41,7 @@ It allows to add/remove packet headers.
*reformat_type*
: The reformat type to be create. Use enum mlx5dv_flow_action_packet_reformat_type.
MLX5DV_FLOW_ACTION_PACKET_REFORMAT_TYPE_L2_TUNNEL_TO_L2: Decap a generic L2
- tunneled packet upto inner L2.
+ tunneled packet up to inner L2.
MLX5DV_FLOW_ACTION_PACKET_REFORMAT_TYPE_L2_TO_L2_TUNNEL: Generic encap, *data*
should contain the encapsulating headers.
@@ -996,7 +996,7 @@ static void ocrdma_discard_cqes(struct ocrdma_qp *qp, struct ocrdma_cq *cq)
* we don't complete out of order cqe.
*/
cur_getp = cq->getp;
- /* find upto when do we reap the cq.*/
+ /* find up to when do we reap the cq.*/
stop_getp = cur_getp;
do {
if (is_hw_sq_empty(qp) && (!qp->srq && is_hw_rq_empty(qp)))
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com> --- kernel-headers/rdma/mlx4-abi.h | 2 +- kernel-headers/rdma/mlx5-abi.h | 2 +- libibverbs/verbs.h | 2 +- .../mlx5/man/mlx5dv_create_flow_action_modify_header.3.md | 2 +- .../mlx5/man/mlx5dv_create_flow_action_packet_reformat.3.md | 4 ++-- providers/ocrdma/ocrdma_verbs.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-)