* [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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ 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; 7+ 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] 7+ messages in thread
* Re: [PATCH] devtools: add acronyms in dictionary for commit checks
2021-11-10 17:41 [PATCH] " Ferruh Yigit
@ 2021-11-25 11:39 ` Thomas Monjalon
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2021-11-25 11:39 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev
10/11/2021 18:41, Ferruh Yigit:
> FD -> File Descriptor
> GUID -> Globally Unique Identifier
> Netlink -> Linux Netlink socket family
> PCIe -> Peripheral Component Interconnect Express
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] devtools: add acronyms in dictionary for commit checks
@ 2021-11-10 17:41 Ferruh Yigit
2021-11-25 11:39 ` Thomas Monjalon
0 siblings, 1 reply; 7+ messages in thread
From: Ferruh Yigit @ 2021-11-10 17:41 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: Ferruh Yigit, dev
FD -> File Descriptor
GUID -> Globally Unique Identifier
Netlink -> Linux Netlink socket family
PCIe -> Peripheral Component Interconnect Express
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
devtools/words-case.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index ada6910fa031..268d7edee2f4 100644
--- a/devtools/words-case.txt
+++ b/devtools/words-case.txt
@@ -13,6 +13,7 @@ DevX
DMA
eCPRI
EEPROM
+FD
FDIR
FEC
FreeBSD
@@ -20,6 +21,7 @@ FW
GCC
GENEVE
GTPU
+GUID
HW
ICMP
ID
@@ -44,12 +46,14 @@ MSI-X
MSS
MTU
NEON
+Netlink
NIC
null
NUMA
NVGRE
NVM
PCI
+PCIe
PF
PHY
PMD
--
2.31.1
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-07-31 16:24 UTC | newest]
Thread overview: 7+ 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
-- strict thread matches above, loose matches on Subject: below --
2021-11-10 17:41 [PATCH] " Ferruh Yigit
2021-11-25 11:39 ` 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).