Re: [lng-odp] ODP Hello World

2018-06-05 Thread Bill Fischofer
Glad to hear, Daniel. Please consider subscribing to this e-mail list as that will ensure faster response as otherwise I have to manually approve each of your posts. Just go to https://lists.linaro.org/mailman/listinfo/lng-odp for subscription instructions. Thanks. On Tue, Jun 5, 2018 at 11:35

[lng-odp] odp_hash_crc32 support

2018-06-05 Thread Daniel Feferman
Hi All, I saw on this link: https://www.opendataplane.org/api-documentation/master/api/group__odp__hash.html#ga9ecafbeec4af9a0cd93311a1ee324725 That odp has support to Calculate CRC-32 without Castagnoli. I've tried so many ways and I was not able to do so. Then, I saw an example using

Re: [lng-odp] ODP Hello World

2018-06-05 Thread Daniel Feferman
Thank you all, it worked :) On Tue, May 29, 2018 at 9:31 AM Elo, Matias (Nokia - FI/Espoo) < matias@nokia.com> wrote: > > > > On 29 May 2018, at 0:31, Daniel Feferman wrote: > > > > Hi all, > > > > I'm trying to reproduce "ODP Hello World" example from this Link > >

Re: [lng-odp] odp tools manpages

2018-06-05 Thread Bogdan Pricope
NAME odp_generator ā€“ generate or terminate IPv4 traffic SYNOPSIS odp_generator OPTIONS DESCRIPTION This ODP example application generates or terminate IPv4 traffic and outputs statistic prints at 20 s interval time Work mode: - generate UDP packets (ā€˜uā€™ mode): IPv4

Re: [lng-odp] odp tools manpages

2018-06-05 Thread Bogdan Pricope
Start from 'help' option of odp_generator: # ./example/generator/odp_generator -h Usage: odp_generator OPTIONS E.g. odp_generator -I eth1 -r OpenDataPlane example application. Work mode: 1.send ipv4 udp packets odp_generator -I eth0 --srcmac fe:0f:97:c9:e0:44 --dstmac

Re: [lng-odp] odp tools manpages

2018-06-05 Thread Maxim Uvarov
shouldn't it be man page for odp library which we somehow can generate from doxygen? Where do you package odp examples? I think they have to be somewhere under /usr/share/bin/odp-examples and just referenced as example apps. (Like QT examples do). Rather then be "tools". Maxim. On 5 June 2018

[lng-odp] odp tools manpages

2018-06-05 Thread Dmitry Eremin-Solenikov
Hello, To finish ODP packaging work I have to provide manpages for ODP tools that are going to be packages. I've written manpages for odp_hello and odp_crypto, however I'm asking for the help in writing manpages for l2fwd/l3fwd/generator. Could you please help me by sketching clean descriptions