aboutsummaryrefslogtreecommitdiffstats
path: root/doc/guides/howto/img/lm_bond_virtio_sriov.svg
blob: d913ae012142719a3a9967b1e2721814342a884b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
}
@media (prefers-color-scheme: light) {
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
}
..  BSD LICENSE
    Copyright (c) 2015, Cisco Systems, Inc.
    All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:

    1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
    ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    POSSIBILITY OF SUCH DAMAGE.

ENIC Poll Mode Driver
=====================

ENIC PMD is the DPDK poll-mode driver for the Cisco System Inc. VIC Ethernet
NICs. These adapters are also referred to as vNICs below. If you are running
or would like to run DPDK software applications on Cisco UCS servers using
Cisco VIC adapters the following documentation is relevant.

Version Information
-------------------

The version of the ENIC PMD driver is 1.0.0.6 and will be printed by ENIC PMD
during the initialization.

How to obtain ENIC PMD integrated DPDK
--------------------------------------

ENIC PMD support is integrated into the DPDK suite. dpdk-<version>.tar.gz
should be downloaded from http://dpdk.org


Configuration information
-------------------------

- **DPDK Configuration Parameters**

  The following configuration options are available for the ENIC PMD:

  - **CONFIG_RTE_LIBRTE_ENIC_PMD** (default y): Enables or disables inclusion
    of the ENIC PMD driver in the DPDK compilation.

  - **CONFIG_RTE_LIBRTE_ENIC_DEBUG** (default n): Enables or disables debug
    logging within the ENIC PMD driver.

- **vNIC Configuration Parameters**

  - **Number of Queues**

    The maximum number of receive and transmit queues are configurable on a per
    vNIC basis through the Cisco UCS Manager (CIMC or UCSM). These values
    should be configured to be greater than or equal to the nb_rx_q and nb_tx_q
    parameters expected to  used in the call to the rte_eth_dev_configure()
    function.

  - **Size of Queues**

    Likewise, the number of receive and transmit descriptors are configurable on
    a per vNIC bases via the UCS Manager and should be greater than or equal to
    the nb_rx_desc and   nb_tx_desc parameters expected to be used in the calls
    to rte_eth_rx_queue_setup() and rte_eth_tx_queue_setup() respectively.

  - **Interrupts**

    Only one interrupt per vNIC interface should be configured in the UCS
    manager regardless of the number receive/transmit queues. The ENIC PMD
    uses this interrupt to   get information about errors in the fast path.

Limitations
-----------

- **VLAN 0 Priority Tagging**

  If a vNIC is configured in TRUNK mode by the UCS manager, the adapter will
  priority tag egress packets according to 802.1Q if they were not already
  VLAN tagged by software. If the adapter is connected to a properly configured
  switch, there will be no unexpected behavior.

  In test setups where an Ethernet port of a Cisco adapter in TRUNK mode is
  connected point-to-point to another adapter port or connected though a router
  instead of a switch, all ingress packets will be VLAN tagged. Programs such
  as l3fwd which do not account for VLAN tags in packets will misbehave. The
  solution is to enable VLAN stripping on ingress. The follow code fragment is
  example of how to accomplish this:

.. code-block:: console

     vlan_offload = rte_eth_dev_get_vlan_offload(port);
     vlan_offload |= ETH_VLAN_STRIP_OFFLOAD;
     rte_eth_dev_set_vlan_offload(port, vlan_offload);

How to build the suite?
-----------------------
The build instructions for the DPDK suite should be followed. By default
the ENIC PMD library will be built into the DPDK library.

For configuring and using UIO and VFIO frameworks, please refer the
documentation that comes with DPDK suite.

Supported Cisco VIC adapters
----------------------------

ENIC PMD supports all recent generations of Cisco VIC adapters including:

