On 6 Jan 2025, at 2:49, Allen Chen via dev wrote:

> Fixes: 3d67b2d28e7b ("netdev-dpdk: Move offloading code to a new file")
>
> Signed-off-by: Allen Chen <[email protected]>

You still use the wrong fixes tag, see my v3 review. It should be:

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

However, we can fix this during the commit.

Cheers,

Eelco

> ---
>  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