Re: [dpdk-dev] [RFC] testpmd: handle UFO packets

2018-03-01 Thread Jason Wang
On 2018年02月28日 22:53, Tan, Jianfeng wrote: Hi Jason, On 2/28/2018 10:10 PM, Jason Wang wrote: On 2018年02月24日 17:35, Jianfeng Tan wrote: Mostly likely, we will make UFO as a kind of GSO engine. For short term, we can just call APIs in librte_ip_frag to fragment. To test: 1. start testpm

Re: [dpdk-dev] [RFC] testpmd: handle UFO packets

2018-02-28 Thread Tan, Jianfeng
Hi Jason, On 2/28/2018 10:10 PM, Jason Wang wrote: On 2018年02月24日 17:35, Jianfeng Tan wrote: Mostly likely, we will make UFO as a kind of GSO engine. For short term, we can just call APIs in librte_ip_frag to fragment. To test: 1. start testpmd with two vhost port. $ set fwd csum $ st

Re: [dpdk-dev] [RFC] testpmd: handle UFO packets

2018-02-28 Thread Jason Wang
On 2018年02月24日 17:35, Jianfeng Tan wrote: Mostly likely, we will make UFO as a kind of GSO engine. For short term, we can just call APIs in librte_ip_frag to fragment. To test: 1. start testpmd with two vhost port. $ set fwd csum $ start 2. start vm0 connected to vhost0; $ ifconfig xx

[dpdk-dev] [RFC] testpmd: handle UFO packets

2018-02-24 Thread Jianfeng Tan
Mostly likely, we will make UFO as a kind of GSO engine. For short term, we can just call APIs in librte_ip_frag to fragment. To test: 1. start testpmd with two vhost port. $ set fwd csum $ start 2. start vm0 connected to vhost0; $ ifconfig xxx 1.1.1.1/24 up $ ethtool -K xxx ufo on 3. star