Re: [dpdk-dev] [PATCH v5 00/10] net/mlx5: add port representor support

2018-07-12 Thread Shahaf Shuler
Tuesday, July 10, 2018 7:05 PM, Adrien Mazarguil: > Subject: [PATCH v5 00/10] net/mlx5: add port representor support > > This series adds support for port (VF) representors to the mlx5 PMD, which > can be instantiated using the standard "representor" device parameter. > > Note the PMD only probes

[dpdk-dev] [PATCH v5 00/10] net/mlx5: add port representor support

2018-07-10 Thread Adrien Mazarguil
This series adds support for port (VF) representors to the mlx5 PMD, which can be instantiated using the standard "representor" device parameter. Note the PMD only probes existing representors which exist as Verbs devices; their creation is part of the host system configuration. v5 changes: - Fi