* [dts] [PATCH]framework/settings.py: fix pci id not match driver
@ 2016-01-22 10:22 Lijuan Tu
2016-01-25 3:10 ` Liu, Yong
0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2016-01-22 10:22 UTC (permalink / raw)
To: dts
Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
framework/settings.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/framework/settings.py b/framework/settings.py
index e5186eb..5e66513 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -111,6 +111,7 @@ DRIVERS = {
'fortville_spirit_single': 'i40e',
'redrockcanyou': 'fm10k',
'fvl10g_vf':'i40evf',
+ 'fortpark':'i40e',
'atwood': 'fm10k',
'ConnectX4':'mlx5_core'
}
--
1.9.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH]framework/settings.py: fix pci id not match driver
2016-01-22 10:22 [dts] [PATCH]framework/settings.py: fix pci id not match driver Lijuan Tu
@ 2016-01-25 3:10 ` Liu, Yong
0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2016-01-25 3:10 UTC (permalink / raw)
To: Lijuan Tu, dts
Thanks Lijuan, has applied another patch like this.
On 01/22/2016 06:22 PM, Lijuan Tu wrote:
> Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
> ---
> framework/settings.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/framework/settings.py b/framework/settings.py
> index e5186eb..5e66513 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -111,6 +111,7 @@ DRIVERS = {
> 'fortville_spirit_single': 'i40e',
> 'redrockcanyou': 'fm10k',
> 'fvl10g_vf':'i40evf',
> + 'fortpark':'i40e',
> 'atwood': 'fm10k',
> 'ConnectX4':'mlx5_core'
> }
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-25 3:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22 10:22 [dts] [PATCH]framework/settings.py: fix pci id not match driver Lijuan Tu
2016-01-25 3:10 ` Liu, Yong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).