]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mlx5fpga: Initial code import.
authorslavash <slavash@FreeBSD.org>
Wed, 5 Dec 2018 14:11:20 +0000 (14:11 +0000)
committerslavash <slavash@FreeBSD.org>
Wed, 5 Dec 2018 14:11:20 +0000 (14:11 +0000)
commit16b94054c2fd4a601368ef420c7de56d1e569550
tree5b3451466ce9a61092a38950db1721a343a10384
parent4a2699276d53e40eb90619909f730a26ae8404f3
mlx5fpga: Initial code import.

Submitted by:   kib@
Approved by:    hselasky (mentor)
MFC after:      1 week
Sponsored by:   Mellanox Technologies
28 files changed:
sys/dev/mlx5/device.h
sys/dev/mlx5/driver.h
sys/dev/mlx5/mlx5_accel/ipsec.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_core/mlx5_core.h
sys/dev/mlx5/mlx5_core/mlx5_main.c
sys/dev/mlx5/mlx5_core/wq.h
sys/dev/mlx5/mlx5_fpga/cmd.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/conn.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/core.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/ipsec.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/mlx5_ifc_fpga.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/mlx5fpga_conn.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/mlx5fpga_core.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/mlx5fpga_ipsec.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/mlx5fpga_sdk.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/mlx5fpga_trans.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/mlx5fpga_xfer.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/sdk.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/trans.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_fpga/xfer.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_ifc.h
sys/dev/mlx5/mlx5_lib/mlx5.h [new file with mode: 0644]
sys/dev/mlx5/mlx5_lib/mlx5_gid.c [new file with mode: 0644]
sys/dev/mlx5/mlx5io.h
sys/modules/mlx5/Makefile
sys/modules/mlx5en/Makefile
sys/modules/mlx5ib/Makefile