Report correctly dev.cc.X.stats.rx.ovflowY stats: For some reasons on T6 card,
rx_ovflow drop stats for port 1 are reported on rx_ovflow2 counter, i.e.
dev.cc.1.stats.rx_ovflow3: 0
dev.cc.1.stats.rx_ovflow2: 6148622780
dev.cc.1.stats.rx_ovflow1: 0
dev.cc.1.stats.rx_ovflow0: 0
But currently adap2pinfo() expects these statistics to be reported on
rx_ovflow1 and rx_ovflow0 only. The side effect being that netstat's Idrops
are always 0 even if packets are dropped.
Current change is a working workaround, and it is expected that @np gives
inputs on a cleaner / more generic fix.