Re: vmd(8): simplify vcpu logic, removing uart & net reads

2021-07-03 Thread Matthias Schmidt
Hi Dave, * Dave Voutila wrote: > Looking for some broader testing of the following diff. It cleans up > some complicated logic predominantly left over from the early days of > vmd prior to its having a dedicated device thread. > > In summary, this diff: > > - Removes vionet "rx pending" state ha

Re: systat(1) counter overflow

2021-07-03 Thread Stuart Henderson
On 2021/07/03 01:09, Anindya Mukherjee wrote: > Thanks for the discussion. This has been very illuminating. I have been > digging > around in /usr/src/ and ignoring the atomic architectures (where I got stuck) > it > looks like it should be possible to use uint64_t everywhere. I'm playing with >

Re: systat(1) counter overflow

2021-07-03 Thread Anindya Mukherjee
Thanks for the discussion. This has been very illuminating. I have been digging around in /usr/src/ and ignoring the atomic architectures (where I got stuck) it looks like it should be possible to use uint64_t everywhere. I'm playing with some changes on my machine to see if I can get at least syst