Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/dev/mt_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ int mt_dev_create(struct mtl_main_impl* impl) {
#if RTE_VERSION >= RTE_VERSION_NUM(21, 11, 0, 0)
/* DPDK 21.11 support start time sync before rte_eth_dev_start */
if ((mt_user_ptp_service(impl) || mt_user_hw_timestamp(impl)) &&
(port_type == MT_PORT_PF)) {
(port_type == MT_PORT_PF) && (inf->drv_info.drv_type != MT_DRV_IGC)) {
ret = dev_start_timesync(inf);
if (ret >= 0) inf->feature |= MT_IF_FEATURE_TIMESYNC;
}
Expand Down