net: add rte prefix to ether structures
[dpdk.git] / drivers / net / sfc / sfc.h
index 6c99e9e..dde25c5 100644 (file)
@@ -134,7 +134,7 @@ struct sfc_port {
        boolean_t                       promisc;
        boolean_t                       allmulti;
 
-       struct ether_addr               default_mac_addr;
+       struct rte_ether_addr           default_mac_addr;
 
        unsigned int                    max_mcast_addrs;
        unsigned int                    nb_mcast_addrs;
@@ -250,6 +250,9 @@ struct sfc_adapter {
        unsigned int                    txq_max_entries;
        unsigned int                    txq_min_entries;
 
+       unsigned int                    evq_max_entries;
+       unsigned int                    evq_min_entries;
+
        uint32_t                        evq_flags;
        unsigned int                    evq_count;
 
@@ -283,6 +286,7 @@ struct sfc_adapter {
        struct sfc_txq                  *txq_ctrl;
 
        boolean_t                       tso;
+       boolean_t                       tso_encap;
 
        uint32_t                        rxd_wait_timeout_ns;
 };