diff options
-rw-r--r-- | INFO.yaml | 67 | ||||
-rw-r--r-- | docs/testing/user/userguide/testusage.rst | 8 |
2 files changed, 71 insertions, 4 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..32e095ea --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,67 @@ +--- +project: 'Data-plane performance testing and benchmarking' +project_creation_date: '' +project_category: 'Integration & Testing' +lifecycle_state: 'Mature' +project_lead: &opnfv_vswitchperf_ptl + name: 'Sridhar Rao' + email: 'Sridhar.Rao@spirent.com' + company: 'spirent.com' + id: 'sridharkn' + timezone: 'IST' +primary_contact: *opnfv_vswitchperf_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.opnfv.org/projects/VSPERF' + key: '' +mailing_list: + type: 'mailman2' + url: 'opnfv-tech-discuss@lists.opnfv.org' + tag: '[vsperf]' +realtime_discussion: + type: irc + server: 'freenode.net' + channel: '#opnfv-vswitchperf' +meetings: + - type: 'gotomeeting+irc' + agenda: # eg: 'https://wiki.opnfv.org/display/' + url: # eg: 'https://global.gotomeeting.com/join/819733085' + server: 'freenode.net' + channel: '#opnfv-meeting' + repeats: 'weekly' + time: '15:00 UTC' # eg: '16:00 UTC' +repositories: + - 'vswitchperf' +committers: + - <<: *opnfv_vswitchperf_ptl + - name: 'Maryam Tahhan' + email: 'maryam.tahhan@intel.com' + company: 'intel.com' + id: 'maryamtahhan' + - name: 'Al Morton' + email: 'acmorton@att.com' + company: 'att.com' + id: 'acm' + - name: 'Martin Klozik' + email: 'martin.klozik@tieto.com' + company: 'tieto.com' + id: 'mklozik' + - name: 'Bill Michalowski' + email: 'bmichalo@redhat.com' + company: 'redhat.com' + id: 'bmichalo' + - name: 'Christian Trautman' + email: 'ctrautma@redhat.com' + company: 'redhat.com' + id: 'ctrautma' + - name: 'Trevor Cooper' + email: 'trevor.cooper@intel.com' + company: 'intel.com' + id: 'trev' +tsc: + # yamllint disable rule:line-length + approval: 'http//meetbot.opnfv.org/meetings/opnfv-meeting/' + changes: + - type: 'removal' + link: 'http//ircbot.wl.linuxfoundation.org/meetings/opnfv-meeting/2016/opnfv-meeting.2016-05-17-13.59.html' + # yamllint enable rule:line-length diff --git a/docs/testing/user/userguide/testusage.rst b/docs/testing/user/userguide/testusage.rst index c7cc1484..9dc80bb7 100644 --- a/docs/testing/user/userguide/testusage.rst +++ b/docs/testing/user/userguide/testusage.rst @@ -488,10 +488,6 @@ set ``PATHS['dpdk']['bin']['modules']`` instead. **NOTE:** Please ensure your boot/grub parameters include the following: -**NOTE:** In case of VPP, it is required to explicitly define, that vfio-pci -DPDK driver should be used. It means to update dpdk part of VSWITCH_VPP_ARGS -dictionary with uio-driver section, e.g. VSWITCH_VPP_ARGS['dpdk'] = 'uio-driver vfio-pci' - .. code-block:: console iommu=pt intel_iommu=on @@ -511,6 +507,10 @@ To check that IOMMU is enabled on your platform: [ 3.335746] IOMMU: dmar1 using Queued invalidation .... +**NOTE:** In case of VPP, it is required to explicitly define, that vfio-pci +DPDK driver should be used. It means to update dpdk part of VSWITCH_VPP_ARGS +dictionary with uio-driver section, e.g. VSWITCH_VPP_ARGS['dpdk'] = 'uio-driver vfio-pci' + .. _SRIOV-support: Using SRIOV support |