| Message ID | 20250103021204.788-1-allen.chen@jaguarmicro.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series | [ovs-dev,v3] netdev_offload_dpdk: Fix spelling error in the comments. | expand |
| Context | Check | Description |
|---|---|---|
| ovsrobot/apply-robot | success | apply and check: success |
| ovsrobot/github-robot-_Build_and_Test | success | github build: passed |
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 <allen.chen@jaguarmicro.com> 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 <echaudro@redhat.com> > --- > 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 > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev
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. */
Fix spelling error in the comments on struct flow_patterns Signed-off-by: Allen Chen <allen.chen@jaguarmicro.com> --- lib/netdev-offload-dpdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)