[dpdk-dev] [PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd

2016-09-14 Thread Ferruh Yigit
On 9/1/2016 3:47 PM, Jeff Shaw wrote: > On Fri, Jul 15, 2016 at 10:26:23PM +0200, Thomas Monjalon wrote: >> 2016-07-14 09:59, Jeff Shaw: >>> Our testing suggests minimal (in some cases zero) impact to core-bound >>> forwarding throughput as measured by testpmd. Throughput increase is >>> observed i

[dpdk-dev] [PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd

2016-09-01 Thread Jeff Shaw
On Fri, Jul 15, 2016 at 10:26:23PM +0200, Thomas Monjalon wrote: > 2016-07-14 09:59, Jeff Shaw: > > Our testing suggests minimal (in some cases zero) impact to core-bound > > forwarding throughput as measured by testpmd. Throughput increase is > > observed in l3fwd as now the vpmd can be used with

[dpdk-dev] [PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd

2016-07-15 Thread Thomas Monjalon
2016-07-14 09:59, Jeff Shaw: > Our testing suggests minimal (in some cases zero) impact to core-bound > forwarding throughput as measured by testpmd. Throughput increase is > observed in l3fwd as now the vpmd can be used with hw_ip_checksum > enabled and without needing '--parse-ptype'. > > The be

[dpdk-dev] [PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd

2016-07-14 Thread Jeff Shaw
Our testing suggests minimal (in some cases zero) impact to core-bound forwarding throughput as measured by testpmd. Throughput increase is observed in l3fwd as now the vpmd can be used with hw_ip_checksum enabled and without needing '--parse-ptype'. The benefits to applications using this functio