[dpdk-dev] DPDK support for on system bus connected embedded MAC

2016-08-06 Thread Jan Viktorin
Hello, On Sat, 06 Aug 2016 15:19:16 +0200 Thomas Monjalon wrote: > Hi, > > 2016-08-05 16:26, Venkat Karthik K: > > Hello, > > > > I am planning to develop Poll Mode Driver for new embedded MAC which is > > connected on system bus. > > Could you please provide more details about what you are

[dpdk-dev] test: failed to clone dpdk source in windows

2016-08-06 Thread Jan Viktorin
On Fri, 05 Aug 2016 09:51:06 +0200 Thomas Monjalon wrote: > 2016-08-05 09:44, Thomas Monjalon: > > 2016-08-05 10:09, linhaifeng: > > > hi,thomas > > > > > > Could you change the name of file in directory > > > app/test/test_pci_sysfs/bus/pci/devices/ ? > > > I think somebody like us also cann

[dpdk-dev] [PATCH] kni: error release device list head could cause a kernel crash.

2016-08-06 Thread 周杨超
>From 3edca1e3194959ba26a6c36143f8423009661b11 Mon Sep 17 00:00:00 2001 From: zhouyangchao Date: Sat, 6 Aug 2016 19:14:51 +0800 Subject: [PATCH] kni: error release device list head could cause a kernel crash. Signed-off-by: zhouyangchao --- lib/librte_eal/linuxapp/kni/kni_misc.c | 4 ++-- 1 fil

[dpdk-dev] [PATCH] pci: fix resource leak when detach pci device

2016-08-06 Thread 周杨超
>From be6a6cc831d2b9e26c53ec6014138c3e3d5bffc1 Mon Sep 17 00:00:00 2001 From: zhouyangchao Date: Sat, 6 Aug 2016 17:45:51 +0800 Subject: [PATCH] pci: fix resource leak when detach pci device Signed-off-by: zhouyangchao --- lib/librte_eal/common/eal_common_pci.c | 1 + 1 file changed, 1 insertio

[dpdk-dev] [PATCH v4 6/6] l3fwd: add altivec support for em_hash_key

2016-08-06 Thread Gowrishankar Muthukrishnan
From: gowrishankar This patch adds ppc64le port for em_mask_key function. Signed-off-by: Gowrishankar --- examples/l3fwd/l3fwd_em.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/examples/l3fwd/l3fwd_em.c b/examples/l3fwd/l3fwd_em.c index def5a02..6053a62 100644

[dpdk-dev] [PATCH v4 5/6] sched: enable sched library for ppc64le

2016-08-06 Thread Gowrishankar Muthukrishnan
From: gowrishankar This patch enables librte_sched in ppc64le. Signed-off-by: Gowrishankar --- config/defconfig_ppc_64-power8-linuxapp-gcc | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/defconfig_ppc_64-power8-linuxapp-gcc b/config/defconfig_ppc_64-power8-linuxapp-gcc index a0846

[dpdk-dev] [PATCH v4 4/6] table: cache align rte_bucket_4_8

2016-08-06 Thread Gowrishankar Muthukrishnan
From: gowrishankar Align rte_bucket_4_8 for cache line. Signed-off-by: Gowrishankar --- lib/librte_table/rte_table_hash_key8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_table/rte_table_hash_key8.c b/lib/librte_table/rte_table_hash_key8.c index e2e2bdc..4d5

[dpdk-dev] [PATCH v4 3/6] ip_pipeline: fix lcore mapping for varying SMT threads as in ppc64

2016-08-06 Thread Gowrishankar Muthukrishnan
From: gowrishankar offline lcore would still refer to original core id and this has to be considered while creating cpu core mask. Signed-off-by: Gowrishankar --- config/defconfig_ppc_64-power8-linuxapp-gcc | 3 --- examples/ip_pipeline/cpu_core_map.c | 12 +--- examples/ip_pi

[dpdk-dev] [PATCH v4 2/6] acl: add altivec intrinsics for dpdk acl on ppc_64

2016-08-06 Thread Gowrishankar Muthukrishnan
From: gowrishankar This patch adds port for ACL library in ppc64le. Signed-off-by: Gowrishankar --- app/test-acl/main.c | 4 + config/defconfig_ppc_64-power8-linuxapp-gcc | 1 - lib/librte_acl/Makefile | 2 + lib/librte_acl/acl.h

[dpdk-dev] [PATCH v4 1/6] lpm: add altivec intrinsics for dpdk lpm on ppc_64

2016-08-06 Thread Gowrishankar Muthukrishnan
From: gowrishankar This patch adds ppc64le port for LPM library in DPDK. Signed-off-by: Gowrishankar --- app/test/test_xmmt_ops.h | 16 +++ config/defconfig_ppc_64-power8-linuxapp-gcc| 1 - .../common/include/arch/ppc_64/rte_vect.h | 60

[dpdk-dev] [PATCH v4 0/6] enable lpm, acl and other missing libraries in ppc64le

2016-08-06 Thread Gowrishankar Muthukrishnan
This patchset enables LPM, ACL and other few missing libs in ppc64le and also address few patches in related examples (ip_pipeline and l3fwd). Test report: LPM and ACL unit tests passed. RTE>>acl_autotest ACL: allocation of 25166728 bytes on socket 33 for ACL_acl_ctx failed ACL: rte_acl_add_rule

[dpdk-dev] DPDK support for on system bus connected embedded MAC

2016-08-06 Thread Thomas Monjalon
Hi, 2016-08-05 16:26, Venkat Karthik K: > Hello, > > I am planning to develop Poll Mode Driver for new embedded MAC which is > connected on system bus. Could you please provide more details about what you are working on? > I am looking into available poll mode drivers > support for different Ne

[dpdk-dev] [PATCH 3/3] eal: remove rte_pci_dev_ids.h

2016-08-06 Thread Thomas Monjalon
2016-08-05 15:09, Ferruh Yigit: > All PCI device ids moved to drivers, it is safe to delete > rte_pci_dev_ids.h Good move. Thanks Ferruh! > --- a/doc/guides/prog_guide/dev_kit_build_system.rst > +++ b/doc/guides/prog_guide/dev_kit_build_system.rst > @@ -93,20 +93,20 @@ Each build directory contai

[dpdk-dev] [PATCH] build system: apps will use

2016-08-06 Thread Burt Silverman
To bring the coding style for applications like VPP into line with standard practices, one expects them to include system header files with the path starting from /usr/include, some examples: #include #include #include and thus #include Up until now, this has not been possible, and instead, w

[dpdk-dev] [PATCH] doc: fix a typo in intel_vf.rst.

2016-08-06 Thread Rami Rosen
This patch fixes a typo in doc/guides/nics/intel_vf.rst. Signed-off-by: Rami Rosen --- doc/guides/nics/intel_vf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/nics/intel_vf.rst index 95a79b5..9fe4209 100644 --- a/doc/guides/nics/