[dpdk-dev] [PATCH v1] doc:add tested platforms and nics

2016-04-08 Thread Qian Xu
add a new file about tested platforms and nics in doc/guides/nics Signed-off-by: Qian Xu diff --git a/doc/guides/nics/index.rst b/doc/guides/nics/index.rst index 769f677..d34040b 100644 --- a/doc/guides/nics/index.rst +++ b/doc/guides/nics/index.rst @@ -36,6 +36,7 @@ Network Interface Controller

[dpdk-dev] [PATCH] igb_uio: fix vmware e1000 input/output error

2016-03-21 Thread Qian Xu
In vmware esxi 6.0, add the emulated e1000 device to guest, then launch the VM, we will see the error meassage as below: EAL: Error reading from file descriptor 21: Input/output error INTX is badly emulated in Vmware, INTX toggle check didn't work with Vmware e1000 device. The patch is to fix

[dpdk-dev] [PATCH v5] doc: add a nic performance guide on linux gsg

2015-11-18 Thread Qian Xu
Add a new guide doc as part of the Linux Getting Started Guide. The document is a step-by-step guide on how to get high performance with DPDK on an Intel platform. It is designed for users who are not familiar with DPDK but would like to get the best performance with NICs. Signed-off-by: Qian

[dpdk-dev] [PATCH v4] doc: add nic performance guide on linux gsg

2015-11-17 Thread Qian Xu
Add a new guide doc as part of the Linux Getting Started Guide. The document is a step-by-step guide on how to get high performance with DPDK on an Intel platform. It is designed for users who are not familiar with DPDK but would like to get the best performance with NICs. Signed-off-by: Qian

[dpdk-dev] [PATCH v3] doc: add performance test guide to the linux gsg

2015-09-24 Thread Qian Xu
Add a new guide doc as part of the Linux Getting Started Guide. The document is a step-by-step guide on how to get high performance with DPDK on an Intel platform. It is designed for users who are not familiar with DPDK but would like to get the best performance with NICs. Signed-off-by: Qian

[dpdk-dev] [PATCH]doc: Add performance tuning guide about how to get DPDK high perf on Intel platform.

2015-08-10 Thread Qian Xu
Signed-off-by: Qian Xu Add a new guide doc under guides folder. This document is a step-by-step guide about how to get high performance with DPDK on Intel's platform and NICs. It is designed for users who are not familiar with DPDK but would like to measure the best performance. It contains