Re: [GSoC 2017] Point-to-point

2017-08-06 Thread Samuel Thibault
Hello, Congrats on the continuous good work :) Joan Lledó, on dim. 06 août 2017 09:22:49 +0200, wrote: > Currently, when the > user adds --peer option to the command line, pfinet just assigns its > value to an internal variable in the given interface, but it doesn't > seem to be using it afterwar

Re: libpager

2017-08-06 Thread Justus Winter
"Brent W. Baccala" writes: >> Are you aware of the pager rework in [0]? I'm considering to review and >> merge these changes. It may make sense to try to come up with a common >> API. What is the state of your library, is it a drop-in replacement? >> >> 0: https://git.sceen.net/hurd/hurd.git/l

Re: libpager

2017-08-06 Thread Brent W. Baccala
On Sun, Aug 6, 2017 at 12:40 PM, Justus Winter wrote: > "Brent W. Baccala" writes: > > > but it's obviously got some issues > > What kind of issues? > I was thinking of a multi-client environment where a disk-backed pager is also doing non-disk-backed (i.e, cache coherency) operations. One cli

Re: [GSoC 2017] Point-to-point

2017-08-06 Thread Joan Lledó
2017-08-06 19:03 GMT+02:00 Justus Winter : > Joan Lledó writes: > >> The last item in my initial TODO list was implementing the --peer >> option available in pfinet. This week I've been working on it and it's >> now done, so I can say the LwIP translator is now able to replace >> pfinet. > > And i

Re: [GSoC 2017] Point-to-point

2017-08-06 Thread Justus Winter
Joan Lledó writes: > The last item in my initial TODO list was implementing the --peer > option available in pfinet. This week I've been working on it and it's > now done, so I can say the LwIP translator is now able to replace > pfinet. And indeed, I'm using lwip on my development box right now

Re: libpager

2017-08-06 Thread Justus Winter
"Brent W. Baccala" writes: > Hi - > > I've learned some interesting things about libpager that I'd like to share > with the list. Cool :) > I've found two bugs in the existing code that were "fixed" by the new > demuxer that sequentially services requests on each pager object. > > For example,

libpager

2017-08-06 Thread Brent W. Baccala
Hi - I've learned some interesting things about libpager that I'd like to share with the list. I've found two bugs in the existing code that were "fixed" by the new demuxer that sequentially services requests on each pager object. For example, the data return code sets a flag PAGINGOUT in the pa

[GSoC 2017] Point-to-point

2017-08-06 Thread Joan Lledó
The last item in my initial TODO list was implementing the --peer option available in pfinet. This week I've been working on it and it's now done, so I can say the LwIP translator is now able to replace pfinet. The --peer option is provided by pfinet for setting the peer's address in a point-to-po