Date: Wed, 19 Oct 2016 12:23:24 -0400 From: Shawn Webb <shawn.webb@hardenedbsd.org> To: Luigi Rizzo <luigi@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r307394 - in head: share/man/man4 sys/conf sys/dev/netmap sys/modules/netmap sys/net tools/tools/netmap Message-ID: <20161019162324.GA94803@mutt-hardenedbsd> In-Reply-To: <201610161413.u9GEDW91013522@repo.freebsd.org> References: <201610161413.u9GEDW91013522@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 16, 2016 at 02:13:32PM +0000, Luigi Rizzo wrote: > Author: luigi > Date: Sun Oct 16 14:13:32 2016 > New Revision: 307394 > URL: https://svnweb.freebsd.org/changeset/base/307394 >=20 > Log: > Import the current version of netmap, aligned with the one on github. > =20 > This commit, long overdue, contains contributions in the last 2 years > from Stefano Garzarella, Giuseppe Lettieri, Vincenzo Maffione, includin= g: > + fixes on monitor ports > + the 'ptnet' virtual device driver, and ptnetmap backend, for > high speed virtual passthrough on VMs (bhyve fixes in an upcoming com= mit) > + improved emulated netmap mode > + more robust error handling > + removal of stale code > + various fixes to code and documentation (some mixup between RX and TX > parameters, and private and public variables) > =20 > We also include an additional tool, nmreplay, which is functionally > equivalent to tcpreplay but operating on netmap ports. >=20 > Added: > head/tools/tools/netmap/ctrs.h (contents, props changed) > head/tools/tools/netmap/nmreplay.8 (contents, props changed) > head/tools/tools/netmap/nmreplay.c (contents, props changed) > Modified: > head/share/man/man4/netmap.4 > head/sys/conf/files > head/sys/dev/netmap/if_ixl_netmap.h > head/sys/dev/netmap/if_lem_netmap.h > head/sys/dev/netmap/ixgbe_netmap.h > head/sys/dev/netmap/netmap.c > head/sys/dev/netmap/netmap_freebsd.c > head/sys/dev/netmap/netmap_generic.c > head/sys/dev/netmap/netmap_kern.h > head/sys/dev/netmap/netmap_mbq.c > head/sys/dev/netmap/netmap_mbq.h > head/sys/dev/netmap/netmap_mem2.c > head/sys/dev/netmap/netmap_mem2.h > head/sys/dev/netmap/netmap_monitor.c > head/sys/dev/netmap/netmap_offloadings.c > head/sys/dev/netmap/netmap_pipe.c > head/sys/dev/netmap/netmap_vale.c > head/sys/modules/netmap/Makefile > head/sys/net/netmap.h > head/sys/net/netmap_user.h > head/tools/tools/netmap/Makefile > head/tools/tools/netmap/bridge.c > head/tools/tools/netmap/pkt-gen.c > head/tools/tools/netmap/vale-ctl.c Looks like this broke VIMAGE builds: /usr/src/sys/dev/netmap/netmap_freebsd.c:1410:25: error: use of undeclared = identifier 'rd' CURVNET_SET(TD_TO_VNET(rd)); ^ /usr/src/sys/dev/netmap/netmap_freebsd.c:1410:25: error: use of undeclared = identifier 'rd' /usr/src/sys/dev/netmap/netmap_freebsd.c:1410:25: error: use of undeclared = identifier 'rd' /usr/src/sys/dev/netmap/netmap_freebsd.c:1410:25: error: use of undeclared = identifier 'rd' 4 errors generated. --- netmap_freebsd.o --- *** [netmap_freebsd.o] Error code 1 Thanks, --=20 Shawn Webb Cofounder and Security Engineer HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYB536AAoJEGqEZY9SRW7u5lIP/3wxJ1MjsM+GbBUYTQMv2pAW RHY8f+hqAq1B9KEenx8HomCmwrgmfId24/QFFr62LL6McG5Q3//d63W2gMIyGqj8 a7gOn+ZK79lCedsiYckPARY8CpkJ3q4X+qtDKJYWTvWzBkJsYnhRmNVm7yRP+c3W phE0DQQg+PIQMZyGxoWN+A0+Hir8u0RH4Xl1FfW2BnpaZvMLFQ2HnYh7xMaS3emS PR4II140aOn2SLvGhy04NY01HetMc4dZ8PdLspaeJYAQrH5qF/RB+KB8PUISJQPf RD21Bws1rAsahddQNv49iGtw7rit+CbP3992EYAM8xOkc0WLGFKOe5OmyBElW2Z7 r0l6Vml+JtYoLB++2TbnStJD76mk0PTMxvxwXPqK74N5uRDEB13ju7LNRlnuL8YG +3Pzv9jNG4g6ribIPF7Xz3D4tbB459Gl3UBqr4Ji4jtlVQKpDQqXzTR3JpFtukes AM0GiirOWd4q1kIBPqoc5bXk3OK1AnMwb3sdFHabtTLEBQD8Cxjys41DeZsq4Drg yWXXF3y/R7msDF8giiVFxzv9CL3cO6pY7OuSh8xgkkMuI/sCiBEwwLEaDu4bj794 5xAoJ7Ii/E671b5mAVskCiPHFn2qXR6tZFbzfP8aDwB01PVqvrcByGkNkpkX2R6l pphGFf4D9pq05ZvBYE/e =9Qvk -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161019162324.GA94803>