New upstream version 18.08
[deb_dpdk.git] / drivers / net / bnx2x / bnx2x_rxtx.h
index dd251aa..6ad4928 100644 (file)
@@ -1,17 +1,14 @@
-/*
+/* SPDX-License-Identifier: BSD-3-Clause
  * Copyright (c) 2013-2015 Brocade Communications Systems, Inc.
- *
- * Copyright (c) 2015 QLogic Corporation.
+ * Copyright (c) 2015-2018 Cavium Inc.
  * All rights reserved.
- * www.qlogic.com
- *
- * See LICENSE.bnx2x_pmd for copyright and licensing details.
+ * www.cavium.com
  */
 
 #ifndef _BNX2X_RXTX_H_
 #define _BNX2X_RXTX_H_
 
-#define DEFAULT_TX_FREE_THRESH   512
+#define DEFAULT_TX_FREE_THRESH   64
 #define RTE_PMD_BNX2X_TX_MAX_BURST 1
 
 /**
@@ -41,7 +38,7 @@ struct bnx2x_rx_queue {
        uint16_t                   rx_cq_head;           /**< Index of current rcq bd. */
        uint16_t                   rx_cq_tail;           /**< Index of last rcq bd. */
        uint16_t                   queue_id;             /**< RX queue index. */
-       uint8_t                    port_id;              /**< Device port identifier. */
+       uint16_t                   port_id;              /**< Device port identifier. */
        struct bnx2x_softc           *sc;                  /**< Ptr to dev_private data. */
 };
 
@@ -62,7 +59,7 @@ struct bnx2x_tx_queue {
        uint16_t                   nb_tx_avail;          /**< Number of TX descriptors available. */
        uint16_t                   nb_tx_pages;          /**< number of TX pages */
        uint16_t                   queue_id;             /**< TX queue index. */
-       uint8_t                    port_id;              /**< Device port identifier. */
+       uint16_t                   port_id;              /**< Device port identifier. */
        struct bnx2x_softc           *sc;                  /**< Ptr to dev_private data */
 };