This patch fixes incorrect comments.
Signed-off-by: Sunyang Wu <[email protected]>
---
lib/netdev-offload.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/netdev-offload.h b/lib/netdev-offload.h
index 47f8e6f48..7fc30a424 100644
--- a/lib/netdev-offload.h
+++ b/lib/netdev-offload.h
@@ -46,10 +46,10 @@ struct ovs_action_push_tnl;
/* Offload-capable (HW) netdev information */
struct netdev_hw_info {
- bool oor; /* Out of Offload Resources ? */
- atomic_bool miss_api_supported; /* hw_miss_packet_recover() supported.*/
- int offload_count; /* Pending (non-offloaded) flow count */
- int pending_count; /* Offloaded flow count */
+ bool oor; /* Out of Offload Resources ? */
+ atomic_bool miss_api_supported; /* hw_miss_packet_recover() supported.*/
+ int offload_count; /* Offloaded flow count */
+ int pending_count; /* Pending (non-offloaded) flow count */
OVSRCU_TYPE(void *) offload_data; /* Offload metadata. */
};
--
2.19.0.rc0.windows.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev