* [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
@ 2020-08-06 14:24 Ferruh Yigit
2020-08-07 11:28 ` Thomas Monjalon
0 siblings, 1 reply; 9+ messages in thread
From: Ferruh Yigit @ 2020-08-06 14:24 UTC (permalink / raw)
To: Ferruh Yigit, Thomas Monjalon; +Cc: dev
GTPU -> GPRS Tunnelling Protocol User Plane
MSI -> Message Signalled Interrupts
MSI-X -> Message Signalled Interrupts (Extended)
TCAM -> Ternary Content Addressable Memory
ULP -> Upper Layer Protocol
XOR -> Exclusive OR
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
devtools/words-case.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index 0fc937843e..f3eb4bb60d 100644
--- a/devtools/words-case.txt
+++ b/devtools/words-case.txt
@@ -15,6 +15,7 @@ FDIR
FreeBSD
FW
GENEVE
+GTPU
HW
IO
IOTLB
@@ -29,6 +30,8 @@ LRO
LSC
MAC
MPLS
+MSI
+MSI-X
MSS
MTU
NEON
@@ -50,12 +53,14 @@ Rx
SCTP
SW
TC
+TCAM
TOS
TPID
TSO
TTL
Tx
UDP
+ULP
vDPA
Verbs
VF
@@ -65,3 +70,4 @@ VMDq
VSI
VXLAN
XDP
+XOR
--
2.25.4
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
2020-08-06 14:24 [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks Ferruh Yigit
@ 2020-08-07 11:28 ` Thomas Monjalon
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2020-08-07 11:28 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev
06/08/2020 16:24, Ferruh Yigit:
> GTPU -> GPRS Tunnelling Protocol User Plane
> MSI -> Message Signalled Interrupts
> MSI-X -> Message Signalled Interrupts (Extended)
> TCAM -> Ternary Content Addressable Memory
> ULP -> Upper Layer Protocol
> XOR -> Exclusive OR
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
2021-05-14 8:15 ` David Marchand
@ 2021-05-14 8:57 ` Ferruh Yigit
0 siblings, 0 replies; 9+ messages in thread
From: Ferruh Yigit @ 2021-05-14 8:57 UTC (permalink / raw)
To: David Marchand; +Cc: Thomas Monjalon, dev
On 5/14/2021 9:15 AM, David Marchand wrote:
> On Fri, May 14, 2021 at 10:04 AM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
>>
>> GCC -> GNU Compiler Collection
>> ID -> Identification/Identity/Identifier
>> IP -> Internet Protocol
>> QinQ -> IEEE 802.1Q in 802.1Q
>> VEB -> Virtual Ethernet Bridge
>> Windows ->
>
> Windows -> Fenêtres ? :-)
>
> Can you add SoC to this update (or Thomas can add it when applying) ?
I can send a v2 with 'SoC'.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
2021-05-14 8:04 Ferruh Yigit
@ 2021-05-14 8:15 ` David Marchand
2021-05-14 8:57 ` Ferruh Yigit
0 siblings, 1 reply; 9+ messages in thread
From: David Marchand @ 2021-05-14 8:15 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: Thomas Monjalon, dev
On Fri, May 14, 2021 at 10:04 AM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
>
> GCC -> GNU Compiler Collection
> ID -> Identification/Identity/Identifier
> IP -> Internet Protocol
> QinQ -> IEEE 802.1Q in 802.1Q
> VEB -> Virtual Ethernet Bridge
> Windows ->
Windows -> Fenêtres ? :-)
Can you add SoC to this update (or Thomas can add it when applying) ?
Thanks.
--
David Marchand
^ permalink raw reply [flat|nested] 9+ messages in thread
* [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
@ 2021-05-14 8:04 Ferruh Yigit
2021-05-14 8:15 ` David Marchand
0 siblings, 1 reply; 9+ messages in thread
From: Ferruh Yigit @ 2021-05-14 8:04 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: Ferruh Yigit, dev
GCC -> GNU Compiler Collection
ID -> Identification/Identity/Identifier
IP -> Internet Protocol
QinQ -> IEEE 802.1Q in 802.1Q
VEB -> Virtual Ethernet Bridge
Windows ->
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
devtools/words-case.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index a0ff8eb5b91b..81eb5c5d1a23 100644
--- a/devtools/words-case.txt
+++ b/devtools/words-case.txt
@@ -16,13 +16,16 @@ FDIR
FEC
FreeBSD
FW
+GCC
GENEVE
GTPU
HW
ICMP
+ID
IO
IOTLB
IOVA
+IP
IPsec
IPv4
IPv6
@@ -51,6 +54,7 @@ PHY
PMD
PPPoE
PVID
+QinQ
RDMA
RETA
RSS
@@ -69,6 +73,7 @@ Tx
UDP
ULP
vDPA
+VEB
Verbs
VF
VFIO
@@ -77,5 +82,6 @@ VMDq
VNIC
VSI
VXLAN
+Windows
XDP
XOR
--
2.31.1
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
2021-02-01 22:47 Ferruh Yigit
@ 2021-02-02 22:49 ` Thomas Monjalon
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2021-02-02 22:49 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev, David Marchand
01/02/2021 23:47, Ferruh Yigit:
> eCPRI -> enhanced Common Public Radio Interface
> FEC -> Forward Error Correction
> SMP -> Symmetric Multiprocessing
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 9+ messages in thread
* [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
@ 2021-02-01 22:47 Ferruh Yigit
2021-02-02 22:49 ` Thomas Monjalon
0 siblings, 1 reply; 9+ messages in thread
From: Ferruh Yigit @ 2021-02-01 22:47 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: Ferruh Yigit, dev, David Marchand
eCPRI -> enhanced Common Public Radio Interface
FEC -> Forward Error Correction
SMP -> Symmetric Multiprocessing
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
devtools/words-case.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index 8300d7e66ba1..38084ec88371 100644
--- a/devtools/words-case.txt
+++ b/devtools/words-case.txt
@@ -10,8 +10,10 @@ CRC
DCB
DevX
DMA
+eCPRI
EEPROM
FDIR
+FEC
FreeBSD
FW
GENEVE
@@ -54,6 +56,7 @@ RETA
RSS
Rx
SCTP
+SMP
SW
TC
TCAM
--
2.29.2
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
2020-11-21 1:15 Ferruh Yigit
@ 2020-11-22 21:44 ` Thomas Monjalon
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Monjalon @ 2020-11-22 21:44 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev, david.marchand
21/11/2020 02:15, Ferruh Yigit:
> ICMP -> Internet Control Message Protocol
> IPv4 -> Internet Protocol version 4
> IPv6 -> Internet Protocol version 6
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 9+ messages in thread
* [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
@ 2020-11-21 1:15 Ferruh Yigit
2020-11-22 21:44 ` Thomas Monjalon
0 siblings, 1 reply; 9+ messages in thread
From: Ferruh Yigit @ 2020-11-21 1:15 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: Ferruh Yigit, dev
ICMP -> Internet Control Message Protocol
IPv4 -> Internet Protocol version 4
IPv6 -> Internet Protocol version 6
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
devtools/words-case.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index f3eb4bb60d88..8300d7e66ba1 100644
--- a/devtools/words-case.txt
+++ b/devtools/words-case.txt
@@ -17,10 +17,13 @@ FW
GENEVE
GTPU
HW
+ICMP
IO
IOTLB
IOVA
IPsec
+IPv4
+IPv6
L2
L3
L4
--
2.26.2
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-05-14 8:58 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 14:24 [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks Ferruh Yigit
2020-08-07 11:28 ` Thomas Monjalon
2020-11-21 1:15 Ferruh Yigit
2020-11-22 21:44 ` Thomas Monjalon
2021-02-01 22:47 Ferruh Yigit
2021-02-02 22:49 ` Thomas Monjalon
2021-05-14 8:04 Ferruh Yigit
2021-05-14 8:15 ` David Marchand
2021-05-14 8:57 ` Ferruh Yigit
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).