Matias Elo

Results 33 comments of Matias Elo

Hmm, this is the first time I've seen this failure. Does this happen constantly or was it a random occurrence? Also, what was the return code of `fallocate()` and the...

Thanks for the info. Looks like a good solution would be to add a number of retries if EINTR is received.

Does [this](https://github.com/MatiasElo/odp/commit/114005b317ddf39453b997a3d1aaec53a2e99629) change fix the issue you are seeing?

Hmm, I haven't had to trace signals before, so unfortunately I cannot help much. Usually I just isolate the data plane cores and redirect all signals to a set of...

> > FAIL: validation/api/pktio/pktio_run_netmap.sh > > @MatiasElo, there seems to be a failure in one of the CI tests that looks unrelated to this PR. Could you please help me...

The checks failed due to GitHub Actions internal errors. You can see the error messages in the Summary view. ![Screen Shot 2022-03-30 at 10 02 30](https://user-images.githubusercontent.com/1427501/160772067-53bee458-9011-41f1-a7de-ed987b3d1190.png) Usually these errors are...

As a side node, have you tried using the default scheduler implementation recently? It should perform better in most use cases and the code is better maintained.

Hi, Is user area enabled in pool parameters (`odp_pool_param_t.pkt.uarea_size`)? `odp_pool_print()` output would help in debugging this issue. @JereLeppanen has recently worked on updating OFP to support the latest ODP code,...

Hi, It should be relatively straightforward to copy `dpdk: eal_params` option implementation from odp-dpdk to linux-generic. However, it will probably take a while until I've time to implement this. Contributions...

It's better to keep the issue open until the implementation is done, so we don't forget it.