Steve Buzzard

Results 10 comments of Steve Buzzard

I can't make tomorrow night. I can catch up on discussion if its a good time for others. I'm free Thurs.

We saw similiar performance degradation when we moved from 0.15.0-M1 to 0.14.2 for a very large payload (list of 25k items (where it went from a few seconds well over...

> Oh, nice - doing too many things at the same time and completely spaced on that - thanks. Will try it out.

Nice. One of the things we're looking to do is to provide an application that has as input ipv4 multicast and as one or more outputs in ipv6 multicast in...

agree - can do whenever convenient for you guys (in discord or otherwise)

note that I am doing this in [my fork[(https://github.com/sbuzzard/capsule/blob/ruby/core/src/runtime/port.rs#L38) but without a general purpose API. I just modified it for my immediate needs: the outbox is a collection of outboxes,...

My guess would be just that if payload_len is zero, data should be an empty slice (as a special case) since the offset in that case is bogus). I added...

Not that I've recommend this necessarily, but [this is what I'm doing](https://github.com/sbuzzard/capsule/tree/topic/add_post_eal_init) as a work-around to make flow isolation work .