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

2021-06-24 Thread Jie Zhou
On Thu, Jun 24, 2021 at 09:44:04PM +0300, Dmitry Kozlyuk wrote: > 2021-06-24 08:45 (UTC-0700), Tyler Retzlaff: > > On Wed, Jun 23, 2021 at 02:26:32PM -0700, Jie Zhou wrote: > > > On Mon, Jun 21, 2021 at 02:30:53AM +0300, Dmitry Kozlyuk wrote: > > > > - > > > > void > > > > fdir_set_flex_mask(po

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

2021-06-24 Thread Dmitry Kozlyuk
2021-06-24 08:45 (UTC-0700), Tyler Retzlaff: > On Wed, Jun 23, 2021 at 02:26:32PM -0700, Jie Zhou wrote: > > On Mon, Jun 21, 2021 at 02:30:53AM +0300, Dmitry Kozlyuk wrote: > > > - > > > void > > > fdir_set_flex_mask(portid_t port_id, struct rte_eth_fdir_flex_mask *cfg) > > > { > > > diff --gi

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

2021-06-24 Thread Tyler Retzlaff
On Wed, Jun 23, 2021 at 02:26:32PM -0700, Jie Zhou wrote: > On Mon, Jun 21, 2021 at 02:30:53AM +0300, Dmitry Kozlyuk wrote: > > - > > void > > fdir_set_flex_mask(portid_t port_id, struct rte_eth_fdir_flex_mask *cfg) > > { > > diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h > > index

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

2021-06-23 Thread Jie Zhou
On Mon, Jun 21, 2021 at 02:30:53AM +0300, Dmitry Kozlyuk wrote: > 2021-05-05 12:12 (UTC-0700), 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. > > > > Sign

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

2021-06-20 Thread Dmitry Kozlyuk
2021-05-05 12:12 (UTC-0700), 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 > Acked-by: Tal Shnaiderman

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

2021-05-05 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 Acked-by: Tal Shnaiderman --- app/test-pmd/config.c | 82