]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/cxgbe/cxgbe_filter.h
net/cxgbe: add flow ops to match based on dest MAC
[dpdk.git] / drivers / net / cxgbe / cxgbe_filter.h
index c7d9366a6d51381f2eb5e9ac144db26e982f6fbe..83d647de6e23b21e560974e8a5ef5adefb75b302 100644 (file)
@@ -77,6 +77,7 @@ struct ch_filter_tuple {
  * Filter specification
  */
 struct ch_filter_specification {
+       void *private;
        /* Administrative fields for filter. */
        uint32_t hitcnts:1;     /* count filter hits in TCB */
        uint32_t prio:1;        /* filter has priority over active/server */