|WARNING| pw122077-122078 [PATCH 1/2] Memory Allocation: Fixes ignore_msk during find_next_n() in fb_array library

qemudev at loongson.cn qemudev at loongson.cn
Sun Jan 15 21:08:19 CET 2023


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

_apply patch failure_

Submitter: Vipin P R <vipinp at vmware.com>
Date: Fri, 13 Jan 2023 13:14:28 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 83397b9f073904438965e1fda2efe76f7850fe01

Apply patch set 122077-122078 failed:

/home/zhoumin/dpdk-ci/tools/../series/26552/122077.patch:128: trailing whitespace.
					/* There aren't "need" number of contiguous bits anywhere in the mask. 
/home/zhoumin/dpdk-ci/tools/../series/26552/122077.patch:129: trailing whitespace.
					 * Ignore these many number of bits from LSB for the next iteration. 
Checking patch lib/eal/common/eal_common_fbarray.c...
error: while searching for:
				 * no runs in the space we've lookahead-scanned
				 * as well, so skip that on next iteration.
				 */
				ignore_msk = ~((1ULL << need) - 1);
				msk_idx = lookahead_idx - 1;
				break;
			}

error: patch failed: lib/eal/common/eal_common_fbarray.c:235
error: lib/eal/common/eal_common_fbarray.c: patch does not apply



More information about the test-report mailing list