: d9f0d3a1ffd4 ("ring: remove split cacheline build setting")
Signed-off-by: Daniel Verkamp
---
lib/librte_ring/rte_ring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_ring/rte_ring.c b/lib/librte_ring/rte_ring.c
index 5f98c33..ee42343 100644
--- a/lib/l
: d9f0d3a1ffd4 ("ring: remove split cacheline build setting")
Signed-off-by: Daniel Verkamp
---
v2: fixed checkpatch warnings
lib/librte_ring/rte_ring.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/librte_ring/rte_ring.c b/lib/librte_ring/rte_ring.c
ind
vsocket->conn_mutex was allocated with pthread_mutex_init() but never
freed with pthread_mutex_destroy(). This is a potential memory leak,
depending on how pthread_mutex_t is implemented.
Signed-off-by: Daniel Verkamp
---
lib/librte_vhost/socket.c | 3 +++
1 file changed, 3 insertions(+)
d
Some PCI vendor and device IDs have leading zeros.
Signed-off-by: Daniel Verkamp
---
lib/librte_eal/common/eal_common_pci.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/librte_eal/common/eal_common_pci.c
b/lib/librte_eal/common/eal_common_pci.c
index 78b097e
Some PCI vendor and device IDs have leading zeros.
Signed-off-by: Daniel Verkamp
---
v2: added #define for format string, use %.4 style and PRIx16
lib/librte_eal/common/eal_common_pci.c | 8
lib/librte_eal/common/include/rte_pci.h | 3 +++
2 files changed, 7 insertions(+), 4
5 matches
Mail list logo