Skip to content

Commit

Permalink
Fix an inconsistent variable attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
byteocean committed Dec 18, 2024
1 parent c8b02cb commit 7e09ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/cls_node.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static __rte_always_inline rte_edge_t get_next_index(__rte_unused struct rte_nod
}

#ifdef ENABLE_PF1_PROXY
static __rte_always_inline rte_edge_t get_next_index_proxy(__rte_unused struct rte_node *node, struct rte_mbuf *m)
static __rte_always_inline rte_edge_t get_next_index_proxy(struct rte_node *node, struct rte_mbuf *m)
{
rte_edge_t next = get_next_index(node, m);

Expand Down

0 comments on commit 7e09ae7

Please sign in to comment.