[
https://issues.apache.org/jira/browse/HADOOP-19666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016787#comment-18016787
]
ASF GitHub Bot commented on HADOOP-19666:
-----------------------------------------
hadoop-yetus commented on PR #7912:
URL: https://github.com/apache/hadoop/pull/7912#issuecomment-3233497529
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Logfile | Comment |
|:----:|----------:|--------:|:--------:|:-------:|
| +0 :ok: | reexec | 0m 21s | | Docker mode activated. |
|||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 1s | | No case conflicting files
found. |
| +0 :ok: | codespell | 0m 0s | | codespell was not available. |
| +0 :ok: | detsecrets | 0m 0s | | detect-secrets was not available.
|
| +1 :green_heart: | @author | 0m 0s | | The patch does not contain
any @author tags. |
| +1 :green_heart: | test4tests | 0m 0s | | The patch appears to
include 1 new or modified test files. |
|||| _ trunk Compile Tests _ |
| +1 :green_heart: | mvninstall | 26m 26s | | trunk passed |
| +1 :green_heart: | compile | 7m 37s | | trunk passed |
| -1 :x: | mvnsite | 1m 30s |
[/branch-mvnsite-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7912/2/artifact/out/branch-mvnsite-hadoop-common-project_hadoop-common.txt)
| hadoop-common in trunk failed. |
| +1 :green_heart: | shadedclient | 57m 17s | | branch has no errors
when building and testing our client artifacts. |
|||| _ Patch Compile Tests _ |
| +1 :green_heart: | mvninstall | 0m 44s | | the patch passed |
| +1 :green_heart: | compile | 6m 57s | | the patch passed |
| +1 :green_heart: | cc | 6m 57s | | the patch passed |
| +1 :green_heart: | golang | 6m 57s | | the patch passed |
| +1 :green_heart: | javac | 6m 57s | | the patch passed |
| +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks
issues. |
| -1 :x: | mvnsite | 1m 29s |
[/patch-mvnsite-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7912/2/artifact/out/patch-mvnsite-hadoop-common-project_hadoop-common.txt)
| hadoop-common in the patch failed. |
| +1 :green_heart: | shadedclient | 23m 35s | | patch has no errors
when building and testing our client artifacts. |
|||| _ Other Tests _ |
| +1 :green_heart: | unit | 19m 38s | | hadoop-common in the patch
passed. |
| +1 :green_heart: | asflicense | 1m 20s | | The patch does not
generate ASF License warnings. |
| | | 111m 26s | | |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.51 ServerAPI=1.51 base:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7912/2/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/7912 |
| Optional Tests | dupname asflicense compile cc mvnsite javac unit
codespell detsecrets golang |
| uname | Linux 9af82b84cde2 5.15.0-142-generic #152-Ubuntu SMP Mon May 19
10:54:31 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/bin/hadoop.sh |
| git revision | trunk / be2c9c5dfefc7f4ad7591c58f7857b177bef5b0e |
| Default Java | Red Hat, Inc.-1.8.0_312-b07 |
| Test Results |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7912/2/testReport/ |
| Max. process+thread count | 3150 (vs. ulimit of 5500) |
| modules | C: hadoop-common-project/hadoop-common U:
hadoop-common-project/hadoop-common |
| Console output |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7912/2/console |
| versions | git=2.27.0 maven=3.6.3 |
| Powered by | Apache Yetus 0.14.0 https://yetus.apache.org |
This message was automatically generated.
> Add hardware-accelerated CRC32 support for riscv64 using the v,zbc,zvbc
> extension
> ---------------------------------------------------------------------------------
>
> Key: HADOOP-19666
> URL: https://issues.apache.org/jira/browse/HADOOP-19666
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: native
> Affects Versions: 3.4.1
> Reporter: Lei Wen
> Priority: Major
> Labels: pull-request-available
>
> This PR implements vector-accelerated CRC32 using the RISC-V V, Zbc and Zvbc
> instruction sets, with full functional verification and performance testing
> completed.
> The implementation uses the vclmul.v and vclmulh.v (carry-less multiply)
> instructions for data folding and computes the final checksum via Barrett
> reduction.
> Key Features:
> 1. Runtime Hardware Detection
> The PR uses kernel hardware probing and cpuinfo parsing to dynamically detect
> hardware support for CRC32 acceleration (via v, zbc, and zvbc extensions) at
> runtime.
> 2. Performance Improvement
> Hardware-accelerated CRC32 achieves a performance boost of over *3x* compared
> to the software implementation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]