Bogdan Pricope

Results 4 comments of Bogdan Pricope

Thanks for the considering it . On contributions, I am doing my own thing ... so no (for now).

Hi @MatiasElo, One can imagine some cases: - multiple NFs running on the same machine and not all have the same performance requirements - one NF but not all cores...

Hi @MatiasElo, Please have a look at the odp-dpdk patch and API utilization example: https://github.com/NetInoSoftware/nfp/blob/master/example/fpm_power/0001-pktin-Add-RX-interrupt-management-API.patch https://github.com/NetInoSoftware/nfp/blob/master/example/fpm_power/app_main.c As you said, odp_schedule() would be the logical place for power saving but the...

Hi @MatiasElo, a requirement for my use case is to wait for multiple pktins (maybe from different interfaces). I guess a change on odp_pktin_recv_mq_tmo() is also needed.