Pete Heist

Results 30 comments of Pete Heist

Sounds good. At some point I came across this project with a friend who's into 65c02 programming. We were trying these functional tests on different emulators for fun, and since...

Hi- I don't have time for new development work, but just mentioning some [tests](https://github.com/heistp/qdisc-custom-classification/) of custom qdisc classification, in case that's useful somehow. I haven't read your plan fully to...

I have a few comments on the bridging doc, for what they're worth: - `bridge-nf-call-*tables` (which, briefly, passes bridged traffic through iptables) defaults to 1 [since 2009](http://patchwork.ozlabs.org/patch/29319/), so for most...

I was scratching my head more over this `iptables` vs `ebtables` stuff, wondering why it's this way. Bridged traffic shouldn't logically be going through `iptables`, and yet you need it...

I see what you mean. Bridging support still seems an active area of development in nftables, with a related kernel patch being submitted weeks ago: http://patchwork.ozlabs.org/patch/457401/ This implies that nftables...

Is there an argument for lowering the default interval for when flent calls irtt? The default irtt packet length with no payload is 60 bytes, so here are bitrates at...

Yeah, I haven't thought about what it would mean to change the semantics of the existing tests by changing the default interval. Although, as it is, there's still a fallback...

> On Aug 27, 2018, at 1:40 PM, flent-users wrote: > > Hi Pete, > > > On Aug 25, 2018, at 19:53, Pete Heist wrote: > > > >...

Ok, well if we do go for it, so far in irtt's JSON there's just an average `send_rate` and `receive_rate` under stats, both of which contain an integer `bps` and...

As for packet loss and reorders, there's the `lost` property on each `round_trip` that could be plotted, but for re-orders there's so far just a global `late_packets`, which is the...