- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 2 2016
Oct 31 2016
Oct 27 2016
Oct 13 2016
Sep 30 2016
Aug 22 2016
Aug 21 2016
LGTM, just one minor comment.
Oh, thanks for noticing! Those are leftovers from when we used the port as the opaque handler.
LGTM, just a minor comment.
Aug 10 2016
Aug 9 2016
Aug 8 2016
I've been thinking a little bit about this, and AFAIK from the gntdev you need to send a signal to a specific event channel port that's provided from an ioctl. I don't think you need refcounting for this, can you simply add something like:
Aug 5 2016
Aug 3 2016
Aug 2 2016
Just some initial thoughts, I will try to do a more in-deep review tomorrow.
Aug 1 2016
Jul 29 2016
Jul 28 2016
Jul 27 2016
Thanks, the code looks good, but it's a complicated device and there are no comments almost anywhere describing what's going on. Please add comments to the major functions (as described in style(9).
Jul 23 2016
Oh, forgot to ask, but since I'm not going to MFC r303076 could you please MFC this to stable/11?
I cannot test this ATM (I might be able to do it tomorrow), but it looks fine, and AFAICT it should also solve the issue I was seeing. Thanks for taking care of this (and sorry for messing it up)!
Jul 20 2016
Jul 19 2016
In D7196#150652, @dumbbell wrote:Or the reverse: vesa_late_load(flags) calls vesa_load()? Just to avoid code duplication.
But my suggestion could be wrong: vesa_load() checks vesa_init_done and nullifies vesa_adp. I don't know the code enough :(
In D7196#150638, @dumbbell wrote:I don't know the interaction between vga and vesa here and how all those functions are called and in which order.
I suppose vesa_load() is not called at all in the code path you hit. But can't you use it as vga_sub_configure?
Jul 15 2016
Ping? Sorry for the hurry, but I would like to get this into 11.
Jul 12 2016
Jul 11 2016
Fix comment.
I'm currently running a tinderbox with it and will commit unless anything comes up.
Fix comments.
Jul 7 2016
Jul 6 2016
Jul 4 2016
Jun 16 2016
Jun 9 2016
Jun 7 2016
Jun 6 2016
Jun 3 2016
Committed as rS301268.
Jun 2 2016
Split xn_kick_rings from xn_connect and leave the set_state call at the same
place. Also remove the taskqueue kick.
Committed as rS301197
Committed as rS301198
Add missing dependencies to the xen-tools package, as reported by poudriere
testport:
Disable bash and xgettext configure tests, they are not used on FreeBSD
(just as they where before).
Jun 1 2016
Remove leftover debug printf
Use m_copydata instead of mtodo in order to get the TCP header. Using mtodo
is not correct because it's possible that the TCP header is not in the first
mbuf.
May 31 2016
Add more checks to make sure the output interface supports the TSO chain.