]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/hns3_rxtx.h
net/mlx5: add C++ include guard to public header
[dpdk.git] / drivers / net / hns3 / hns3_rxtx.h
index e202eb9c305e332b300ad062d45237912b8deb22..094b65b7de70c629f84e7c90157f5284a6599b45 100644 (file)
@@ -344,7 +344,6 @@ struct hns3_rx_queue {
 
        struct rte_mbuf fake_mbuf; /* fake mbuf used with vector rx */
 
-
        /*
         * The following fields are not accessed in the I/O path, so they are
         * placed at the end.
@@ -518,7 +517,6 @@ struct hns3_tx_queue {
        struct hns3_tx_basic_stats basic_stats;
        struct hns3_tx_dfx_stats dfx_stats;
 
-
        /*
         * The following fields are not accessed in the I/O path, so they are
         * placed at the end.