[dpdk-dev] HOW to forward vlan pkt using DPDK loadbalancer and L2FWD, with intel 82599ES

2016-11-04 Thread Caianning
-- ???: Lu, Wenzhuo [mailto:wenzhuo.lu at intel.com] : 2016?11?4? 13:20 ???: Caianning; users at dpdk.org; dev at dpdk.org ??: RE: HOW to forward vlan pkt using DPDK loadbalancer and L2FD, with intel 82599ES Hi Anning, > -Original Message- > From: dev [mailto:dev-bounces at dpd

[dpdk-dev] HOW to forward vlan pkt using DPDK loadbalancer and L2FD, with intel 82599ES

2016-11-04 Thread Caianning
HI, I am using DPDK 16.07 example loadbalancer to as LB to forward vlan pkt to applications. LB and applications are using VFs bound with DPDK igb_uio driver. But I found the packet can not be send from LB to application. Pkt input to LB with vlan, after LB processing it is sent out to

[dpdk-dev] 答复: [Pktgen] can we set ethType for RANGE_PKT?

2016-09-23 Thread Caianning
I am using pktgen ver3.0.09. Also, I checked 3.0.14, the same thing there. Thanks. -- ???: Wiles, Keith [mailto:keith.wiles at intel.com] : 2016?9?23? 5:03 ???: Caianning ??: dev at dpdk.org; Houzhipeng ??: Re: [Pktgen] can we set ethType for RANGE_PKT? Regards, Keith >

[dpdk-dev] can we set ethType for RANGE_PKT?

2016-09-22 Thread Caianning
Hi I am doing a test using RANGE_PKT. I note that the function pktgen_set_pkt_type_range() is given, but it is not called. And there is pktgen_set_pkt_type() for SINGLE_PKT. I guess I a pktgen_set_pkt_type() should call for both SINGLE_PKT and RANGE_PKT. Am I right? But again