* [PATCH] devtools: add acronyms in dictionary for commit checks
@ 2024-03-20 12:40 Ferruh Yigit
2024-03-20 13:01 ` Bruce Richardson
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ferruh Yigit @ 2024-03-20 12:40 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
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(+)
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
--
2.34.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] devtools: add acronyms in dictionary for commit checks
2024-03-20 12:40 [PATCH] devtools: add acronyms in dictionary for commit checks Ferruh Yigit
@ 2024-03-20 13:01 ` Bruce Richardson
2024-03-20 16:15 ` Tyler Retzlaff
2024-06-05 16:59 ` [PATCH v2] " Ferruh Yigit
2 siblings, 0 replies; 5+ messages in thread
From: Bruce Richardson @ 2024-03-20 13:01 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: Thomas Monjalon, dev
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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] devtools: add acronyms in dictionary for commit checks
2024-03-20 12:40 [PATCH] devtools: add acronyms in dictionary for commit checks Ferruh Yigit
2024-03-20 13:01 ` Bruce Richardson
@ 2024-03-20 16:15 ` Tyler Retzlaff
2024-06-05 16:59 ` [PATCH v2] " Ferruh Yigit
2 siblings, 0 replies; 5+ messages in thread
From: Tyler Retzlaff @ 2024-03-20 16:15 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: Thomas Monjalon, dev
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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] devtools: add acronyms in dictionary for commit checks
2024-03-20 12:40 [PATCH] devtools: add acronyms in dictionary for commit checks Ferruh Yigit
2024-03-20 13:01 ` Bruce Richardson
2024-03-20 16:15 ` Tyler Retzlaff
@ 2024-06-05 16:59 ` Ferruh Yigit
2024-07-31 16:24 ` Thomas Monjalon
2 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2024-06-05 16:59 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
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(+)
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] devtools: add acronyms in dictionary for commit checks
2024-06-05 16:59 ` [PATCH v2] " Ferruh Yigit
@ 2024-07-31 16:24 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2024-07-31 16:24 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-31 16:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 12:40 [PATCH] devtools: add acronyms in dictionary for commit checks Ferruh Yigit
2024-03-20 13:01 ` Bruce Richardson
2024-03-20 16:15 ` Tyler Retzlaff
2024-06-05 16:59 ` [PATCH v2] " Ferruh Yigit
2024-07-31 16:24 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).