I found the problem. It was because pktgen tried to get stats for all dpdk-enabled ports, including ones not used by pktgen.
Since I used VMplayer, I added few too many devices and bound all of them to igb_uio. Pktgen tried to get stats from all of them. Solution: unbind all unused ports from DPDK. Regards, BL
