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
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
>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
>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
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
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
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
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
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
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
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
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
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
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
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/
15 matches
Mail list logo