Skip to content

Commit

Permalink
netdev-offload-dpdk: Fix spelling error in the comments.
Browse files Browse the repository at this point in the history
Fixes: e8a2b5b ("netdev-dpdk: implement flow offload with rte flow")

Acked-by: Simon Horman <[email protected]>
Signed-off-by: Allen Chen <[email protected]>
Signed-off-by: Eelco Chaudron <[email protected]>
  • Loading branch information
Allen Chen authored and chaudron committed Jan 8, 2025
1 parent 2609253 commit b72f6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netdev-offload-dpdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit b72f6bb

Please sign in to comment.