* [dts] [PATCH V1] framework/settings:add twinpond vf NIC
@ 2020-04-13 8:49 Xie,WeiX
2020-04-17 3:23 ` Zhao, XinfengX
2020-04-20 4:58 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: Xie,WeiX @ 2020-04-13 8:49 UTC (permalink / raw)
To: dts; +Cc: Xie,WeiX
From: "Xie,WeiX" <weix.xie@intel.com>
Signed-off-by: Xie,WeiX <weix.xie@intel.com>
---
framework/settings.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/framework/settings.py b/framework/settings.py
index d322c00..a060a57 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -60,6 +60,7 @@ NICS = {
'niantic_vf': '8086:10ed',
'ironpond': '8086:151c',
'twinpond': '8086:1528',
+ 'twinpond_vf': '8086:1515',
'twinville': '8086:1512',
'sageville': '8086:1563',
'sageville_vf': '8086:1565',
@@ -123,6 +124,7 @@ DRIVERS = {
'niantic_vf': 'ixgbevf',
'ironpond': 'ixgbe',
'twinpond': 'ixgbe',
+ 'twinpond_vf': 'ixgbevf',
'twinville': 'ixgbe',
'sageville': 'ixgbe',
'sageville_vf': 'ixgbevf',
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] framework/settings:add twinpond vf NIC
2020-04-13 8:49 [dts] [PATCH V1] framework/settings:add twinpond vf NIC Xie,WeiX
@ 2020-04-17 3:23 ` Zhao, XinfengX
2020-04-20 4:58 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Zhao, XinfengX @ 2020-04-17 3:23 UTC (permalink / raw)
To: dts; +Cc: Xie, WeiX
Tested-by: Zhao, Xinfeng<xinfengx.zhao@intel.com>
-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xie,WeiX
Sent: Monday, April 13, 2020 4:49 PM
To: dts@dpdk.org
Cc: Xie, WeiX <weix.xie@intel.com>
Subject: [dts] [PATCH V1] framework/settings:add twinpond vf NIC
From: "Xie,WeiX" <weix.xie@intel.com>
Signed-off-by: Xie,WeiX <weix.xie@intel.com>
---
framework/settings.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/framework/settings.py b/framework/settings.py index d322c00..a060a57 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -60,6 +60,7 @@ NICS = {
'niantic_vf': '8086:10ed',
'ironpond': '8086:151c',
'twinpond': '8086:1528',
+ 'twinpond_vf': '8086:1515',
'twinville': '8086:1512',
'sageville': '8086:1563',
'sageville_vf': '8086:1565',
@@ -123,6 +124,7 @@ DRIVERS = {
'niantic_vf': 'ixgbevf',
'ironpond': 'ixgbe',
'twinpond': 'ixgbe',
+ 'twinpond_vf': 'ixgbevf',
'twinville': 'ixgbe',
'sageville': 'ixgbe',
'sageville_vf': 'ixgbevf',
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] framework/settings:add twinpond vf NIC
2020-04-13 8:49 [dts] [PATCH V1] framework/settings:add twinpond vf NIC Xie,WeiX
2020-04-17 3:23 ` Zhao, XinfengX
@ 2020-04-20 4:58 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-04-20 4:58 UTC (permalink / raw)
To: Xie, WeiX, dts; +Cc: Xie, WeiX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xie,WeiX
> Sent: Monday, April 13, 2020 4:49 PM
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts] [PATCH V1] framework/settings:add twinpond vf NIC
>
> From: "Xie,WeiX" <weix.xie@intel.com>
>
>
>
> Signed-off-by: Xie,WeiX <weix.xie@intel.com>
> ---
> framework/settings.py | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/framework/settings.py b/framework/settings.py index
> d322c00..a060a57 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -60,6 +60,7 @@ NICS = {
> 'niantic_vf': '8086:10ed',
> 'ironpond': '8086:151c',
> 'twinpond': '8086:1528',
> + 'twinpond_vf': '8086:1515',
> 'twinville': '8086:1512',
> 'sageville': '8086:1563',
> 'sageville_vf': '8086:1565',
> @@ -123,6 +124,7 @@ DRIVERS = {
> 'niantic_vf': 'ixgbevf',
> 'ironpond': 'ixgbe',
> 'twinpond': 'ixgbe',
> + 'twinpond_vf': 'ixgbevf',
> 'twinville': 'ixgbe',
> 'sageville': 'ixgbe',
> 'sageville_vf': 'ixgbevf',
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-20 4:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 8:49 [dts] [PATCH V1] framework/settings:add twinpond vf NIC Xie,WeiX
2020-04-17 3:23 ` Zhao, XinfengX
2020-04-20 4:58 ` Tu, Lijuan
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).