[PATCH v2] devtools: add acronyms in dictionary for commit checks
Ferruh Yigit
ferruh.yigit at amd.com
Wed Jun 5 18:59:20 CEST 2024
ELF -> Executable and Linkable Format
Ethernet -> with an uppercase “E”
mark -> 'mark' flow action, no need to capitalise
max -> maximum
MDIO -> Management Data Input/Output
MII -> Media-Independent Interface
XSK -> XDP Socket. XDP (eXpress Data Path)
Signed-off-by: Ferruh Yigit <ferruh.yigit at amd.com>
---
v2:
* Added MDIO, MII
---
devtools/words-case.txt | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index 0200741ed862..2257ce6201e4 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,7 +50,11 @@ LMT
LRO
LSC
MAC
+mark
+max
MCAM
+MDIO
+MII
MPLS
MPU
MSI
@@ -114,3 +120,4 @@ VXLAN
Windows
XDP
XOR
+XSK
--
2.34.1
More information about the dev
mailing list