Re: [dpdk-dev] [PATCH 00/11] net/vhostpci: A new vhostpci PMD supporting VM2VM scenario

2017-12-05 Thread Wei Wang
On 12/05/2017 10:08 PM, Yuanhan Liu wrote: On Tue, Dec 05, 2017 at 06:59:26AM +, Yang, Zhiyong wrote: Hi all, -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhiyong Yang Sent: Thursday, November 30, 2017 5:47 PM To: dev@dpdk.org; y...@fridaylinux.org; maxim

[dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done.

2016-09-07 Thread wei wang
2016-09-07 9:33 GMT+08:00 Wu, Jingjing : > > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of wang wei >> Sent: Tuesday, September 6, 2016 8:05 PM >> To: thomas.monjalon at 6wind.com >> Cc: dev at dpdk.org >> Subject: [dpdk-dev] [RFC] net/ixgbe: start rxtx af

[dpdk-dev] [dpdk-users] ixgbe drop all the packet

2016-09-03 Thread wei wang
test case was normal. 2016-09-02 18:16 GMT+08:00 wei wang : > The issue can be reproduced with example program l2fwd by modifying it > to sleep 1 second before launching thread. > > > code like this: > > check_all_ports_link_status(nb_ports, l2fw

[dpdk-dev] [dpdk-users] ixgbe drop all the packet

2016-09-02 Thread wei wang
The issue can be reproduced with example program l2fwd by modifying it to sleep 1 second before launching thread. code like this: check_all_ports_link_status(nb_ports, l2fwd_enabled_port_mask); sleep(1); /* launch per-lcore init on every lcore */ rte_

[dpdk-dev] [dpdk-users] ixgbe drop all the packet

2016-09-02 Thread wei wang
The rx function used was ixgbe_recv_pkts_bulk_alloc. the problem seems that the rx desc ring not full, but nic don't write data to ring and inc the missed error counter. 2016-09-01 21:48 GMT+08:00 wei wang : > my enviroment: > NIC:X540 > DPDK version:2.2.0 > > problems: &

[dpdk-dev] [dpdk-users] ixgbe drop all the packet

2016-09-01 Thread wei wang
my enviroment: NIC:X540 DPDK version:2.2.0 problems: start dpdk app with traffic not stopped?app can't receive any packet from dpdk ixgbe driver (1.2w pps udp packet). test five times would happens 1 ~ 2 times. The stats of the nic (ipackets==3230 and imissed == ierrors): ipackets 3230 imissed 97