Skip to content

Commit

Permalink
fix gtpu simulation
Browse files Browse the repository at this point in the history
Signed-off-by: Hanoh Haim <[email protected]>
  • Loading branch information
hhaim committed Feb 21, 2021
1 parent 0389adf commit e8aefcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pal/linux/mbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct rte_mbuf {
uint32_t rss; /**< RSS hash result if RSS enabled */
} hash; /**< hash information */

uint64_t dynfield1[1];
void * dynfield_ptr;

} ;

Expand Down

0 comments on commit e8aefcb

Please sign in to comment.