blob: d1f7fff3642ee3f91792d9892ba01c20fd909d4a [file] [log] [blame]
tiernof7aa8c42016-09-06 16:43:04 +02001##
2# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
tierno9a61c6b2016-09-08 10:57:02 +02003# This file is part of openvim
tiernof7aa8c42016-09-06 16:43:04 +02004# All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License"); you may
7# not use this file except in compliance with the License. You may obtain
8# a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15# License for the specific language governing permissions and limitations
16# under the License.
17#
18# For those usages not covered by the Apache License, Version 2.0 please
19# contact with: nfvlabs@tid.es
20##
21
22# 5Th_8G_2P
23flavor:
24 name: 5PTh_8G_2I
25 description: 5Pair threads (10tthreads) 8GB memory and 2 dataplane passthrough interfaces
26 extended:
27 processor_ranking: 100
28 numas:
29 - memory: 8
30 paired-threads: 5
31 interfaces:
32 - name: xe0
33 vpci: "0000:00:10.0"
34 bandwidth: 10 Gbps
35 dedicated: "yes"
36 - name: xe1
37 vpci: "0000:00:11.0"
38 bandwidth: 10 Gbps
39 dedicated: "yes"