]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r305867:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 23 Sep 2016 08:28:44 +0000 (08:28 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 23 Sep 2016 08:28:44 +0000 (08:28 +0000)
commit8f0e55f26f479882682508d349a5c2012351f952
treeeab06cf0b979881896723bdb545537d8da7a6dfe
parent8019d1cd381dedf753fa211af17aa404f98dd589
MFC r305867:
Update the MLX5 core module:
- Add new firmware commands and update existing ones.
- Add more firmware related structures and update existing ones.
- Some minor fixes, like adding missing \n to some prints.

Sponsored by: Mellanox Technologies

git-svn-id: svn://svn.freebsd.org/base/stable/10@306244 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
25 files changed:
sys/dev/mlx5/cq.h
sys/dev/mlx5/device.h
sys/dev/mlx5/driver.h
sys/dev/mlx5/flow_table.h
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
sys/dev/mlx5/mlx5_core/mlx5_core.h
sys/dev/mlx5/mlx5_core/mlx5_cq.c
sys/dev/mlx5/mlx5_core/mlx5_eq.c
sys/dev/mlx5/mlx5_core/mlx5_eswitch_vacl.c
sys/dev/mlx5/mlx5_core/mlx5_flow_table.c
sys/dev/mlx5/mlx5_core/mlx5_fw.c
sys/dev/mlx5/mlx5_core/mlx5_main.c
sys/dev/mlx5/mlx5_core/mlx5_mr.c
sys/dev/mlx5/mlx5_core/mlx5_port.c
sys/dev/mlx5/mlx5_core/mlx5_qp.c
sys/dev/mlx5/mlx5_core/mlx5_srq.c
sys/dev/mlx5/mlx5_core/mlx5_transobj.c
sys/dev/mlx5/mlx5_core/mlx5_uar.c
sys/dev/mlx5/mlx5_core/mlx5_vport.c
sys/dev/mlx5/mlx5_core/transobj.h
sys/dev/mlx5/mlx5_en/mlx5_en_flow_table.c
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
sys/dev/mlx5/mlx5_ifc.h
sys/dev/mlx5/qp.h
sys/dev/mlx5/vport.h