examples/l3fwd: share queue size variables
[dpdk.git] / drivers / net / bnx2x / bnx2x_stats.h
index 0ffd308..11ddab5 100644 (file)
@@ -1,4 +1,4 @@
-/*-
+/* SPDX-License-Identifier: BSD-3-Clause
  * Copyright (c) 2007-2013 Broadcom Corporation.
  *
  * Eric Davis        <edavis@broadcom.com>
@@ -9,8 +9,6 @@
  * Copyright (c) 2015-2018 Cavium Inc.
  * All rights reserved.
  * www.cavium.com
- *
- * See LICENSE.bnx2x_pmd for copyright and licensing details.
  */
 
 #ifndef BNX2X_STATS_H
@@ -316,7 +314,7 @@ struct bnx2x_eth_stats_old {
 };
 
 struct bnx2x_eth_q_stats_old {
-    /* Fields to perserve over fw reset*/
+    /* Fields to preserve over FW reset */
     uint32_t total_unicast_bytes_received_hi;
     uint32_t total_unicast_bytes_received_lo;
     uint32_t total_broadcast_bytes_received_hi;
@@ -330,7 +328,7 @@ struct bnx2x_eth_q_stats_old {
     uint32_t total_multicast_bytes_transmitted_hi;
     uint32_t total_multicast_bytes_transmitted_lo;
 
-    /* Fields to perserve last of */
+    /* Fields to preserve last of */
     uint32_t total_bytes_received_hi;
     uint32_t total_bytes_received_lo;
     uint32_t total_bytes_transmitted_hi;