devtools: add acronyms in dictionary for commit checks

Message ID 20240320124047.753573-1-ferruh.yigit@amd.com (mailing list archive)
State New
Delegated to: Thomas Monjalon
Headers
Series devtools: add acronyms in dictionary for commit checks |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/github-robot: build success github build: passed
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-sample-apps-testing success Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS

Commit Message

Ferruh Yigit March 20, 2024, 12:40 p.m. UTC
  ELF      -> Executable and Linkable Format
Ethernet -> with an uppercase “E”
mark     -> 'mark' flow action, no need to capitalise
max      -> maximum
XSK      -> XDP Socket. XDP (eXpress Data Path)

Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>
---
 devtools/words-case.txt | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Bruce Richardson March 20, 2024, 1:01 p.m. UTC | #1
On Wed, Mar 20, 2024 at 12:40:47PM +0000, Ferruh Yigit wrote:
> ELF      -> Executable and Linkable Format
> Ethernet -> with an uppercase “E”
> mark     -> 'mark' flow action, no need to capitalise
> max      -> maximum
> XSK      -> XDP Socket. XDP (eXpress Data Path)
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  
Tyler Retzlaff March 20, 2024, 4:15 p.m. UTC | #2
On Wed, Mar 20, 2024 at 12:40:47PM +0000, Ferruh Yigit wrote:
> ELF      -> Executable and Linkable Format
> Ethernet -> with an uppercase “E”
> mark     -> 'mark' flow action, no need to capitalise
> max      -> maximum
> XSK      -> XDP Socket. XDP (eXpress Data Path)
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@amd.com>
> ---

lgtm

Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
  

Patch

diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index 0200741ed862..a404cb0d20e3 100644
--- a/devtools/words-case.txt
+++ b/devtools/words-case.txt
@@ -16,7 +16,9 @@  DevX
 DMA
 eCPRI
 EEPROM
+ELF
 E-Switch
+Ethernet
 FD
 FDIR
 FEC
@@ -48,6 +50,8 @@  LMT
 LRO
 LSC
 MAC
+mark
+max
 MCAM
 MPLS
 MPU
@@ -114,3 +118,4 @@  VXLAN
 Windows
 XDP
 XOR
+XSK