]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_node/ethdev_rx_priv.h
vhost: fix uninitialized local variable
[dpdk.git] / lib / librte_node / ethdev_rx_priv.h
index 2d7195a36742c28212ca93236b369e93ce2a102f..efcd66dd481717e8075ca1f66d8f53741d0933cb 100644 (file)
@@ -23,6 +23,7 @@ typedef struct ethdev_rx_node_ctx ethdev_rx_node_ctx_t;
 struct ethdev_rx_node_ctx {
        uint16_t port_id;  /**< Port identifier of the Rx node. */
        uint16_t queue_id; /**< Queue identifier of the Rx node. */
+       uint16_t cls_next;
 };
 
 /**
@@ -41,6 +42,7 @@ struct ethdev_rx_node_elem {
 
 enum ethdev_rx_next_nodes {
        ETHDEV_RX_NEXT_IP4_LOOKUP,
+       ETHDEV_RX_NEXT_PKT_CLS,
        ETHDEV_RX_NEXT_MAX,
 };