Difference between revisions of "VPP/BugReports"

From fd.io
< VPP
Jump to: navigation, search
(Created page with "=== Introduction === This page describes data which will help make efficient use of everyone's time when dealing with vpp bugs. Before you press the Jira button to create a b...")
 
 
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== Introduction ===
+
=== Documentation Moved ===
  
This page describes data which will help make efficient use of everyone's time when dealing with vpp bugs. Before you press the Jira button to create a bug report, please ask yourself whether there's enough information for someone else to reproduce the issue given a reasonable amount of effort.
+
Please see [[https://fd.io/docs/vpp/master/contributing/reportingissues/index.html How To Report an Issue]]
 
+
==== Image version and operating environment ====
+
 
+
Please make sure to include the vpp image version:
+
 
+
vpp# show version verbose
+
vpp v1.0.0-188~geef4d99 built by vagrant on localhost at Wed Feb 24 08:52:13 PST 2016
+
Built in /home/vagrant/git/vpp
+
Compiled with GCC 4.8.4
+
DPDK version is RTE 2.2.0
+
DPDK EAL init arguments: -c 1 -n 4 --socket-mem 1024 --huge-dir /run/vpp/hugepages --file-prefix vpp
+
                          -b 0000:02:00.0 -b 0000:02:01.0 --master-lcore 0
+
 
+
With respect to the operating environment: if misbehavior involving a specific VM / container / bare-metal environment is involved, please describe the environment in detail:
+
 
+
* Linux Distro (e.g. Ubuntu 14.04.3 LTS, CentOS-7, etc.)
+
* NIC type(s) (ixgbe, i40e, enic, etc. etc.), vhost-user, tuntap
+
* NUMA configuration if applicable
+

Latest revision as of 08:52, 4 November 2021

Documentation Moved

Please see [How To Report an Issue]