diff options
author | Emma Foley <emma.l.foley@intel.com> | 2018-02-12 10:06:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-12 10:06:15 +0000 |
commit | e21a91cbc1b14dfd4fff36dca3d00f863d5d0b58 (patch) | |
tree | dd06cbf35f05c3ea38771292b62657135366507c /docs | |
parent | cdc259b44e91e68a7c7e0caefaab097d4d969bc7 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "vpe: convert DPKD_PORT to LINK ID"
- vpe: convert DPKD_PORT to LINK ID
http://dpdk.org/doc/guides/sample_app_ug/ip_pipeline.html#application-resources-present-in-the-configuration-file
LINK instances are created implicitly based on the PORT_MASK application startup
argument. LINK0 is the first port enabled in the PORT_MASK, port 1 is the next one,
etc. The LINK ID is different than the DPDK PMD-level NIC port ID, which is the actual
position in the bitmask mentioned above. For example, if bit 5 is the first bit set
in the bitmask, then LINK0 is having the PMD ID of 5. This mechanism creates a
contiguous LINK ID space and isolates the configuration file against changes in the
board PCIe slots where NICs are plugged in.
Change-Id: I6e449272cfcfb2b2a75c246f7f569e3f923da245
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject caa5354c05e567ee4c6753ed77c819dfa4e2a37 +Subproject 3be467e6b6d3251958e92ac5efbab31669a2359 |