mirror of
https://github.com/openvswitch/ovs
synced 2025-09-04 00:05:15 +00:00
netdev-offload-dpdk: Fix spelling error in the comments.
Fixes: e8a2b5bf92
("netdev-dpdk: implement flow offload with rte flow")
Acked-by: Simon Horman <horms@ovn.org>
Signed-off-by: Allen Chen <allen.chen@jaguarmicro.com>
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
This commit is contained in:
committed by
Eelco Chaudron
parent
260925314b
commit
b72f6bb4c1
@@ -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
|
* is used to keep track of current allocated number of elements. Starts
|
||||||
* by 8 and doubles on each xrealloc call.
|
* by 8 and doubles on each xrealloc call.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user