DPDK patches and discussions
 help / color / mirror / Atom feed
* [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  9:03 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
  0 siblings, 2 replies; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ messages in thread
* [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; 11+ 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] 11+ messages in thread

end of thread, other threads:[~2021-05-19 10:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14  8:04 [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks Ferruh Yigit
2021-05-14  8:15 ` David Marchand
2021-05-14  8:57   ` Ferruh Yigit
2021-05-14  9:03 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
2021-05-19 10:22   ` Thomas Monjalon
  -- strict thread matches above, loose matches on Subject: below --
2021-02-01 22:47 [dpdk-dev] [PATCH] " Ferruh Yigit
2021-02-02 22:49 ` Thomas Monjalon
2020-11-21  1:15 Ferruh Yigit
2020-11-22 21:44 ` Thomas Monjalon
2020-08-06 14:24 Ferruh Yigit
2020-08-07 11:28 ` 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).