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

Garrett Cooper yaneurabeya at gmail.com
Wed Jul 15 06:01:15 UTC 2015


On Jul 14, 2015, at 23:00, Baptiste Daroussin <bapt at FreeBSD.org> wrote:

> 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?

It was accidental and has been reverted in r285593.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150714/838ce283/attachment.bin>


More information about the svn-src-all mailing list