Re: Re: dumpcap coredump for 82599 NIC

2024-03-15 Thread junwan...@cestc.cn
t the printed call stack still doesn't feel clear enough, which is quite strange. meson -Dc_args="-mno-avx512f" -Ddisable_drivers=net/ark,net/atlantic,net/avp,net/axgbe,net/pfe,net/netvsc -Dmax_numa_nodes=8 -Dmax_ethports=128 --buildtype=debug --optimization=0 build nin

Re: Re: dumpcap coredump for 82599 NIC

2024-03-18 Thread junwan...@cestc.cn
} - } else { - PMD_DRV_LOG(ERR, - "Other link thread is running now!"); } + return rte_eth_linkstatus_set(dev, &link); } - return rte_eth_linkstatus_set(dev, &a

Re: [PATCH] net/ixgbe: do not update link status in secondary process

2024-03-20 Thread junwan...@cestc.cn
; u32 esdp_reg; + if (rte_eal_process_type() != RTE_PROC_PRIMARY) + return -1; + memset(&link, 0, sizeof(link)); link.link_status = RTE_ETH_LINK_DOWN; link.link_speed = RTE_ETH_SPEED_NUM_NONE; junwan...@cestc.cn From: Stephen Hemminger Date: 2024-03-21 01:33 To: dev CC: junwang01; Stephen H