- VIC 1280
- VIC 1240
- VIC 1225
- VIC 1285
- VIC 1225T
- VIC 1227
- VIC 1227T
- VIC 1380
- VIC 1340
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="1052.8693"
   height="762.99158"
   id="svg2"
   version="1.1"
   inkscape:version="0.48.4 r9939"
   sodipodi:docname="lm_overview.svg">
  <defs
     id="defs4">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 372.04724 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="1052.3622 : 372.04724 : 1"
       inkscape:persp3d-origin="526.18109 : 248.03149 : 1"
       id="perspective3886" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.70710678"
     inkscape:cx="201.38434"
     inkscape:cy="397.3839"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="true"
     inkscape:window-width="1432"
     inkscape:window-height="1000"
     inkscape:window-x="137"
     inkscape:window-y="20"
     inkscape:window-maximized="0"
     inkscape:snap-page="false"
     inkscape:snap-grids="false"
     showguides="true"
     inkscape:guide-bbox="true"
     fit-margin-top="0.1"
     fit-margin-left="0.1"
     fit-margin-right="0.1"
     fit-margin-bottom="0.3">
    <inkscape:grid
       type="xygrid"
       id="grid3174"
       empspacing="5"
       visible="true"
       enabled="true"
       snapvisiblegridlinesonly="true"
       spacingx="0.5px"
       spacingy="0.5px"
       originx="1780.3521px"
       originy="-176.4939px" />
    <sodipodi:guide
       position="1780.3521,-176.4939"
       orientation="0,744.09448"
       id="guide3176" />
    <sodipodi:guide
       position="2524.4467,-176.4939"
       orientation="-1052.3622,0"
       id="guide3178" />
    <sodipodi:guide
       position="3103.2093,1429.2206"
       orientation="0,-744.09448"
       id="guide3180" />
    <sodipodi:guide
       position="826.06645,1429.2206"
       orientation="1052.3622,0"
       id="guide3182" />
    <sodipodi:guide
       orientation="0,1"
       position="2524.4467,565.50611"
       id="guide3079" />
    <sodipodi:guide
       orientation="0,1"
       position="2494.3521,579.00611"
       id="guide3081" />
    <sodipodi:guide
       orientation="0,1"
       position="2437.3521,579.00611"
       id="guide3083" />
    <sodipodi:guide
       position="-8.2192466,-76.99225"
       orientation="0,4077.6428"
       id="guide3649" />
    <sodipodi:guide
       position="4069.4236,-76.99225"
       orientation="-1720.5,0"
       id="guide3651" />
    <sodipodi:guide
       position="4069.4236,1643.5079"
       orientation="0,-4077.6428"
       id="guide3653" />
    <sodipodi:guide
       position="-8.2192466,1643.5079"
       orientation="1720.5,0"
       id="guide3655" />
    <sodipodi:guide
       position="-8.2192466,-76.99225"
       orientation="0,4077.6428"
       id="guide3657" />
    <sodipodi:guide
       position="4069.4236,-76.99225"
       orientation="-1720.5,0"
       id="guide3659" />
    <sodipodi:guide
       position="4069.4236,1643.5079"
       orientation="0,-4077.6428"
       id="guide3661" />
    <sodipodi:guide
       position="-8.2192466,1643.5079"
       orientation="1720.5,0"
       id="guide3663" />
  </sodipodi:namedview>
  <metadata
     id="metadata7">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title />
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:label="Layer 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(1780.3522,-112.87834)">
    <rect
       style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:0.36521944px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       id="rect2985"
       width="349.80563"
       height="212.77235"
       x="-1780.0696"
       y="115.28934"
       ry="38.183765" />
    <rect
       style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1.5459187px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       id="rect3755"
       width="0"
       height="0"
       x="-629.48682"
       y="1001.1993" />
    <rect
       style="fill:#0000ff;fill-opacity:1"
       id="rect3191"
       width="358.58792"
       height="214.06038"
       x="-1087.5042"
       y="112.97834"
       ry="38.183765" />
    <rect
       style="fill:#a000ff;fill-opacity:1"
       id="rect3195"
       width="350.58966"
       height="174.45921"
       x="-1779.1808"
       y="349.60342"
       ry="39.59798" />
    <rect
       style="fill:#a000ff;fill-opacity:1"
       id="rect3197"
       width="357.25491"
       height="170.35497"
       x="-1084.8379"
       y="353.79617"
       ry="38.183765" />
    <rect
       style="fill:#a000ff;fill-opacity:1"
       id="rect3199"
       width="687.849"
       height="55.655697"
       x="-1603.3909"
       y="687.73035"
       ry="24.04163" />
    <rect
       style="fill:#a000ff;fill-opacity:1"
       id="rect3201"
       width="447.90167"
       height="50.114544"
       x="-1488.6338"
       y="825.45538"
       ry="19.658308" />
    <rect
       style="opacity:0.60399996;fill:#0000ff;fill-opacity:1"
       id="rect3046"
       width="135.97015"
       height="38.530865"
       x="-1679.87"
       y="524.00964" />
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1565.7183"
       y="170.28043"
       id="text3052"
       sodipodi:linespacing="125%"
       inkscape:transform-center-x="-310.5984"
       inkscape:transform-center-y="14.984243"
       transform="scale(1.1160112,0.89604834)"><tspan
         sodipodi:role="line"
         id="tspan3054"
         x="-1565.7183"
         y="170.28043">VM 1 </tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1268.2957"
       y="803.349"
       id="text3056"
       sodipodi:linespacing="125%"
       inkscape:transform-center-x="-645.19167"
       inkscape:transform-center-y="8.043534"
       transform="scale(1.1160112,0.89604834)"><tspan
         sodipodi:role="line"
         id="tspan3058"
         x="-1268.2957"
         y="803.349">Switch with 10Gb ports</tspan><tspan
         sodipodi:role="line"
         x="-1268.2957"
         y="826.53778"
         id="tspan3060" /></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1573.7157"
       y="433.78815"
       id="text3062"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3064"
         x="-1573.7157"
         y="433.78815">Server 1</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-947.12897"
       y="434.55573"
       id="text3066"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3068"
         x="-947.12897"
         y="434.55573">Server 2</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1251.1786"
       y="957.94836"
       id="text3070"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3072"
         x="-1251.1786"
         y="957.94836">  10 Gb Traffic Generator</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:20.1229248px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1016.8596"
       y="162.4848"
       id="text3074"
       sodipodi:linespacing="125%"
       transform="scale(1.0288342,0.97197394)"
       inkscape:transform-center-x="-374.58424"
       inkscape:transform-center-y="19.26541"><tspan
         sodipodi:role="line"
         id="tspan3076"
         x="-1016.8596"
         y="162.4848">VM 2 </tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1576.4685"
       y="479.5618"
       id="text3078"
       sodipodi:linespacing="125%"
       inkscape:transform-center-x="-405.24435"
       transform="scale(1.1160112,0.89604835)"
       inkscape:transform-center-y="-3.0408919e-05"><tspan
         sodipodi:role="line"
         id="tspan3080"
         x="-1576.4685"
         y="479.5618">Linux, KVM, QEMU </tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-947.05627"
       y="476.78903"
       id="text3082"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3084"
         x="-947.05627"
         y="476.78903">Linux, KVM, QEMU </tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.93562508px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1574.15"
       y="575.35333"
       id="text3086"
       sodipodi:linespacing="125%"
       inkscape:transform-center-x="-152.77712"
       inkscape:transform-center-y="6.9586675"
       transform="scale(1.052991,0.94967575)"><tspan
         sodipodi:role="line"
         id="tspan3088"
         x="-1574.15"
         y="575.35333">10 Gb NIC</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-855.08612"
       y="613.58636"
       id="text3090"
       sodipodi:linespacing="125%"
       inkscape:transform-center-x="-174.62846"
       transform="scale(1.1160112,0.89604834)"
       inkscape:transform-center-y="2.3462468e-05"><tspan
         sodipodi:role="line"
         id="tspan3092"
         x="-855.08612"
         y="613.58636">10 Gb NIC</tspan></text>
    <rect
       style="opacity:0.60199998;fill:#0000ff;fill-opacity:1"
       id="rect3094"
       width="125.30582"
       height="38.530865"
       x="-1427.5106"
       y="437.27979" />
    <rect
       style="opacity:0.60799997;fill:#0000ff;fill-opacity:1"
       id="rect3096"
       width="111.97541"
       height="41.741772"
       x="-1196.8135"
       y="437.27979" />
    <text
       xml:space="preserve"
       style="font-size:19.30730629px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1322.4871"
       y="491.82611"
       id="text3098"
       sodipodi:linespacing="125%"
       transform="scale(1.0722964,0.93257795)"
       inkscape:transform-center-x="-27.993731"
       inkscape:transform-center-y="-6.9674825"><tspan
         sodipodi:role="line"
         id="tspan3100"
         x="-1322.4871"
         y="491.82611">10 Gb NIC</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1071.2081"
       y="513.09308"
       id="text3102"
       sodipodi:linespacing="125%"
       inkscape:transform-center-x="-670.51946"
       inkscape:transform-center-y="150.91262"
       transform="scale(1.1160112,0.89604834)"><tspan
         sodipodi:role="line"
         id="tspan3104"
         x="-1071.2081"
         y="513.09308">10 Gb NIC</tspan></text>
    <rect
       style="fill:#7878ff;fill-opacity:1"
       id="rect3106"
       width="257.27686"
       height="100.60838"
       x="-1043.5138"
       y="187.8994" />
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-912.34381"
       y="232.86263"
       id="text3108"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3110"
         x="-912.34381"
         y="232.86263">DPDK Testpmd App.</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-912.34381"
       y="274.9668"
       id="text3880"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3882"
         x="-912.34381"
         y="274.9668">bonded device with</tspan><tspan
         sodipodi:role="line"
         x="-912.34381"
         y="298.15558"
         id="tspan3884">virtio and VF slaves</tspan></text>
    <rect
       style="fill:#7878ff;fill-opacity:1"
       id="rect3106-4"
       width="257.27686"
       height="100.60838"
       x="-1748.0256"
       y="184.68852" />
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1541.4333"
       y="233.58643"
       id="text3108-9"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3110-5"
         x="-1541.4333"
         y="233.58643">DPDK Testpmd App.</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1541.4845"
       y="274.63931"
       id="text3880-7"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3882-9"
         x="-1541.4845"
         y="274.63931">bonded device with</tspan><tspan
         sodipodi:role="line"
         x="-1541.4845"
         y="297.82809"
         id="tspan3884-8">virtio and VF slaves</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1576.4685"
       y="504.73169"
       id="text3951"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604834)"><tspan
         sodipodi:role="line"
         id="tspan3953"
         x="-1576.4685"
         y="504.73169">Kernel PF driver</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-947.43506"
       y="500.51361"
       id="text3951-4"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3953-0"
         x="-947.43506"
         y="500.51361">Kernel PF driver</tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1575.308"
       y="548.3703"
       id="text3976-9"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3978-3"
         x="-1575.308"
         y="548.3703">SW bridge with Tap</tspan><tspan
         sodipodi:role="line"
         x="-1575.308"
         y="571.55908"
         id="tspan3075">and PF connected </tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1203.7942"
       y="195.3643"
       id="text4007"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604834)"><tspan
         sodipodi:role="line"
         id="tspan4009"
         x="-1203.7942"
         y="195.3643">NFS Server</tspan><tspan
         sodipodi:role="line"
         x="-1203.7942"
         y="218.55309"
         id="tspan4011">VM disk image</tspan><tspan
         sodipodi:role="line"
         x="-1203.7942"
         y="241.74187"
         id="tspan4013" /></text>
    <rect
       style="opacity:0.45833333;fill:#a000ff;fill-opacity:1"
       id="rect4015"
       width="193.29091"
       height="94.186569"
       x="-1353.4641"
       y="134.34897"
       ry="22.627417" />
    <rect
       style="opacity:0.45833333;fill:#a000ff;fill-opacity:1"
       id="rect3070"
       width="17.329529"
       height="11.773321"
       x="-1278.1288"
       y="744.45654" />
    <rect
       style="opacity:0.45833333;fill:#a000ff;fill-opacity:1"
       id="rect3070-3"
       width="19.995611"
       height="11.773321"
       x="-1280.1283"
       y="813.47321" />
    <path
       style="fill:none;stroke:#000000;stroke-width:2.44584394px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="m -1270.1392,756.51119 0.5585,54.21449"
       id="path3090"
       inkscape:connector-type="polyline"
       inkscape:connector-curvature="3" />
    <rect
       style="opacity:0.61458333;fill:#0000ff;fill-opacity:1"
       id="rect3046-7"
       width="135.97015"
       height="38.530865"
       x="-978.67279"
       y="523.78949" />
    <rect
       style="opacity:0.59375;fill:#a000ff;fill-opacity:1"
       id="rect3880"
       width="14.663447"
       height="11.773321"
       x="-1622.0532"
       y="563.57544" />
    <rect
       style="opacity:0.59375;fill:#a000ff;fill-opacity:1"
       id="rect3880-8"
       width="14.663447"
       height="11.773321"
       x="-914.96075"
       y="564.21674" />
    <rect
       style="opacity:0.59375;fill:#a000ff;fill-opacity:1"
       id="rect3880-6"
       width="14.663447"
       height="11.773321"
       x="-1482.7505"
       y="674.35162" />
    <rect
       style="opacity:0.59375;fill:#a000ff;fill-opacity:1"
       id="rect3880-9"
       width="14.663447"
       height="11.773321"
       x="-1198.8129"
       y="720.37451" />
    <rect
       style="opacity:0.59375;fill:#a000ff;fill-opacity:1"
       id="rect3880-99"
       width="14.663447"
       height="11.773321"
       x="-1085.5045"
       y="674.35175" />
    <rect
       style="opacity:0.59375;fill:#a000ff;fill-opacity:1"
       id="rect3880-82"
       width="14.663447"
       height="11.773321"
       x="-1301.4569"
       y="452.79913" />
    <rect
       style="opacity:0.59375;fill:#a000ff;fill-opacity:1"
       id="rect3880-0"
       width="14.663447"
       height="11.773321"
       x="-1210.8103"
       y="452.79922" />
    <path
       style="fill:none;stroke:#000000;stroke-width:1.49161923px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="m -1612.063,574.09703 136.6956,98.10634"
       id="path3946"
       inkscape:connector-type="polyline"
       inkscape:connector-curvature="3" />
    <path
       style="fill:none;stroke:#000000;stroke-width:1.62650716px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="m -906.09206,573.4328 -171.08524,98.7457"
       id="path3948"
       inkscape:connector-type="polyline"
       inkscape:connector-curvature="3" />
    <path
       style="fill:none;stroke:#000000;stroke-width:1.54592061px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="m -1291.5381,459.322 88.4734,2e-5"
       id="path3950"
       inkscape:connector-type="polyline"
       inkscape:connector-curvature="3" />
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-947.30841"
       y="544.97314"
       id="text3976-9-5"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604835)"><tspan
         sodipodi:role="line"
         id="tspan3978-3-7"
         x="-947.30841"
         y="544.97314">SW bridge with Tap</tspan><tspan
         sodipodi:role="line"
         x="-947.30841"
         y="568.16193"
         id="tspan3075-1">and PF connected </tspan></text>
    <text
       xml:space="preserve"
       style="font-size:18.55102539px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       x="-1220.5167"
       y="460.53635"
       id="text3101"
       sodipodi:linespacing="125%"
       transform="scale(1.1160112,0.89604834)"><tspan
         sodipodi:role="line"
         id="tspan3103"
         x="-1220.5167"
         y="460.53635">10 Gb Migration Link</tspan></text>
    <flowRoot
       xml:space="preserve"
       id="flowRoot3085"
       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       transform="matrix(1.7252629,0,0,1.3852181,-1778.0192,-314.07213)"><flowRegion
         id="flowRegion3087"><rect
           id="rect3089"
           width="1"
           height="41.5"
           x="-1"
           y="701.59448" /></flowRegion><flowPara
         id="flowPara3091" /></flowRoot>    <flowRoot
       xml:space="preserve"
       id="flowRoot3093"
       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
       transform="matrix(1.7252629,0,0,1.3852181,-1778.0192,-314.07213)"><flowRegion
         id="flowRegion3095"><rect
           id="rect3097"
           width="1"
           height="41"
           x="-1.5"
           y="700.59448" /></flowRegion><flowPara
         id="flowPara3099" /></flowRoot>  </g>
</svg>