|WARNING| pw138109 [PATCH v4] hash: put GFNI stubs back
qemudev at loongson.cn
qemudev at loongson.cn
Thu Mar 7 20:53:23 CET 2024
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/138109
_apply patch failure_
Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Thu, 7 Mar 2024 11:14:59 -0800
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 6bd7a4b20c17a7a26277c2590816413dd48691d4
Apply patch set 138109 failed:
Checking patch lib/hash/rte_thash_gfni.c...
error: while searching for:
#include <rte_log.h>
#include <rte_thash_gfni.h>
#ifndef RTE_THASH_GFNI_DEFINED
RTE_LOG_REGISTER_SUFFIX(hash_gfni_logtype, gfni, INFO);
#define RTE_LOGTYPE_HASH hash_gfni_logtype
#define HASH_LOG(level, ...) \
RTE_LOG_LINE(level, HASH, "" __VA_ARGS__)
uint32_t
rte_thash_gfni(const uint64_t *mtrx __rte_unused,
const uint8_t *key __rte_unused, int len __rte_unused)
{
static bool warned;
error: patch failed: lib/hash/rte_thash_gfni.c:7
error: lib/hash/rte_thash_gfni.c: patch does not apply
Checking patch lib/hash/rte_thash_gfni.h...
error: while searching for:
extern "C" {
#endif
#include <rte_log.h>
#ifdef RTE_ARCH_X86
error: patch failed: lib/hash/rte_thash_gfni.h:9
error: lib/hash/rte_thash_gfni.h: patch does not apply
Checking patch lib/hash/version.map...
error: while searching for:
rte_thash_get_gfni_matrices;
rte_thash_get_helper;
rte_thash_get_key;
rte_thash_gfni;
rte_thash_gfni_bulk;
rte_thash_gfni_supported;
rte_thash_init_ctx;
local: *;
};
error: patch failed: lib/hash/version.map:41
error: lib/hash/version.map: patch does not apply
More information about the test-report
mailing list