[dts] [PATCH V1] add fortville 25G Nics and its identifiers supported by the framework.

Liu, Yong yong.liu at intel.com
Mon Mar 20 07:57:26 CET 2017


Applied, please use pep8 tool to check format issue first.

On 03/20/2017 02:24 PM, lu,peipei wrote:
> From: "Lu,peipei" <peipeix.lu at intel.com>
>
> Signed-off-by: Lu,peipei <peipeix.lu at intel.com>
> ---
>   framework/settings.py | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/framework/settings.py b/framework/settings.py
> index 86a29a3..e01ff84 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -90,6 +90,7 @@ NICS = {
>       'ConnectX3': '15b3:1003',
>       'ConnectX4': '15b3:1013',
>       'boulderrapid': '8086:15d0',
> +    'fortville_25g':'8086:158b',
>   }
>   
>   DRIVERS = {
> @@ -134,6 +135,7 @@ DRIVERS = {
>       'ConnectX3': 'mlx4_core',
>       'ConnectX4': 'mlx5_core',
>       'boulderrapid': 'fm10k',
> +    'fortville_25g':'i40e',
>   }
>   
>   """



More information about the dts mailing list