automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw23799 [PATCH 1/3] examples/eventdev_pipeline: added sample app
       [not found] <1492768299-84016-2-git-send-email-harry.van.haaren@intel.com>
@ 2017-04-21  9:54 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-04-21  9:54 UTC (permalink / raw)
  To: test-report; +Cc: Harry van Haaren

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/23799

_coding style issues_


WARNING:TYPO_SPELLING: 'recieves' may be misspelled - perhaps 'receives'?
#24: 
The application recieves traffic as normal, with each

WARNING:TYPO_SPELLING: 'overriden' may be misspelled - perhaps 'overridden'?
#89: FILE: examples/eventdev_pipeline/Makefile:35:
+# Default target, can be overriden by command line or environment

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#180: FILE: examples/eventdev_pipeline/main.c:71:
+	unsigned num_nic_ports;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *'
#196: FILE: examples/eventdev_pipeline/main.c:87:
+static unsigned *enqueue_cnt;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int *' to bare use of 'unsigned *'
#197: FILE: examples/eventdev_pipeline/main.c:88:
+static unsigned *dequeue_cnt;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#212: FILE: examples/eventdev_pipeline/main.c:103:
+static unsigned rx_core[MAX_NUM_CORE];

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#213: FILE: examples/eventdev_pipeline/main.c:104:
+static unsigned tx_core[MAX_NUM_CORE];

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#214: FILE: examples/eventdev_pipeline/main.c:105:
+static unsigned sched_core[MAX_NUM_CORE];

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#215: FILE: examples/eventdev_pipeline/main.c:106:
+static unsigned worker_core[MAX_NUM_CORE];

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#218: FILE: examples/eventdev_pipeline/main.c:109:
+core_in_use(unsigned lcore_id) {

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#230: FILE: examples/eventdev_pipeline/main.c:121:
+	unsigned _sent = 0;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#250: FILE: examples/eventdev_pipeline/main.c:141:
+	unsigned i, j;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#351: FILE: examples/eventdev_pipeline/main.c:242:
+schedule_devices(uint8_t dev_id, unsigned lcore_id)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#385: FILE: examples/eventdev_pipeline/main.c:276:
+	unsigned lcore_id = rte_lcore_id();

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#467: FILE: examples/eventdev_pipeline/main.c:358:
+	unsigned count = 0;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#715: FILE: examples/eventdev_pipeline/main.c:606:
+			(unsigned)port,

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#727: FILE: examples/eventdev_pipeline/main.c:618:
+init_ports(unsigned num_ports)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#730: FILE: examples/eventdev_pipeline/main.c:621:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#808: FILE: examples/eventdev_pipeline/main.c:699:
+	unsigned i;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#951: FILE: examples/eventdev_pipeline/main.c:842:
+	unsigned num_ports;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#973: FILE: examples/eventdev_pipeline/main.c:864:
+	const unsigned cores_needed = active_cores;

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#994: FILE: examples/eventdev_pipeline/main.c:885:
+	const unsigned ndevs = rte_event_dev_count();

total: 0 errors, 22 warnings, 1024 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-21  9:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1492768299-84016-2-git-send-email-harry.van.haaren@intel.com>
2017-04-21  9:54 ` [dpdk-test-report] |WARNING| pw23799 [PATCH 1/3] examples/eventdev_pipeline: added sample app checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).