Re: [lng-odp] destroy tm system

2018-08-07 Thread Bill Fischofer
Bala had talked about a simplified TM API a while back. Perhaps it's timely to reopen that discussion? On Tue, Aug 7, 2018 at 2:47 PM Maxim Uvarov wrote: > I'm looking on errors of our example for traffic manager. There is > missing destroy path for created tm queues. Now when I look to it I'm >

[lng-odp] destroy tm system

2018-08-07 Thread Maxim Uvarov
I'm looking on errors of our example for traffic manager. There is missing destroy path for created tm queues. Now when I look to it I'm thinking that it will be good to simplify ODP api for cleaning up TM settings. On configuring TM we need to create TM nodes and TM queues, then link nodes and q

[lng-odp] odph_chksum vs odp_chksum_ones_comp16

2018-08-07 Thread Daniel Feferman
Hi All, I was using odph_chksum on odp v16. Now, it seems that this function is discontinued and v19 uses odp_chksum_ones_comp16. However, my results seem to be a lot different from previously, is there any modification on it? My application was load balancing based on the hash output, the former

[lng-odp] [PATCH API-NEXT v1 1/1] api: schedule: add scheduler flow aware mode

2018-08-07 Thread Github ODP bot
From: Balasubramanian Manoharan ODP scheduler configuration to support flow aware mode Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request 665 (bala-manoharan:sched_flow_aware) ** https://github.com/Linaro/odp/pull/665 ** Patch: https://github.com/Linaro/odp/pull/

[lng-odp] [PATCH API-NEXT v1 0/1] api: schedule: add scheduler flow aware mode

2018-08-07 Thread Github ODP bot
ODP scheduler configuration to support flow aware mode Signed-off-by: Balasubramanian Manoharan bala.manoha...@linaro.org github /** Email created from pull request 665 (bala-manoharan:sched_flow_aware) ** https://github.com/Linaro/odp/pull/665 ** Patch: h