Matias Elo

Results 33 comments of Matias Elo

V2: - Added README chapter - Use `_odp_snprint()` helper - Fix GCC-7 LTO build failures

Hi, I'm not sure I understood your setup. So are you able to run ODP linux-generic somehow completely without Linux OS? We have never attempted this. Testing ODP with an...

Hi, Sorry for the slow reply, I was on vacation last week. Sounds like a really interesting project you have going. You are welcome to suggest changes to the upstream...

V2: - Mention that trying to obtain/store more than max_get_batch/max_put_batch objects leads to undefined behaviour

V2: - Documented `odp_cunit_thread_create()` function's new `sync` argument

Hi @nithind1988, Are we still expecting changes to this PR or is it ready from your point of view?

Hi, With the default ODP configuration file (odp-linux-dpdk.conf) multicast reception should be enabled (implementation calls `rte_eth_allmulticast_enable()`). Could you please configure ODP with `--enable-debug=full` option and provide the application startup log....