Ping. linux-gen was approved as commit prefix in arch call yesterday. Bill has reviewed this series.
-Petri > -----Original Message----- > From: lng-odp [mailto:[email protected]] On Behalf Of > Savolainen, Petri (Nokia - FI/Espoo) > Sent: Friday, June 10, 2016 1:26 PM > To: Maxim Uvarov <[email protected]>; [email protected] > Subject: Re: [lng-odp] [PATCH 0/7] SP scheduler > > It saves 4 chars. We already have couple of "linux-gen:"s in the repo. > > Grep command with "linux-gen" (git log --grep=linux-gen) outputs both > linux-generic and linux-gen, which may be helpful to identify the > platform. Simple "plat" would not tell that the commit has been merged > from odp-linux implementation e.g. to the odp-dpdk implementation / repo. > > -Petri > > > > -----Original Message----- > > From: Maxim Uvarov [mailto:[email protected]] > > Sent: Friday, June 10, 2016 11:54 AM > > To: Savolainen, Petri (Nokia - FI/Espoo) <petri.savolainen@nokia-bell- > > labs.com>; [email protected] > > Subject: Re: [lng-odp] [PATCH 0/7] SP scheduler > > > > On 06/10/16 11:20, Savolainen, Petri (Nokia - FI/Espoo) wrote: > > > Not sure what you propose here. > > > > > > I think "linux-gen" is a good compromise: "linux-generic" unnecessary > > long and "l-g" does not tell much. > > > > > > -Petri > > > > It will safe only 3 characters. Maybe "plat/vald/exam/api" ? > > > > Maxim. > > >> -----Original Message----- > > >> From: lng-odp [mailto:[email protected]] On Behalf Of > > Maxim > > >> Uvarov > > >> Sent: Thursday, June 09, 2016 11:08 PM > > >> To: [email protected] > > >> Subject: Re: [lng-odp] [PATCH 0/7] SP scheduler > > >> > > >> Hello Petri, > > >> > > >> can you not use linux-gen prefix or send a patch for CONTRIBUTING > > >> changing prefix from linux-generic to want we agreed in the meeting. > > >> > > >> Maxim. > > >> > > >> On 06/09/16 15:55, Petri Savolainen wrote: > > >>> Added strict priority scheduler implementation. Corrected bugs in > > >> validation > > >>> tests and improved code readability and debugging support. > > >>> > > >>> Petri Savolainen (7): > > >>> helper: linux: correct pthread join retval check > > >>> linux-gen: sched: add ordered enq to schedule_fn_t > > >>> linux-gen: sched: add sched_cb_queue_empty call > > >>> linux-gen: pktio: added debug prints > > >>> vald: timer: add missing pool param init calls > > >>> vald: sched: bug corrections > > >>> linux-gen: sched: SP scheduler implementation > > >>> > > >>> helper/linux.c | 15 +- > > >>> helper/test/thread.c | 2 +- > > >>> platform/linux-generic/include/odp_schedule_if.h | 8 + > > >>> .../include/odp_schedule_ordered_internal.h | 5 +- > > >>> platform/linux-generic/odp_packet_io.c | 5 +- > > >>> platform/linux-generic/odp_queue.c | 32 +- > > >>> platform/linux-generic/odp_schedule.c | 3 + > > >>> platform/linux-gene lieric/odp_schedule_ordered.c | 18 +- > > >>> platform/linux-generic/odp_schedule_sp.c | 702 > > >> ++++++++++++++++++++- > > >>> platform/linux-generic/pktio/loop.c | 4 + > > >>> test/validation/scheduler/scheduler.c | 267 ++++---- > > >>> test/validation/timer/timer.c | 33 +- > > >>> 12 files changed, 901 insertions(+), 193 deletions(-) > > >>> > > >> _______________________________________________ > > >> lng-odp mailing list > > >> [email protected] > > >> https://lists.linaro.org/mailman/listinfo/lng-odp > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
