manishmatey
Results
2
issues of
manishmatey
Hello team, We have recently migrated from ODP 1.29 to 1.34 and found segmentation fault when first TCP SYN packet is received from client. We debugged further and found issue...
OFP function tcp_ts_getticks() calls below ODP API's: ofp_timer_ticks_u64(0) -> odp_timer_current_tick(shm->socket_timer_pool) -> rte_get_timer_cycles() rte_get_timer_cycles() returns big value (in my case : 604475915736788 ) but tcp_ts_getticks() expect value between 0 to 1000...