Re: [dpdk-dev] [PATCH 1/2] mk: add Marvell ARMADA architecture based on armv8-a

2019-05-18 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of lir...@marvell.com > Sent: Saturday, May 18, 2019 3:04 AM > To: tho...@monjalon.net > Cc: dev@dpdk.org; Liron Himi > Subject: [dpdk-dev] [PATCH 1/2] mk: add Marvell ARMADA architecture based > on armv8-a > > From: Liron Himi > > This patch

Re: [dpdk-dev] Instability of port ids

2019-05-18 Thread Stephen Hemminger
On Sat, 18 May 2019 06:03:22 + "Wang, Haiyue" wrote: > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger > > Sent: Saturday, May 18, 2019 02:47 > > To: dev@dpdk.org > > Subject: [dpdk-dev] Instability of port ids > > > > Several customers

Re: [dpdk-dev] [PATCH v2 1/3] lib/librte_ip_frag: Remove PKT_TX_IP_CKSUM offload flags

2019-05-18 Thread Ananyev, Konstantin
Hi, > Currently PKT_TX_IP_CKSUM is being set into mbuf->ol_flags > during fragmentation and reassemble operation implicitly. > Because of this, application is forced to use checksum offload > whether it is supported by platform or not. > > Also documentation does not provide any expected value

Re: [dpdk-dev] [PATCH v2 2/3] examples/ip_fragmentation: Enabling IP checksum offload in mbuf

2019-05-18 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Sunil Kumar Kori > Sent: Thursday, May 16, 2019 12:42 PM > To: dev@dpdk.org > Cc: sk...@marvell.com > Subject: [dpdk-dev] [PATCH v2 2/3] examples/ip_fragmentation: Enabling IP > checksum offload in mbuf > > As

[dpdk-dev] [PATCH v2 2/2] meson: add Marvell ARMADA architecture based on armv8-a

2019-05-18 Thread lironh
From: Liron Himi Signed-off-by: Liron Himi Reviewed-by: Jerin Jacob Tested-by: Liron Himi --- config/arm/arm64_armada_linux_gcc | 16 config/arm/meson.build| 8 +++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 config/arm/arm64_armada_

[dpdk-dev] [PATCH v2 1/2] mk: add Marvell ARMADA architecture based on armv8-a

2019-05-18 Thread lironh
From: Liron Himi This patch introduces armada target to address difference in number of cores, no numa support Signed-off-by: Liron Himi Reviewed-by: Alan Winkowski Tested-by: Liron Himi --- config/defconfig_arm64-armada-linux-gcc| 1 + config/defconfig_arm64-armada-linuxapp-gcc | 25 ++

[dpdk-dev] [PATCH v2 0/2] Introduces armada target

2019-05-18 Thread lironh
From: Liron Himi Introduces armada target to address difference in number of cores, no numa support Liron Himi (2): mk: add Marvell ARMADA architecture based on armv8-a meson: add Marvell ARMADA architecture based on armv8-a config/arm/arm64_armada_linux_gcc | 16