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; 6+ 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] 6+ messages in thread

* Re: [dpdk-dev] [PATCH] devtools: add acronyms in dictionary for commit checks
  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
  1 sibling, 1 reply; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread

* [dpdk-dev] [PATCH v2] devtools: add acronyms in dictionary for commit checks
  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  9:03 ` Ferruh Yigit
  2021-05-19 10:22   ` Thomas Monjalon
  1 sibling, 1 reply; 6+ messages in thread
From: Ferruh Yigit @ 2021-05-14  9:03 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Ferruh Yigit, dev, David Marchand

GCC     -> GNU Compiler Collection
ID	-> Identification/Identity/Identifier
IP      -> Internet Protocol
QinQ    -> IEEE 802.1Q in 802.1Q
SoC     -> System on a chip
VEB     -> Virtual Ethernet Bridge
Windows ->

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
Cc: David Marchand <david.marchand@redhat.com>

v2:
* Added 'SoC'.
---
 devtools/words-case.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index a0ff8eb5b91b..0bbad4862632 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,12 +54,14 @@ PHY
 PMD
 PPPoE
 PVID
+QinQ
 RDMA
 RETA
 RSS
 Rx
 SCTP
 SMP
+SoC
 SW
 TC
 TCAM
@@ -69,6 +74,7 @@ Tx
 UDP
 ULP
 vDPA
+VEB
 Verbs
 VF
 VFIO
@@ -77,5 +83,6 @@ VMDq
 VNIC
 VSI
 VXLAN
+Windows
 XDP
 XOR
-- 
2.31.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [dpdk-dev] [PATCH v2] devtools: add acronyms in dictionary for commit checks
  2021-05-14  9:03 ` [dpdk-dev] [PATCH v2] " Ferruh Yigit
@ 2021-05-19 10:22   ` Thomas Monjalon
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2021-05-19 10:22 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, David Marchand

14/05/2021 11:03, Ferruh Yigit:
> GCC     -> GNU Compiler Collection
> ID	-> Identification/Identity/Identifier
> IP      -> Internet Protocol
> QinQ    -> IEEE 802.1Q in 802.1Q
> SoC     -> System on a chip
> VEB     -> Virtual Ethernet Bridge
> Windows ->
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [dpdk-dev] [PATCH v2] devtools: add acronyms in dictionary for commit checks
  2021-09-17 10:03 [dpdk-dev] [PATCH v1] " Ashwin Sekhar T K
@ 2021-09-17 10:06 ` Ashwin Sekhar T K
  0 siblings, 0 replies; 6+ messages in thread
From: Ashwin Sekhar T K @ 2021-09-17 10:06 UTC (permalink / raw)
  To: dev
  Cc: jerinj, skori, skoteshwar, pbhagavatula, kirankumark, psatheesh,
	asekhar, anoobj, gakhil, ferruh.yigit

Update word list with Marvell specific acronyms.

CPT  -> Cryptographic Accelerator Unit
LBK  -> Loopback Interface Unit
LMT  -> Large Atomic Store Unit
MCAM -> Match Content Addressable Memory
NIX  -> Network Interface Controller Unit
NPA  -> Network Pool Allocator
NPC  -> Network Parser and CAM Unit
ROC  -> Rest Of Chip
RVU  -> Resource Virtualization Unit
SSO  -> Schedule Synchronize Order Unit
TIM  -> Timer Unit

Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>
---
 devtools/words-case.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/devtools/words-case.txt b/devtools/words-case.txt
index 0bbad48626..50aded9ce8 100644
--- a/devtools/words-case.txt
+++ b/devtools/words-case.txt
@@ -6,6 +6,7 @@ Arm
 armv7
 armv8
 BAR
+CPT
 CRC
 DCB
 DevX
@@ -33,10 +34,13 @@ L2
 L3
 L4
 LACP
+LBK
 Linux
+LMT
 LRO
 LSC
 MAC
+MCAM
 MPLS
 MSI
 MSI-X
@@ -44,6 +48,9 @@ MSS
 MTU
 NEON
 NIC
+NIX
+NPA
+NPC
 null
 NUMA
 NVGRE
@@ -57,15 +64,19 @@ PVID
 QinQ
 RDMA
 RETA
+ROC
 RSS
+RVU
 Rx
 SCTP
 SMP
 SoC
+SSO
 SW
 TC
 TCAM
 Thor
+TIM
 TOS
 TPID
 TSO
-- 
2.32.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-17 10:07 UTC | newest]

Thread overview: 6+ 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
2021-09-17 10:03 [dpdk-dev] [PATCH v1] " Ashwin Sekhar T K
2021-09-17 10:06 ` [dpdk-dev] [PATCH v2] " Ashwin Sekhar T K

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).