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

2020-09-17 Thread Hemant Agrawal
Acked-by: Hemant Agrawal On 9/17/2020 2:13 PM, Chenxu Di wrote: 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.

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

2020-09-17 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