[dpdk-dev] [PATCH] i40e: fix no effect wait_to_complete on link_get

2015-04-02 Thread Zhang, XiaonanX
data after we applied this patch to our code. Thanks. Best Regards, Xiaonan -Original Message- From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] Sent: Thursday, April 02, 2015 3:52 AM To: Zhang, XiaonanX; Cao, Waterman Cc: dev at dpdk.org; Zhang, Helin; Liang, Cunming Subject: Re:

[dpdk-dev] [PATCH] i40e: fix no effect wait_to_complete on link_get

2015-04-01 Thread Zhang, XiaonanX
+ Signed-off-by: Xiaonan Zhang -Original Message- From: Zhang, Helin Sent: Wednesday, April 01, 2015 10:50 AM To: Liang, Cunming; dev at dpdk.org Cc: Zhang, XiaonanX; Dumitrescu, Cristian Subject: RE: [PATCH] i40e: fix no effect wait_to_complete on link_get > -Origina

[dpdk-dev] vmxnet3 and Linux FC20 OS platform, example directory could not compiled success

2014-12-17 Thread Zhang, XiaonanX
Hi Pablo and Thomas, We use latest package DPDK-1.8-rc5, and we found some compiled errors, Our Test Environment setup as follows: - OS: Fedora20 3.11.10-301.fc20.x86_64 - GCC: gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) - CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz - NIC: Intel Corporati

[dpdk-dev] [PATCH] vmxnet3: set txq_flags in default TX conf

2014-12-12 Thread Zhang, XiaonanX
Tested-by: Xiaonan Zhang - Tested Commit: Pablo - OS: Fedora20 3.15.8-200.fc20.x86_64 - GCC: gcc version 4.8.3 20140624 - CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz - NIC: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] - Default x86_64-native-linuxapp-gcc config

[dpdk-dev] [PATCH 0/5] vmxnet3 pmd fixes/improvement

2014-11-04 Thread Zhang, XiaonanX
Tested-by: Xiaonan Zhang - Tested Commit: Yong Wang - OS: Fedora20 3.15.8-200.fc20.x86_64 - GCC: gcc version 4.8.3 20140624 - CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz - NIC: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb] - Default x86_64-native-linuxapp-gcc co

[dpdk-dev] [PATCH 0/5] Support virtio multicast feature

2014-09-24 Thread Zhang, XiaonanX
Tested-by: Xiaonan Zhang This patch includes five files, and has been tested by Intel. Please see information as the following: Host: Fedora 20 x86_64, Linux Kernel 3.11.10-301.fc20.x86_64, GCC 4.8.3 20140624 Intel Xeon CPU E5-2680 v2 @ 2.80GHz NIC: Intel Niantic 82599, Intel i350, Intel 8258

[dpdk-dev] [PATCH 1/2] 10G PMD: vectorized RX and TX functions

2014-05-27 Thread Zhang, XiaonanX
This patch set contains the vectorized PMD implementation for the Intel DPDK. This code was previously released under a proprietary license, but is now being released under a BSD license to allow its integration with the rest of the Intel DPDK codebase. Bruce Richardson (2): 10G PMD: New vectori