automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw155384 [PATCH v5 1/9] build: add define for the OS environment name
       [not found] <20250721151643.2739725-2-bruce.richardson@intel.com>
@ 2025-07-21 15:15 ` checkpatch
  2025-07-21 15:18 ` |WARNING| pw155384-155392 " qemudev
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2025-07-21 15:15 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/155384

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

* |WARNING| pw155384-155392 [PATCH v5 1/9] build: add define for the OS environment name
       [not found] <20250721151643.2739725-2-bruce.richardson@intel.com>
  2025-07-21 15:15 ` |SUCCESS| pw155384 [PATCH v5 1/9] build: add define for the OS environment name checkpatch
@ 2025-07-21 15:18 ` qemudev
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2025-07-21 15:18 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson, zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/155384

_apply patch failure_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Mon, 21 Jul 2025 16:16:34 +0100
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 2f4cd1b4dbaec6633da510da67c2213cfd2bd359

Apply patch set 155384-155392 failed:

Checking patch lib/eal/common/eal_common_options.c...
error: while searching for:
	internal_conf->max_simd_bitwidth.bitwidth = bitwidth;
	return 0;
}

void
eal_common_usage(void)
{
	printf("[options]\n\n"
	       "EAL common options:\n"
	       "  -c COREMASK         Hexadecimal bitmask of cores to run on\n"
	       "  -l, --"OPT_LCORES" CORELIST\n"
	       "                      List of cores to run on\n"
	       "                      The basic argument format is <c1>[-c2][,c3[-c4],...]\n"
	       "                      where c1, c2, etc are core indexes between 0 and %d\n"
	       "                      Can also be used to map lcore set to physical CPU set\n"
	       "                      The argument format is\n"
	       "                            '<lcores[@cpus]>[<,lcores[@cpus]>...]'\n"
	       "                      lcores and cpus list are grouped by '(' and ')'\n"
	       "                      Within the group, '-' is used for range separator,\n"
	       "                      ',' is used for single number separator.\n"
	       "                      '( )' can be omitted for single element group,\n"
	       "                      '@' can be omitted if cpus and lcores have the same value\n"
	       "  -s SERVICE COREMASK Hexadecimal bitmask of cores to be used as service cores\n"
	       "  --"OPT_MAIN_LCORE" ID     Core ID that is used as main\n"
	       "  --"OPT_MBUF_POOL_OPS_NAME" Pool ops name for mbuf to use\n"
	       "  -n CHANNELS         Number of memory channels\n"
	       "  -m MB               Memory to allocate (see also --"OPT_NUMA_MEM")\n"
	       "  -r RANKS            Force number of memory ranks (don't detect)\n"
	       "  -b, --block         Add a device to the blocked list.\n"
	       "                      Prevent EAL from using this device. The argument\n"
	       "                      format for PCI devices is <domain:bus:devid.func>.\n"
	       "  -a, --allow         Add a device to the allow list.\n"
	       "                      Only use the specified devices. The argument format\n"
	       "                      for PCI devices is <[domain:]bus:devid.func>.\n"
	       "                      This option can be present several times.\n"
	       "                      [NOTE: " OPT_DEV_ALLOW " cannot be used with "OPT_DEV_BLOCK" option]\n"
	       "  --"OPT_VDEV"              Add a virtual device.\n"
	       "                      The argument format is <driver><id>[,key=val,...]\n"
	       "                      (ex: --vdev=net_pcap0,iface=eth2).\n"
	       "  --"OPT_IOVA_MODE"   Set IOVA mode. 'pa' for IOVA_PA\n"
	       "                      'va' for IOVA_VA\n"
	       "  -d LIB.so|DIR       Add a driver or driver directory\n"
	       "                      (can be used multiple times)\n"
	       "  --"OPT_VMWARE_TSC_MAP"    Use VMware TSC map instead of native RDTSC\n"
	       "  --"OPT_PROC_TYPE"         Type of this process (primary|secondary|auto)\n"
#ifndef RTE_EXEC_ENV_WINDOWS
	       "  --"OPT_SYSLOG"[=<facility>] Enable use of syslog (and optionally set facility)\n"
#endif
	       "  --"OPT_LOG_LEVEL"=<level> Set global log level\n"
	       "  --"OPT_LOG_LEVEL"=<type-match>:<level>\n"
	       "                      Set specific log level\n"
	       "  --"OPT_LOG_LEVEL"=help    Show log types and levels\n"
	       "  --"OPT_LOG_TIMESTAMP"[=<format>]  Timestamp log output\n"
	       "  --"OPT_LOG_COLOR"[=<when>] Colorize log messages\n"
#ifndef RTE_EXEC_ENV_WINDOWS
	       "  --"OPT_TRACE"=<regex-match>\n"
	       "                      Enable trace based on regular expression trace name.\n"
	       "                      By default, the trace is disabled.\n"
	       "		      User must specify this option to enable trace.\n"
	       "  --"OPT_TRACE_DIR"=<directory path>\n"
	       "                      Specify trace directory for trace output.\n"
	       "                      By default, trace output will created at\n"
	       "                      $HOME directory and parameter must be\n"
	       "                      specified once only.\n"
	       "  --"OPT_TRACE_BUF_SIZE"=<int>\n"
	       "                      Specif
error: patch failed: lib/eal/common/eal_common_options.c:2245
error: lib/eal/common/eal_common_options.c: patch does not apply
Checking patch lib/eal/common/eal_options.h...
Checking patch lib/eal/common/eal_private.h...
Checking patch lib/eal/freebsd/eal.c...
Checking patch lib/eal/linux/eal.c...
Checking patch lib/eal/windows/eal.c...


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-21 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250721151643.2739725-2-bruce.richardson@intel.com>
2025-07-21 15:15 ` |SUCCESS| pw155384 [PATCH v5 1/9] build: add define for the OS environment name checkpatch
2025-07-21 15:18 ` |WARNING| pw155384-155392 " qemudev

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).