[dpdk-dev] [PATCH v3] Fix two compile issues with i686 platform

2014-12-07 Thread Neil Horman
On Mon, Dec 08, 2014 at 02:46:51AM +, Qiu, Michael wrote: > On 12/5/2014 11:25 PM, Neil Horman wrote: > > On Fri, Dec 05, 2014 at 03:02:33PM +, Bruce Richardson wrote: > >> On Fri, Dec 05, 2014 at 09:22:05AM -0500, Neil Horman wrote: > >>> On Fri, Dec 05, 2014 at 04:31:47PM +0800, Chao Zhu

[dpdk-dev] [PATCH 3/3] test-pmd:change tx_checksum command and csum forwarding engine

2014-12-07 Thread Jijiang Liu
The patch enhances the tx_checksum command and reworks csum forwarding engine due to the change of tx_checksum command. The main changes of the tx_checksum command are listed below, 1. add "tx_checksum set tunnel (hw|sw|none) (port-id)" command 2. add "tx_checksum set outer-ip (hw|sw) (port-id)"

[dpdk-dev] [PATCH 2/3] i40e:support outer IPv4 checksum capability

2014-12-07 Thread Jijiang Liu
The DEV_TX_OFFLOAD_OUTER_IPV4_CKSUM flag is added in i40e capability set, which means the i40e supports TX checksum offload of tunneling packet. Signed-off-by: Jijiang Liu --- lib/librte_pmd_i40e/i40e_ethdev.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/librte

[dpdk-dev] [PATCH 1/3] librte_ether:add outer IP offload capability flag

2014-12-07 Thread Jijiang Liu
If the flag is set in a PMD, which means the NIC(s) support TX checksum offload of tunneling packet. Signed-off-by: Jijiang Liu --- lib/librte_ether/rte_ethdev.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.

[dpdk-dev] [PATCH 0/3] enhance TX checksum command and csum forwarding engine

2014-12-07 Thread Jijiang Liu
In the current codes, the "tx_checksum set (ip|udp|tcp|sctp|vxlan) (hw|sw) (port-id)" command is not easy to understand and extend, so the patch set enhances the tx_checksum command and reworks csum forwarding engine due to the change of tx_checksum command. The main changes of the tx_checksum

[dpdk-dev] [PATCH 0/2] enic fixes for clang compilation

2014-12-07 Thread Sujith Sankar (ssujith)
On 05/12/14 9:27 pm, "Bruce Richardson" wrote: >Compiling latest DPDK with clang 3.3 on FreeBSD 10 shows up a number of >compilation >errors in the enic driver. These two small patches fix those errors. > >Bruce Richardson (2): > enic: fix initialization error with clang > enic: fix error wit

[dpdk-dev] [PATCH v5 0/3] i40e VXLAN TX checksum rework

2014-12-07 Thread Ananyev, Konstantin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, December 05, 2014 4:07 PM > To: Liu, Jijiang > Cc: dev at dpdk.org; Ananyev, Konstantin; olivier.matz at 6wind.com > Subject: Re: [dpdk-dev] [PATCH v5 0/3] i40e VXLAN TX checksum rework > >