History log of /dpdk/devtools/words-case.txt (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3
# 779279af 10-Nov-2021 Ferruh Yigit <[email protected]>

devtools: add acronyms in dictionary for commit checks

FD -> File Descriptor
GUID -> Globally Unique Identifier
Netlink -> Linux Netlink socket family
PCIe -> Peripheral Component Interco

devtools: add acronyms in dictionary for commit checks

FD -> File Descriptor
GUID -> Globally Unique Identifier
Netlink -> Linux Netlink socket family
PCIe -> Peripheral Component Interconnect Express

Signed-off-by: Ferruh Yigit <[email protected]>

show more ...


Revision tags: v21.11-rc2, v21.11-rc1
# 33c942d1 17-Sep-2021 Ashwin Sekhar T K <[email protected]>

devtools: add Marvell acronyms for commit checks

Update word list with Marvell specific acronyms.

CPT -> Cryptographic Accelerator Unit
CQ -> Completion Queue
LBK -> Loopback Interface Unit
LMT

devtools: add Marvell acronyms for commit checks

Update word list with Marvell specific acronyms.

CPT -> Cryptographic Accelerator Unit
CQ -> Completion Queue
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
RQ -> Receive Queue
RVU -> Resource Virtualization Unit
SQ -> Send Queue
SSO -> Schedule Synchronize Order Unit
TIM -> Timer Unit

Suggested-by: Ferruh Yigit <[email protected]>
Signed-off-by: Ashwin Sekhar T K <[email protected]>
Reviewed-by: Jerin Jacob <[email protected]>

show more ...


# 6e029025 20-Oct-2021 Zhihong Peng <[email protected]>

build: enable AddressSanitizer

AddressSanitizer [1] a.k.a. ASan is a widely-used debugging tool to
detect memory access errors.
It helps to detect issues like use-after-free, various kinds of buffer

build: enable AddressSanitizer

AddressSanitizer [1] a.k.a. ASan is a widely-used debugging tool to
detect memory access errors.
It helps to detect issues like use-after-free, various kinds of buffer
overruns in C/C++ programs, and other similar errors, as well as
printing out detailed debug information whenever an error is detected.

ASan is integrated with gcc and clang and can be enabled via a meson
option: -Db_sanitize=address
See the documentation for details (especially regarding clang).

Enabling ASan has an impact on performance since additional checks are
added to generated binaries.

Enabling ASan with Windows is currently not supported in DPDK.

1: https://github.com/google/sanitizers/wiki/AddressSanitizer

Signed-off-by: Xueqin Lin <[email protected]>
Signed-off-by: Zhihong Peng <[email protected]>
Acked-by: John McNamara <[email protected]>

show more ...


Revision tags: v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4
# f1a750b1 14-May-2021 Ferruh Yigit <[email protected]>

devtools: add acronyms in dictionary for commit checks

GCC -> GNU Compiler Collection
ID -> Identification/Identity/Identifier
IP -> Internet Protocol
QinQ -> IEEE 802.1Q in 802.1Q

devtools: add acronyms in dictionary for commit checks

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 <[email protected]>

show more ...


Revision tags: v21.05-rc3, v21.05-rc2, v21.05-rc1
# bb07d96d 10-Mar-2021 Ajit Khaparde <[email protected]>

devtools: add acronyms in dictionary for commit checks

Update word list with VNIC and Thor to catch errors in patch title.

Suggested-by: Ferruh Yigit <[email protected]>
Signed-off-by: Ajit Kh

devtools: add acronyms in dictionary for commit checks

Update word list with VNIC and Thor to catch errors in patch title.

Suggested-by: Ferruh Yigit <[email protected]>
Signed-off-by: Ajit Khaparde <[email protected]>
Acked-by: Ferruh Yigit <[email protected]>

show more ...


Revision tags: v21.02, v21.02-rc4, v21.02-rc3
# b3d7b8d7 01-Feb-2021 Ferruh Yigit <[email protected]>

devtools: add acronyms in dictionary for commit checks

eCPRI -> enhanced Common Public Radio Interface
FEC -> Forward Error Correction
SMP -> Symmetric MultiProcessing

Signed-off-by: Ferruh Yig

devtools: add acronyms in dictionary for commit checks

eCPRI -> enhanced Common Public Radio Interface
FEC -> Forward Error Correction
SMP -> Symmetric MultiProcessing

Signed-off-by: Ferruh Yigit <[email protected]>

show more ...


Revision tags: v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5
# 047d5c9c 21-Nov-2020 Ferruh Yigit <[email protected]>

devtools: add acronyms in dictionary for commit checks

ICMP -> Internet Control Message Protocol
IPv4 -> Internet Protocol version 4
IPv6 -> Internet Protocol version 6

Signed-off-by: Ferruh Yigit

devtools: add acronyms in dictionary for commit checks

ICMP -> Internet Control Message Protocol
IPv4 -> Internet Protocol version 4
IPv6 -> Internet Protocol version 6

Signed-off-by: Ferruh Yigit <[email protected]>

show more ...


Revision tags: v20.11-rc4, v20.11-rc3, v20.11-rc2, v20.11-rc1, v20.08
# 7539c73d 06-Aug-2020 Ferruh Yigit <[email protected]>

devtools: add acronyms in dictionary for commit checks

GTPU -> GPRS Tunnelling Protocol User Plane
MSI -> Message Signalled Interrupts
MSI-X -> Message Signalled Interrupts (Extended)
TCAM -> Te

devtools: add acronyms in dictionary for commit checks

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 <[email protected]>

show more ...


Revision tags: v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1
# db1162b4 19-Jun-2020 Ferruh Yigit <[email protected]>

devtools: add acronyms in dictionary for commit checks

Verbs ->
DevX ->

Signed-off-by: Ferruh Yigit <[email protected]>


Revision tags: v20.05, v20.05-rc4
# 28ac1a49 20-May-2020 Ferruh Yigit <[email protected]>

devtools: add acronyms in dictionary for commit checks

AltiVec ->
IOTLB -> Input/Output Translation Lookaside Buffer
IPsec -> Internet Protocol security
PPPoE -> Point-to-Point Protocol over E

devtools: add acronyms in dictionary for commit checks

AltiVec ->
IOTLB -> Input/Output Translation Lookaside Buffer
IPsec -> Internet Protocol security
PPPoE -> Point-to-Point Protocol over Ethernet
PVID -> Port VLAN IDentifier

Signed-off-by: Ferruh Yigit <[email protected]>

show more ...


Revision tags: v20.05-rc3, v20.05-rc2, v20.05-rc1
# 44c775fe 06-Mar-2020 Ferruh Yigit <[email protected]>

devtools: add acronyms in dictionary for commit checks

BAR -> Base Address Register
FDIR -> Flow Director
GENEVE -> Generic Network Virtualization Encapsulation
IO -> Input/Output
MPLS ->

devtools: add acronyms in dictionary for commit checks

BAR -> Base Address Register
FDIR -> Flow Director
GENEVE -> Generic Network Virtualization Encapsulation
IO -> Input/Output
MPLS -> Multiprotocol Label Switching
NEON
null
NVGRE -> Network Virtualization using Generic Routing Encapsulation
RDMA -> Remote Direct Memory Access
TC -> Traffic Class
VFIO -> Virtual Function I/O
VXLAN -> Virtual Extensible LAN
XDP -> eXpress Data Path

Signed-off-by: Ferruh Yigit <[email protected]>

show more ...


Revision tags: v20.02
# d448efa2 24-Feb-2020 Sean Morrissey <[email protected]>

devtools: export dictionary for commit title check

Moved title syntax to a separate file so that it improves code
readability and allows easy addition.

Also logic changed from checking for bad patt

devtools: export dictionary for commit title check

Moved title syntax to a separate file so that it improves code
readability and allows easy addition.

Also logic changed from checking for bad pattern to checking good
pattern which documents the expected syntax more clearly, and does not
have gaps in the checks.

Signed-off-by: Sean Morrissey <[email protected]>
Signed-off-by: Ferruh Yigit <[email protected]>

show more ...