[v2] devtools: add acronyms in dictionary for commit checks
Checks
Commit Message
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@amd.com>
---
v2:
* Added MDIO, MII
---
devtools/words-case.txt | 7 +++++++
1 file changed, 7 insertions(+)
Comments
05/06/2024 18:59, Ferruh Yigit:
> 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@amd.com>
Applied, thanks.
@@ -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