net/cxgbe: support flow API for matching IP TOS
[dpdk.git] / drivers / net / cxgbe / base / common.h
index 6047642..793cad1 100644 (file)
@@ -158,6 +158,7 @@ struct tp_params {
        int protocol_shift;
        int ethertype_shift;
        int macmatch_shift;
+       int tos_shift;
 
        u64 hash_filter_mask;
 };