svn commit: r285592 - in head/sys: amd64/conf dev/ixgbe dev/netmap

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 15 06:00:12 UTC 2015


On Wed, Jul 15, 2015 at 01:02:02AM +0000, Patrick Kelsey wrote:
> Author: pkelsey
> Date: Wed Jul 15 01:02:01 2015
> New Revision: 285592
> URL: https://svnweb.freebsd.org/changeset/base/285592
> 
> Log:
>   Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).
>   
>   Differential Revision: https://reviews.freebsd.org/D2923
>   Reviewed by: erj, gnn
>   Approved by: jmallett (mentor)
>   Sponsored by: Norse Corp, Inc.
> 
> Modified:
>   head/sys/amd64/conf/GENERIC
>   head/sys/dev/ixgbe/if_ix.c
>   head/sys/dev/ixgbe/if_ixv.c
>   head/sys/dev/ixgbe/ixgbe.h
>   head/sys/dev/netmap/ixgbe_netmap.h
> 
> Modified: head/sys/amd64/conf/GENERIC
> ==============================================================================
> --- head/sys/amd64/conf/GENERIC	Wed Jul 15 01:01:17 2015	(r285591)
> +++ head/sys/amd64/conf/GENERIC	Wed Jul 15 01:02:01 2015	(r285592)
> @@ -362,7 +362,7 @@ device		xenpci			# Xen HVM Hypervisor se
>  device		vmx			# VMware VMXNET3 Ethernet
>  
>  # Netmap provides direct access to TX/RX rings on supported NICs
> -device		netmap			# netmap(4) support
> +# device		netmap			# netmap(4) support
>  
Is that intentional? why disabling netmap?

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150715/1d32f48b/attachment.bin>


More information about the svn-src-all mailing list