]> xenbits.xensource.com Git - people/julieng/freebsd.git/commit
Raw import of ThunderX VNIC networking driver components
authorzbb <zbb@FreeBSD.org>
Sun, 18 Oct 2015 21:39:15 +0000 (21:39 +0000)
committerzbb <zbb@FreeBSD.org>
Sun, 18 Oct 2015 21:39:15 +0000 (21:39 +0000)
commit5b831e248abfef6965ad7c7d2addfda8be7994c5
tree0c4298b3d546fae25262565adc2c58dc9d278537
parentc437e26a1d8c13d53c6b57c8f8a8a28525fb34b0
Raw import of ThunderX VNIC networking driver components

This import brings following components of the Linux driver:
- Thunder BGX (programmable MAC)
- Physical Function driver
- Virtual Function driver
- Headers

Revision:            1.0
Obtained from:       Cavium
License information: Cavium provided these files under BSD license
sys/dev/vnic/nic.h [new file with mode: 0644]
sys/dev/vnic/nic_main.c [new file with mode: 0644]
sys/dev/vnic/nic_reg.h [new file with mode: 0644]
sys/dev/vnic/nicvf_main.c [new file with mode: 0644]
sys/dev/vnic/nicvf_queues.c [new file with mode: 0644]
sys/dev/vnic/nicvf_queues.h [new file with mode: 0644]
sys/dev/vnic/q_struct.h [new file with mode: 0644]
sys/dev/vnic/thunder_bgx.c [new file with mode: 0644]
sys/dev/vnic/thunder_bgx.h [new file with mode: 0644]