Re: [dpdk-dev] [PATCH v9 09/10] app/testpmd: fix unused function warnings

2021-05-03 Thread Tal Shnaiderman
> Subject: [PATCH v9 09/10] app/testpmd: fix unused function warnings > > External email: Use caution opening links or attachments > > > Function print_fdir_mask and print_fdir_flex_payload is only called when > either i40e or ixgbe presents. Add #if defined to remove "unused function" > compila

[dpdk-dev] [PATCH v9 09/10] app/testpmd: fix unused function warnings

2021-04-30 Thread Jie Zhou
Function print_fdir_mask and print_fdir_flex_payload is only called when either i40e or ixgbe presents. Add #if defined to remove "unused function" compilation warning. Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- app/test-pmd/config.c | 82 +-- 1