Re: [lng-odp] [PATCH v3 1/2] test: perf: add new ordered pktio application

2017-01-03 Thread Elo, Matias (Nokia - FI/Espoo)
>> + } >> + >> + /* Reserve memory for args from shared mem */ >> + shm = odp_shm_reserve("shm_args", sizeof(args_t), >> + ODP_CACHE_LINE_SIZE, 0); > > shm_args is allocated here, but never freed. > >> >> + >> + free(gbl_args->appl.if_names);

Re: [lng-odp] [PATCH v3 1/2] test: perf: add new ordered pktio application

2017-01-03 Thread Bill Fischofer
On Thu, Dec 1, 2016 at 7:01 AM, Matias Elo wrote: > Add new test application for ordered queue functionality and performance > validation. The application sets sequence numbers to incoming packets using > ordered pktin queues and ordered context locks. After being tagged

Re: [lng-odp] [PATCH v3 1/2] test: perf: add new ordered pktio application

2016-12-22 Thread Elo, Matias (Nokia - FI/Espoo)
Ping > On 1 Dec 2016, at 15:01, Matias Elo wrote: > > Add new test application for ordered queue functionality and performance > validation. The application sets sequence numbers to incoming packets using > ordered pktin queues and ordered context locks. After being

[lng-odp] [PATCH v3 1/2] test: perf: add new ordered pktio application

2016-12-01 Thread Matias Elo
Add new test application for ordered queue functionality and performance validation. The application sets sequence numbers to incoming packets using ordered pktin queues and ordered context locks. After being tagged packets are enqueued to atomic queues based on flow hash (IPv4 5-tuple). In atomic