Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test

2017-01-18 Thread Yang, Zhiyong
; Subject: Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset > and related test > > 2017-01-18 02:42, Yang, Zhiyong: > > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > > > The functional autotest is not integrated in the basic test suite. > > &

Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test

2017-01-17 Thread Thomas Monjalon
2017-01-18 02:42, Yang, Zhiyong: > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > > The functional autotest is not integrated in the basic test suite. > > I can run command line "memset_autotest", It seems that I leave something > out. Please check app/test/autotest_data.py

Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test

2017-01-17 Thread Yang, Zhiyong
; De Lara > Guarch, Pablo ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset > and related test > > 2017-01-17 06:24, Yang, Zhiyong: > > Hi, Thomas: > > Does this patchset have chance to be applied for 1702 release? > >

Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test

2017-01-17 Thread Vincent JARDIN
Le 17/01/2017 à 21:14, Thomas Monjalon a écrit : By the way, have you tried to work on glibc, as I had suggested? Nothing here: https://sourceware.org/cgi-bin/search.cgi?wm=wrd&form=extended&m=all&s=D&ul=%2Fml%2Flibc-alpha%2F%25&q=memset

Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test

2017-01-17 Thread Thomas Monjalon
2017-01-17 06:24, Yang, Zhiyong: > Hi, Thomas: > Does this patchset have chance to be applied for 1702 release? It could be part of 17.02 but there are some issues: The x86 part did not receive any ack from x86 maintainers. checkpatch reports some warnings, especially about counting eleme

Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test

2017-01-16 Thread Yang, Zhiyong
rdson, Bruce > ; Ananyev, Konstantin > > Cc: yuanhan@linux.intel.com; De Lara Guarch, Pablo > ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset > and related test > > Hi, Thomas, Bruce, Konstantin: > > Any comments about t

Re: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test

2017-01-09 Thread Yang, Zhiyong
gt; Cc: yuanhan@linux.intel.com; thomas.monja...@6wind.com; Richardson, > Bruce ; Ananyev, Konstantin > ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and > related test > > DPDK code has met performance drop badly in some case

[dpdk-dev] [PATCH v2 0/4] eal/common: introduce rte_memset and related test

2016-12-27 Thread Zhiyong Yang
DPDK code has met performance drop badly in some case when calling glibc function memset. Reference to discussions about memset in http://dpdk.org/ml/archives/dev/2016-October/048628.html It is necessary to introduce more high efficient function to fix it. One important thing about rte_memset is t