Re: [dpdk-dev] [PATCH 0/4] catch up TILE-Gx support in DPDK

2017-02-18 Thread Thomas Monjalon
2017-02-17 20:52, Chris Metcalf: > This patch series allows DPDK to build for TILE-Gx as of version 17.02. > > A required library (libgxio) had not been made publicly available. > It is now available as source here: > > http://www.mellanox.com/repository/solutions/tile-scm/libgxio-1.0.tar.xz >

Re: [dpdk-dev] [PATCH] maintainers: claim responsability for xen

2017-02-18 Thread Konrad Rzeszutek Wilk
On Thu, Feb 16, 2017 at 10:51:44PM +0100, Vincent JARDIN wrote: > Le 16/02/2017 à 14:36, Konrad Rzeszutek Wilk a écrit : > > > Is it time now to officially remove Dom0 support? > > So we do have an prototype implementation of netback but it is waiting > > for review of xen-devel to the spec. > > >

[dpdk-dev] [PATCH 1/4] tile: avoid use of non-upstreamed

2017-02-18 Thread Chris Metcalf
It's trivial to directly invoke a read of the special-purpose register that holds the clock cycle counter, so just do that. Signed-off-by: Chris Metcalf --- lib/librte_eal/common/include/arch/tile/rte_cycles.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal

[dpdk-dev] [PATCH 4/4] tile: fix remaining build issues

2017-02-18 Thread Chris Metcalf
Re-enable CONFIG_RTE_LIBRTE_SCHED, since it is needed to build correctly. Fix a few warnings when compiling mpipe_tilegx.c. Remove an empty rte_cpu_feature_table[] array using a bogus type. Properly set RTE_OBJCOPY_{TARGET,ARCH} in mk/arch/tile/rte.vars.mk. Signed-off-by: Chris Metcalf --- co

[dpdk-dev] [PATCH 3/4] strict alignment: generalize warning handling

2017-02-18 Thread Chris Metcalf
Rather than allowing just armv7 to have non-fatal strict alignment cast warnings, generalize it to both strict alignment architectures, armv7 and tile. Signed-off-by: Chris Metcalf --- mk/toolchain/gcc/rte.vars.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/toolcha

[dpdk-dev] [PATCH 2/4] tile: remove requirement for

2017-02-18 Thread Chris Metcalf
These headers are not part of the set that are upstreamed as part of glibc or the kernel, and we only need a few defines from each. The hardware is frozen so these values are not going to change in any case. Signed-off-by: Chris Metcalf --- drivers/net/mpipe/mpipe_tilegx.c | 15 ---

[dpdk-dev] [PATCH 0/4] catch up TILE-Gx support in DPDK

2017-02-18 Thread Chris Metcalf
This patch series allows DPDK to build for TILE-Gx as of version 17.02. A required library (libgxio) had not been made publicly available. It is now available as source here: http://www.mellanox.com/repository/solutions/tile-scm/libgxio-1.0.tar.xz it has also been folded into the binary releas

[dpdk-dev] [PATCH] i40e: implement vector PMD for altivec

2017-02-18 Thread Gowrishankar
From: Gowrishankar Muthukrishnan This patch enables i40e driver in powerpc along with its altivec intrinsic support. Signed-off-by: Gowrishankar Muthukrishnan --- MAINTAINERS | 1 + config/defconfig_ppc_64-power8-linuxapp-gcc | 2 +- doc/guides/nics/features