net/mlx5: introduce flow splitters chain
[dpdk.git] / drivers / net / thunderx / nicvf_struct.h
index a770e6b..5d13798 100644 (file)
@@ -88,6 +88,7 @@ struct nicvf {
        bool pf_acked:1;
        bool pf_nacked:1;
        bool offload_cksum:1;
+       bool vlan_strip:1;
        uint64_t hwcap;
        uint8_t link_up;
        uint8_t duplex;
@@ -104,7 +105,7 @@ struct nicvf {
        uint16_t mtu;
        int skip_bytes;
        bool vlan_filter_en;
-       uint8_t mac_addr[ETHER_ADDR_LEN];
+       uint8_t mac_addr[RTE_ETHER_ADDR_LEN];
        /* secondary queue set support */
        uint8_t sqs_id;
        uint8_t sqs_count;