ethdev: remove flexbytes offset from flow director
[dpdk.git] / lib / librte_ether / rte_ethdev.h
index fd8451a..9cfe6e5 100644 (file)
@@ -721,8 +721,6 @@ struct rte_fdir_conf {
        enum rte_fdir_mode mode; /**< Flow Director mode. */
        enum rte_fdir_pballoc_type pballoc; /**< Space for FDIR filters. */
        enum rte_fdir_status_mode status;  /**< How to report FDIR hash. */
-       /** Offset of flexbytes field in RX packets (in 16-bit word units). */
-       uint8_t flexbytes_offset;
        /** RX queue of packets matching a "drop" filter in perfect mode. */
        uint8_t drop_queue;
        struct rte_eth_fdir_flex_conf flex_conf;