Re: [dpdk-dev] [PATCH] net/dpaa2: fix build error about timesync functions

2020-09-15 Thread Zhou, JunX W
Tested-by: Zhou, Jun -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Chenxu Di Sent: Tuesday, September 15, 2020 10:41 AM To: dev@dpdk.org Cc: hemant.agra...@nxp.com; sachin.sax...@nxp.com; Di, ChenxuX ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH] net/dpaa2: fix

Re: [dpdk-dev] [PATCH] net/dpaa2: fix build error about timesync functions

2020-09-14 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH] net/dpaa2: fix build error about timesync functions

2020-09-14 Thread Chenxu Di
When the build option has '-DRTE_LIBRTE_IEEE1588=1', the announce of timesync functions will be build. However the dpdk_conf doesn't hav RTE_LIBRTE_IEEE1588 so that the file dpaa2_ptp.c will not be build. It cause the build error. This patch fixes it by adding set for dpdk_conf. Fixes: 184c39d1656