]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add vendor specific capability interface support in mlx5core.
authorhselasky <hselasky@FreeBSD.org>
Thu, 8 Mar 2018 11:59:47 +0000 (11:59 +0000)
committerhselasky <hselasky@FreeBSD.org>
Thu, 8 Mar 2018 11:59:47 +0000 (11:59 +0000)
commit2514deebb7833c1bf768d5bcd5b15e8a4fbed9d5
treea6c50974c22b7fda0bcdfb93156d3f64f1b2e26a
parentb0b6754a3a673bd307915b3e0f4496b7434b79fb
Add vendor specific capability interface support in mlx5core.

Add the ability to access the vendor specific space gateway in order
to support reading and writing data into the different configuration
domains.

Submitted by: Matthew Finlay <matt@mellanox.com>
MFC after: 1 week
Sponsored by: Mellanox Technologies
sys/conf/files
sys/dev/mlx5/device.h
sys/dev/mlx5/driver.h
sys/dev/mlx5/mlx5_core/mlx5_main.c
sys/dev/mlx5/mlx5_core/mlx5_vsc.c [new file with mode: 0644]
sys/dev/mlx5/mlx5_ifc.h
sys/modules/mlx5/Makefile