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: https://github.com/Linaro/odp/pull/665.patch
 ** Base sha: d42ef2c5a01d29a9877e0b487694f66e40c43624
 ** Merge commit sha: bd567b03bbf050c03e9d0899bed4fcc23d1e6157
 **/
----------------/github------------------------

----------------checkpatch.pl------------------------
CHECK: Blank lines aren't necessary after an open brace '{'
#92: FILE: include/odp/api/spec/schedule.h:53:
+typedef struct odp_schedule_config_t {
+

WARNING: line over 80 characters
#96: FILE: include/odp/api/spec/schedule.h:57:
+        * Flows are lightweight entities and packets can be assigned to 
specific

CHECK: Blank lines aren't necessary after an open brace '{'
#124: FILE: include/odp/api/spec/schedule.h:85:
+typedef struct odp_schedule_capability_t {
+

ERROR: Bad function definition - int odp_schedule_start() should probably be 
int odp_schedule_start(void)
#164: FILE: include/odp/api/spec/schedule.h:125:
+int odp_schedule_start();

ERROR: Bad function definition - int odp_schedule_stop() should probably be int 
odp_schedule_stop(void)
#175: FILE: include/odp/api/spec/schedule.h:136:
+int odp_schedule_stop();

CHECK: Please don't use multiple blank lines
#193: FILE: include/odp/api/spec/schedule.h:289:
+
+

total: 2 errors, 1 warnings, 3 checks, 207 lines checked


to_send-p-000.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
----------------/checkpatch.pl------------------------

Reply via email to