On 3 Jan 2025, at 3:12, Allen Chen via dev wrote:

> Fix spelling error in the comments on struct flow_patterns
>
> Signed-off-by: Allen Chen <[email protected]>

The change looks good to me, however, when applying we should add the following 
fixes tag:

Fixes: e8a2b5bf92bb ("netdev-dpdk: implement flow offload with rte flow")

Acked-by: Eelco Chaudron <[email protected]>

> ---
>  lib/netdev-offload-dpdk.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/netdev-offload-dpdk.c b/lib/netdev-offload-dpdk.c
> index cda0e8d13..b1c848f4d 100644
> --- a/lib/netdev-offload-dpdk.c
> +++ b/lib/netdev-offload-dpdk.c
> @@ -283,7 +283,7 @@ ufid_to_rte_flow_disassociate(struct 
> ufid_to_rte_flow_data *data)
>  }
>
>  /*
> - * To avoid individual xrealloc calls for each new element, a 'curent_max'
> + * To avoid individual xrealloc calls for each new element, a 'current_max'
>   * is used to keep track of current allocated number of elements. Starts
>   * by 8 and doubles on each xrealloc call.
>   */
> -- 
> 2.33.0.windows.2
>
> _______________________________________________
> dev mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to