[dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue

2016-02-22 Thread Lu, Wenzhuo
ixgbe: fix x550 VF tx issue > > Hi Wenzhuo, > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > > Sent: Friday, January 29, 2016 7:48 AM > > To: dev at dpdk.org > > Subject: [dpdk-dev] [PATCH] ixgbe: fix x

[dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue

2016-02-17 Thread Ananyev, Konstantin
Hi Wenzhuo, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, January 29, 2016 7:48 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue > > On x550, the basic tx function may not w

[dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue

2016-02-05 Thread Xu, HuilongX
as dest mac, using scapy to send 2000 random packets from tester, verify the packets can be received by one VF, and on host can't find "ixgbe :04:00.0: Malicious event on VF 0 tx:10 rx:0" > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Beha

[dpdk-dev] [PATCH] ixgbe: fix x550 VF tx issue

2016-01-29 Thread Wenzhuo Lu
On x550, the basic tx function may not work if we use DPDK VF based on kernel PF. The reason is kernel PF enables a new feature "malicious driver detection". According to this feature, driver should create TX context descriptor and set the "Check Context" bit in advanced data descriptor. This patch