net/sfc: report user flag on EF100 native datapath
[dpdk.git] / drivers / net / pfe / pfe_eth.h
index ab739f0..fbc11b4 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright 2019 NXP
+ * Copyright 2018-2019 NXP
  */
 
 #ifndef _PFE_ETH_H_
@@ -7,7 +7,7 @@
 
 #include <compat.h>
 #include <rte_ethdev.h>
-#include <rte_ethdev_vdev.h>
+#include <ethdev_vdev.h>
 
 #define ETH_ALEN 6
 #define GEMAC_NO_PHY            BIT(0)
@@ -55,6 +55,7 @@ struct ls1012a_pfe_platform_data {
 
 struct  pfe_eth_priv_s {
        struct pfe              *pfe;
+       struct hif_client_s     client;
        int                     low_tmu_q;
        int                     high_tmu_q;
        struct rte_eth_dev      *ndev;