sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
<GitHub162>
[smoltcp] whitequark commented on issue #54: @little-dude OK, looking closer at [gopacket/layers] I now see what you mean. It is indeed massive.... https://git.io/vFee9
<GitHub147>
[smoltcp] whitequark commented on issue #54: @little-dude OK, looking closer at [gopacket/layers] I now see what you mean. It is indeed massive.... https://git.io/vFee9
<GitHub74>
[smoltcp] whitequark commented on issue #52: #51 also needs a ManagedMap. https://git.io/vFevG
<GitHub46>
[smoltcp] whitequark pushed 1 new commit to master: https://git.io/vFevQ
<GitHub46>
smoltcp/master 2602a15 whitequark: Fix a naming mishap. NFCI.
<GitHub113>
[smoltcp] whitequark pushed 1 new commit to master: https://git.io/vFefe
<GitHub49>
[artiq] whitequark commented on issue #840: Core device now logs the complete packet under DEBUG log level, please open an issue per type of malformed packet you see (unless it is something benign). https://github.com/m-labs/artiq/issues/840#issuecomment-339195108
<GitHub42>
[smoltcp] phil-opp commented on issue #57: > What's remaining here? I'd like to merge it ASAP.... https://git.io/vFeu6
<GitHub189>
[smoltcp] phil-opp commented on issue #57: > What's remaining here? I'd like to merge it ASAP.... https://git.io/vFeu6
<GitHub148>
[smoltcp] phil-opp commented on issue #57: Found the problem and was able to fix it :tada:!... https://git.io/vFe1a
<GitHub180>
[smoltcp] batonius commented on issue #55: After trying to implement it for some time, I've decided against building **on top** of _smoltcp_ : coordinating several independent TCP/IP stacks under a single abstraction just doesn't feel right.... https://git.io/vFe5w
<GitHub185>
[smoltcp] phil-opp commented on pull request #57 98a684f: I don't know of a better way. Direct access to `self.*` does not work, since the compiler then tries to borrow the complete `self` in the closure. https://git.io/vFedT
<GitHub90>
[smoltcp] phil-opp commented on issue #57: I rebased the PR, renamed the generic parameters (`Rx`/`Tx` instead of `T` for `phy::{Rx, Tx}Token`), and updated the documentation. It compiles and all tests pass, so I think this is ready for merging/final review.... https://git.io/vFehT
<rjo>
_florent_: ping re sayma.
<GitHub181>
[smoltcp] phil-opp opened issue #63: DHCP support https://git.io/vFvm0
<GitHub38>
[smoltcp] whitequark commented on pull request #57 b8e109c: Shouldn't we also give `TxToken::consume` similar treatment, for the same reason? https://git.io/vFvN0
<GitHub84>
[smoltcp] whitequark commented on pull request #57 b8e109c: This has only a single buffer so max_burst_size should be `Some(1)`, to cap the receive window. https://git.io/vFvNa
<GitHub0>
[smoltcp] little-dude commented on issue #54: Thanks @whitequark.... https://git.io/vFvNr
<GitHub173>
[smoltcp] little-dude closed issue #54: Would a dedicated crate for packet decoding make sense? https://git.io/vdoKK
<GitHub74>
[smoltcp] whitequark commented on issue #54: I've considered building smoltcp on top of libpnet but I really dislike their heavy-handed type-based approach. As you can see smoltcp keeps things very simple. https://git.io/vFvAD
<GitHub35>
[smoltcp] whitequark commented on pull request #57 b8e109c: Yeah, this seems sensible. https://git.io/vFvjG
<GitHub168>
[smoltcp] whitequark commented on issue #55: I don't think this works. For example, an Ethernet port has an `EthernetInterface` on top of it, and a PPP link has a `PppInterface` on top of it.... https://git.io/vFfkV
<GitHub4>
[smoltcp] whitequark commented on issue #55: I don't think this works. For example, an Ethernet port has an `EthernetInterface` on top of it, and a PPP link has a `PppInterface` on top of it. Now you can't make a socket that binds to either.... https://git.io/vFfkV
<whitequark>
uhm
<whitequark>
why do we run coveralls twice on every build
<whitequark>
once on windows and once on linux
<whitequark>
it flip-flops all the time
bb-m-labs has quit [Quit: buildmaster reconfigured: bot disconnecting]
<GitHub40>
[buildbot-config] whitequark pushed 1 new commit to master: https://git.io/vFfmk
<GitHub40>
buildbot-config/master 1e9ebe0 whitequark: Aggregate coverage information by git revision.
bb-m-labs has joined #m-labs
<whitequark>
bb-m-labs: force build artiq
<bb-m-labs>
build #1741 forced
<bb-m-labs>
I'll give a shout when the build finishes
<GitHub28>
[smoltcp] dlrobertson commented on pull request #61 e1fa197: Kind of ugly, but inner type mutability differs without this https://git.io/vFfm2
<GitHub193>
[smoltcp] dlrobertson commented on pull request #61 e1fa197: Added these so that `assert_eq!` would work https://git.io/vFfma
<GitHub153>
[smoltcp] whitequark commented on pull request #61 e1fa197: That's a perfectly fine construct in smoltcp. https://git.io/vFfm6
<whitequark>
wtf, why is there so much interest for smoltcp
<GitHub0>
[smoltcp] whitequark commented on pull request #61 e1fa197: Same here. https://git.io/vFfOY
<GitHub150>
[smoltcp] whitequark commented on pull request #61 e1fa197: You can box everything here and then you can just return EthernetInterface by value. https://git.io/vFfOq
<GitHub138>
[smoltcp] whitequark commented on pull request #61 e1fa197: Same here. https://git.io/vFfOm
<cr1901_modern>
I want to use it too, but it doesn't support my use case
<cr1901_modern>
(well I can add the feature, but ENOTIME)
<GitHub50>
[smoltcp] batonius commented on issue #55: > Ethernet port has an EthernetInterface on top of it, and a PPP link has a PppInterface on top of it. Now you can't make a socket that binds to either... https://git.io/vFfGc
Gurty has joined #m-labs
<GitHub159>
[smoltcp] whitequark commented on issue #62: Oh yeah you hit a bug; retransmit timer gets reset by ACKs whereas it should not. https://git.io/vFfZr
<GitHub85>
[smoltcp] whitequark commented on issue #55: > we can have IpInterface to hold Option<EthernetInterface>, Option<PppInterface>, Option<GreInterface>, etc., without using trait objects. Each of these interfaces would use a single Device encapsulating several physical links via iface_id.... https://git.io/vFfZA
<GitHub122>
[smoltcp] whitequark commented on issue #62: Oh yeah you hit a bug; retransmit timer gets reset by ACKs whereas it should not.... https://git.io/vFfZr