CVS commit: src/sys/rump/net/lib/libvirtif

2020-02-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Feb 1 22:45:02 UTC 2020 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Adopt . To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/rump/net/lib/libvirtif/if_virt.c Please note

CVS commit: src/sys/rump/net/lib/libvirtif

2017-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 23 13:12:23 UTC 2017 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/rump/net/lib/libvirtif/if_virt.c

CVS commit: src/sys/rump/net/lib/libvirtif

2014-11-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 6 23:25:16 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Ensure that no two VIRTIF's have the same modname, therefore allowing them to coexist in the same rump kernel. from Alexander

CVS commit: src/sys/rump/net/lib/libvirtif

2014-08-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Aug 9 09:47:02 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Count packets in if_virt To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/rump/net/lib/libvirtif

2014-04-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 2 19:44:15 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: use if_initname() instead of homegrown sprintf To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 18 18:10:09 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Trim alignment out of packet length before passing it up. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 14 10:06:22 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: virtif_user.c virtif_user.h Log Message: Remember to bump revision for the int my time VIF_DYING change yesterday. To generate a diff of this commit:

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 18:14:13 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile if_virt.c Added Files: src/sys/rump/net/lib/libvirtif: virtif_user.c virtif_user.h Removed Files: src/sys/rump/net/lib/libvirtif:

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 20:55:26 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c virtif_user.c virtif_user.h Log Message: allow VIF_DYING() implementation to protest To generate a diff of this commit: cvs rdiff -u -r1.41

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 20:59:12 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile.virtif if_virt.c Log Message: remove unnecessary header inclusions To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 13 21:11:12 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile.virtif if_virt.c Removed Files: src/sys/rump/net/lib/libvirtif: virtif_component.c Log Message: No reason to attach if_virt as a

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 12 17:49:13 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: When sending, only load mbufs which have a length. This is especially useful for fragmented datagrams where the tail of the first

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 12 23:40:58 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile Added Files: src/sys/rump/net/lib/libvirtif: Makefile.virtif Log Message: Separate common bits for all interfaces implementing virtif

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 12 23:42:33 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile.virtif Added Files: src/sys/rump/net/lib/libvirtif: virtif_component.c Removed Files: src/sys/rump/net/lib/libvirtif: component.c

CVS commit: src/sys/rump/net/lib/libvirtif

2014-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 3 13:56:41 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c if_virt.h rumpcomp_user.c rumpcomp_user.h Log Message: Pull in the changes from the dpdk, netmap and snabb switch repos. There are

CVS commit: src/sys/rump/net/lib/libvirtif

2014-02-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 21 08:33:51 UTC 2014 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Fix typo in fix for PR/48606 To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/rump/net/lib/libvirtif

2013-10-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Oct 27 16:03:20 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c rumpcomp_user.h Log Message: Give the hypercall interface a version number. This is for implementations outside of the tree. To

CVS commit: src/sys/rump/net/lib/libvirtif

2013-07-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 16 19:44:31 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c Log Message: Explicitly ignore return value of writev() for sending a packet. Otherwise you get the following with some compilers:

CVS commit: src/sys/rump/net/lib/libvirtif

2013-07-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 16 21:14:42 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c Log Message: A simple (void) is apparently too easy and traditional to make Wunused-result STFU, so let's invent something a bit more

CVS commit: src/sys/rump/net/lib/libvirtif

2013-07-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 4 09:48:01 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c Log Message: fix warnings To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/net/lib/libvirtif/rumpcomp_user.c

CVS commit: src/sys/rump/net/lib/libvirtif

2013-07-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 4 11:46:51 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile component.c if_virt.c rumpcomp_user.c rumpcomp_user.h Added Files: src/sys/rump/net/lib/libvirtif: if_virt.h Log Message:

CVS commit: src/sys/rump/net/lib/libvirtif

2013-07-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 4 11:58:11 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.h Log Message: Add a note explaining why there's a homegrown __STRING, __CONCAT, etc. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/rump/net/lib/libvirtif

2013-07-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 3 15:06:25 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Allow alternate interface base names to be specified at compile time. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/sys/rump/net/lib/libvirtif

2013-07-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 3 19:23:46 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Adjust for rump_virtif_create() removal. Incidentally, this reduces the number of exported symbols by one (which is useful for

CVS commit: src/sys/rump/net/lib/libvirtif

2013-07-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 3 20:17:07 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: fix parameter name To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/rump/net/lib/libvirtif/if_virt.c

CVS commit: src/sys/rump/net/lib/libvirtif

2013-05-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 20 10:24:26 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c Log Message: Return 0 for success instead of returning an uninitialized automatic variable. from Gal Sagie, PR 47837 To generate a

CVS commit: src/sys/rump/net/lib/libvirtif

2013-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 21:37:04 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c Log Message: fix the build! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/rump/net/lib/libvirtif

2013-03-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 15 11:30:23 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile if_virt.c Log Message: Rerevert to preprevious now that this builds with build.sh To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/rump/net/lib/libvirtif

2013-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 13 21:13:45 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile if_virt.c Added Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c rumpcomp_user.h Log Message: Push the bits accessing the

CVS commit: src/sys/rump/net/lib/libvirtif

2013-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 13 21:17:32 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: rumpcomp_user.c rumpcomp_user.h Log Message: Fix a few minor issues found by proofreading the diff one last time. To generate a diff of this commit:

CVS commit: src/sys/rump/net/lib/libvirtif

2013-03-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 14 01:23:35 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: Makefile if_virt.c Log Message: Guess the RUMPCOMP_USER stuff wasn't ready to be in the NetBSD tree yet, so revert previous commits to fix build. I'll

CVS commit: src/sys/rump/net/lib/libvirtif

2011-10-31 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Oct 31 13:25:21 UTC 2011 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: fix a type in a printf message To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/rump/net/lib/libvirtif

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jun 22 04:01:09 UTC 2011 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: fix an operator precedence error picked up by GCC 4.5.3. real bug. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/rump/net/lib/libvirtif

2010-12-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 1 15:13:24 UTC 2010 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Don't bother asserting: if we create the thread without KTHREAD_MPSAFE, it's not going to be MPSAFE. To generate a diff of this

CVS commit: src/sys/rump/net/lib/libvirtif

2010-11-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Nov 15 20:23:12 UTC 2010 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Make interface support ifconfig {down,destroy} and generally make it a little less eager to panic. To generate a diff of this

CVS commit: src/sys/rump/net/lib/libvirtif

2010-08-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 10 18:06:10 UTC 2010 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: * improve diagnostic print * deal with a tap quirk when it returns 0 bytes To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/net/lib/libvirtif

2010-04-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 5 16:35:30 UTC 2010 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/rump/net/lib/libvirtif/if_virt.c Please note

CVS commit: src/sys/rump/net/lib/libvirtif

2009-10-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Oct 12 02:25:44 UTC 2009 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Bump iovec lazy bum magic value to 32: nfsd likes to write mbufs with 17 per chain (previous i'm-too-lazy-for-my-forloop value was

CVS commit: src/sys/rump/net/lib/libvirtif

2009-09-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Sep 16 13:29:42 UTC 2009 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: work around tap bug: if /dev/tapn was previously non-blocking, newly opened fd's will also be non-blocking. (yeayea, i'll fix the