On Thu, Dec 29, 2016 at 9:33 AM, Maxim Uvarov wrote:
> On 12/29/16 00:57, Bill Fischofer wrote:
>> Signed-off-by: Bill Fischofer
>> ---
>> CHANGELOG | 163
>> ++
>> 1 file changed, 163 insertions(+)
>>
>> diff --git a/CHANGELOG b/CHANG
https://bugs.linaro.org/show_bug.cgi?id=2782
Maxim Uvarov changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
Add debug pritn config option for helper and do not
drop configure options for building helper.
Signed-off-by: Maxim Uvarov
---
configure.ac| 10 ++
helper/Makefile.am | 2 +-
helper/odph_debug.h | 4
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/configu
After turning on lost CFLAGS for checking errors,
following things needs to be corrected to make code
compile.
Signed-off-by: Maxim Uvarov
---
helper/chksum.c | 4 ++--
helper/hashtable.c | 42 ++
helper/lineartable.c | 27 +
On 12/29/16 00:57, Bill Fischofer wrote:
> Signed-off-by: Bill Fischofer
> ---
> CHANGELOG | 163
> ++
> 1 file changed, 163 insertions(+)
>
> diff --git a/CHANGELOG b/CHANGELOG
> index 17afe44..e912835 100644
> --- a/CHANGELOG
> +++ b
On 12/29/16 16:12, Christophe Milard wrote:
> I have now updated the travis file (second comment) and had the
> DEPENDENCIES file updated since the begining. Are we talking about
> another third file?
>
> Christophe
about DEPENDENCIES file.
Maxim.
>
> On 29 December 2016 at 14:01, Maxim Uvar
Merged,
Maxim.
On 12/28/16 19:03, Christophe Milard wrote:
> On 28 December 2016 at 16:12, Stanislaw Kardach wrote:
>> As per API documentation, odp_term_global() should be a final ODP call
>> when terminating the ODP application in a controlled way. Therefore ODP
>> threads or sub-processes crea
I have now updated the travis file (second comment) and had the
DEPENDENCIES file updated since the begining. Are we talking about
another third file?
Christophe
On 29 December 2016 at 14:01, Maxim Uvarov wrote:
> On 12/29/16 13:45, Christophe Milard wrote:
>> On 22 December 2016 at 21:12, Maxim
Merged to api-next.
Might be my artefact from vim. I must be more careful this it. Thanks
for finding it.
Maxim.
On 12/28/16 23:33, Bill Fischofer wrote:
> Signed-off-by: Bill Fischofer
> ---
> include/odp/api/spec/packet_io.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff -
On 12/29/16 13:45, Christophe Milard wrote:
> On 22 December 2016 at 21:12, Maxim Uvarov wrote:
>> On 12/19/16 13:50, Christophe Milard wrote:
>>> The parsing of the odp.conf configuration file is added.
>>> The file is searched first in the local directory (.) and
>>> then is the $prefix/etc dire
The shared objects listed in the ODP configuration files are
loaded at init time. The odp configuration file list the
shared objects to be loaded as shown in the following example:
module = {
modules = ["enumerator1.so", "driver1.so"];
};
Signed-off-by: Christophe Milard
---
configure.ac
The tests should not be affected by any system or user ODP configuration
file. The ODP_SYSCONFIG_FILE environment variables is therefore set
to "none" in TESTS_ENVIRONMENT.
Tests which needs specific a configuration file will have to overwrite
this setting.
Note that tests ran manually (not using m
The parsing of the odp.conf configuration file is added.
The file is searched first in the local directory (.) and
then is the $prefix/etc directory.
This requires libconfig (sudo apt-get install libconfig-dev)
Signed-off-by: Christophe Milard
---
.travis.yml |
The linux implementation for the enumerator class registration function,
enumerator instance registration function,
devio and driver registration functions (stub)
Signed-off-by: Christophe Milard
---
include/odp_drv.h | 1 +
platform/linux-generic/Makefile.am
The enumerator class, enumerator instance, devio and driver registration
functions prototypes (and a draft of their parameters) are
defined, the goal being to define the registration framework only.
Signed-off-by: Christophe Milard
---
include/odp/drv/spec/driver.h | 293
Since V5:
-name and comment changes as suggested by Maxim
in https://lists.linaro.org/pipermail/lng-odp/2016-December/027400.html
-update .travis.yml
Since V4:
-typo fix (Thanks Yi!)
-rebased.
Since V3:
-minor interface simplification and name change (Christophe)
-Fix for clang (Bill)
-G
On 22 December 2016 at 21:12, Maxim Uvarov wrote:
> On 12/19/16 13:50, Christophe Milard wrote:
>> The parsing of the odp.conf configuration file is added.
>> The file is searched first in the local directory (.) and
>> then is the $prefix/etc directory.
>> This requires libconfig (sudo apt-get in
On 22 December 2016 at 21:40, Maxim Uvarov wrote:
> On 12/19/16 13:50, Christophe Milard wrote:
>> The enumerator class, enumerator instance, devio and driver registration
>> functions prototypes (and a draft of their parameters) are
>> defined, the goal being to define the registration framework
> -Original Message-
> From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of
> Christophe Milard
> Sent: Thursday, December 29, 2016 9:57 AM
> To: mike.hol...@linaro.org; bill.fischo...@linaro.org; yi...@linaro.org;
> forrest@linaro.org; lng-odp@lists.linaro.org
> Subje
19 matches
Mail list logo