[RFC 0/5] Fix memset usage
2024-11-14 8:56 UTC (8+ messages)
` [RFC 1/5] crypto/qat: fix memset of SHA3 state
` [RFC 2/5] crypto/qat: use secure memset
` [RFC 3/5] bus/uacce: remove memset before free
` [RFC 4/5] compress/octeontx: remove memset before rte_free
` [RFC 5/5] test: remove unneeded memset
[PATCH] graph: optimize graph search when scheduling nodes
2024-11-14 8:45 UTC (18+ messages)
` [EXTERNAL] "
` "
` "
` [PATCH v2] graph: mcore: optimize graph search
` [EXTERNAL] "
` "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] graph: add alignment to the member of rte_node
` [EXTERNAL] "
` [PATCH v4 1/2] graph: mcore: optimize graph search
` [PATCH v4 2/2] graph: add alignment to the member of rte_node
[PATCH] eal/linux: redefine the name for rte_fbarray_init()
2024-11-14 8:37 UTC
[PATCH] eal/linux: redefine the name for rte_fbarray_init()
2024-11-14 8:10 UTC
[PATCH 1/2] bus/dpaa: fix lock condition during error handling
2024-11-14 7:45 UTC (7+ messages)
` [PATCH 2/2] examples/l2fwd-event: fix spinlock handling
` [PATCH v2 1/3] bus/dpaa: fix lock condition during error handling
` [PATCH v2 2/3] examples/l2fwd-event: fix spinlock handling
` [PATCH v2 3/3] bus/dpaa: enabling clang thread safety for locks
rte_fib network order bug
2024-11-14 7:43 UTC (5+ messages)
[PATCH 1/3] common/cnxk: fix build warnings on ubuntu 24.04
2024-11-14 7:38 UTC (3+ messages)
` [PATCH 2/3] regex/cn9k: "
` [PATCH 3/3] net/cnxk: "
[PATCH v3 1/3] graph: avoid global node ID counter
2024-11-14 7:04 UTC (3+ messages)
` [PATCH v3 2/3] graph: add support for node free API
` [PATCH v3 3/3] test/graph: fix graph autotest second run test failure
[RFC 00/10] unit test bugs
2024-11-14 7:00 UTC (12+ messages)
` [RFC 01/10] app/test: do not duplicate loop variable
` [RFC 02/10] app/test: fix typo in mac address compare
` [RFC 03/10] app/test: fix paren typo
` [RFC 04/10] app/test: avoid duplicate initialization
` [RFC 05/10] app/test: fix TLS zero length record
` [RFC 06/10] test/eal: fix core check in c flag test
` [RFC 07/10] app/test-pmd: remove redundant condition
` [RFC 08/10] app/test-pmd: avoid potential outside of array reference
` [RFC 09/10] app/test-dma-perf: fix parsing of dma address
` [RFC 10/10] app/test: fix operator precedence bug
[PATCH 0/2] fallthrough related handling
2024-11-14 6:06 UTC (4+ messages)
` [PATCH 1/2] net/e1000: fix incorrect fallthrough in switch
` [PATCH 2/2] common/dpaax: do not disable fallthrough warnings
[PATCH v1] dts: add time delay to async sniffer callback function
2024-11-14 6:01 UTC (5+ messages)
` [PATCH v2] "
[PATCH] lib/eal: redefine the name for rte_fbarray_init()
2024-11-14 5:19 UTC
[PATCH 0/3] introduce rte_memset_sensative
2024-11-14 2:36 UTC (25+ messages)
` [PATCH 1/3] eal: "
` [PATCH 2/3] crypto/qat: use rte_memset_sensative
` [PATCH 3/3] eal: add rte_free_sensative
` [PATCH v2 0/8] memset security handling
` [PATCH v2 1/8] eal: introduce new secure memory fill
` [PATCH v2 2/8] eal: add new secure free function
` [PATCH v2 3/8] crypto/qat: force zero of keys
` [PATCH v2 4/8] crypto/qat: fix size calculation for memset
` [PATCH v2 5/8] crypto/qat: use secure memset
` [PATCH v2 6/8] bus/uacce: remove memset before free
` [PATCH v2 7/8] compress/octeontx: remove unnecessary memset
` [PATCH v2 8/8] test: remove unneeded memset
` [PATCH v3 00/11] memset security handling
` [PATCH v3 01/11] eal: introduce new secure memory fill
` [PATCH v3 02/11] eal: add new secure free function
` [PATCH v3 03/11] crypto/qat: force zero of keys
` [PATCH v3 04/11] crypto/qat: fix size calculation for memset
` [PATCH v3 05/11] crypto/qat: use secure memset
` [PATCH v3 06/11] bus/uacce: remove memset before free
` [PATCH v3 07/11] compress/octeontx: remove unnecessary memset
` [PATCH v3 08/11] test: remove unneeded memset
` [PATCH v3 09/11] net/ntnic: remove unnecessary void cast
` [PATCH v3 10/11] net/ntnic: check result of malloc
` [PATCH v3 11/11] net/ntnic: remove unnecessary memset
[PATCH] dts: add per-test-suite configuration
2024-11-13 21:44 UTC (11+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 2/4] dts: fix smoke tests docstring
` [PATCH v3 0/4] dts: add per-test-suite configuration
` [PATCH v3 1/4] dts: add tests package to API docs
` [PATCH v3 3/4] dts: add per-test-suite configuration
` [PATCH v3 4/4] dts: update autodoc sorting order
[PATCH v8 00/17] modify something as suggested
2024-11-13 21:15 UTC (19+ messages)
` [PATCH v8 01/17] net/r8169: add PMD driver skeleton
` [PATCH v8 02/17] net/r8169: add logging structure
` [PATCH v8 03/17] net/r8169: add hardware registers access routines
` [PATCH v8 04/17] net/r8169: implement core logic for Tx/Rx
` [PATCH v8 05/17] net/r8169: add support for HW config
` [PATCH v8 06/17] net/r8169: add PHY registers access routines
` [PATCH v8 07/17] net/r8169: add support for hardware operations
` [PATCH v8 08/17] net/r8169: add support for PHY configuration
` [PATCH v8 09/17] net/r8169: add support for HW initialization
` [PATCH v8 10/17] net/r8169: add link status and interrupt management
` [PATCH v8 11/17] net/r8169: implement Rx path
` [PATCH v8 12/17] net/r8169: implement Tx path
` [PATCH v8 13/17] net/r8169: implement device statistics
` [PATCH v8 14/17] net/r8169: implement promisc and allmulti modes
` [PATCH v8 15/17] net/r8169: implement MTU configuration
` [PATCH v8 16/17] net/r8169: add support for getting FW version
` [PATCH v8 17/17] net/r8169: add driver start and driver stop
[PATCH] dts: add l2fwd test suite
2024-11-13 19:59 UTC (21+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] dts: fix adjust L2/L3 addresses behavior
` [PATCH v3 2/3] dts: allow to get multiple expected packets
` [PATCH v3 3/3] dts: add l2fwd test suite
` [PATCH v4 0/3] "
` [PATCH v4 1/3] dts: allow to get multiple expected packets
` [PATCH v4 1/3] dts: fix adjust L2/L3 addresses behavior
` [PATCH v4 2/3] dts: add l2fwd test suite
` [PATCH v4 2/3] dts: allow to get multiple expected packets
` [PATCH v4 3/3] dts: add l2fwd test suite
` [PATCH v4 3/3] fixup! dts: allow to get multiple expected packets
` [PATCH v5 0/3] dts: add l2fwd test suite
` [PATCH v5 1/3] dts: fix adjust L2/L3 addresses behavior
` [PATCH v5 2/3] dts: allow to get multiple expected packets
` [PATCH v5 3/3] dts: add l2fwd test suite
[PATCH] dts: improve statistics
2024-11-13 19:49 UTC (5+ messages)
` [PATCH v2] "
[PATCH 1/3] examples/l3fwd: support single route file
2024-11-13 19:39 UTC (4+ messages)
` [v2 0/3] L3fwd changes
` [v2 3/3] examples/l3fwd: enhance valid ports checking
[PATCH v9 03/23] examples/ptp: replace terms master and slave
2024-11-13 19:11 UTC (6+ messages)
` [PATCH v10] "
[PATCH v1 01/50] net/ntnic: update NT NiC PMD driver with FPGA version
2024-11-13 18:09 UTC (4+ messages)
` [PATCH v3 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07
` [PATCH v3 15/50] net/ntnic: add hasher (HSH) flow module
[PATCH v1] maintainers: update maintainer for DLB Driver
2024-11-13 17:26 UTC
[PATCH] rcu: shift 64-bit constant to avoid implicit 32 to 64 bit conversion
2024-11-13 16:23 UTC (4+ messages)
` [PATCH v2] "
[DPDK/DTS Bug 1577] dts: Request for memory usage test in CI
2024-11-13 16:20 UTC
[PATCH] crypto/openssl: remove unneccessary null free checks
2024-11-13 15:56 UTC
[PATCH v2] net/mlx5: fix miniCQEs number calculation
2024-11-13 15:28 UTC (3+ messages)
` [PATCH v3] "
[v4,1/5] raw/gdtc: introduce gdtc raw device driver
2024-11-13 14:59 UTC (3+ messages)
[PATCH] net/mlx5: fix Rx queue ref count in flushing user flows
2024-11-13 13:40 UTC (2+ messages)
[PATCH] net/mlx5: fix the default RSS flows creation order
2024-11-13 13:40 UTC (2+ messages)
[PATCH] common/mlx5: fix misalignment issue detected by ASan
2024-11-13 13:39 UTC (2+ messages)
[PATCH] net/mlx5: fix the Rx queue control management
2024-11-13 13:38 UTC (2+ messages)
[PATCH 0/2] net/mlx5: fix counter query loop getting stuck
2024-11-13 13:37 UTC (2+ messages)
[PATCH] net/mlx5/hws: fix allocation of STCs
2024-11-13 13:37 UTC (2+ messages)
[PATCH] net/mlx5: fix shared Rx queue port number in data path
2024-11-13 13:36 UTC (2+ messages)
[PATCH v2] drivers: fix error CQE handling
2024-11-13 13:34 UTC (3+ messages)
` [PATCH v3] drivers: fix error CQE handling for 128 bytes CQE
[DPDK/eventdev Bug 1576] [dpdk24.11-rc2] DPDK build failed with EXTRA_CFLAGS='-O1' on Redhat9.4
2024-11-13 9:08 UTC
[PATCH] mempool: enable code to be compiled with MSVC compiler
2024-11-13 6:38 UTC (3+ messages)
[PATCH] doc/guides: add security document
2024-11-13 5:12 UTC (3+ messages)
[PATCH 0/3] unnecessary checks for null
2024-11-13 5:01 UTC (8+ messages)
` [PATCH 1/3] bus/fslmc: remove unnecessary null check
` [PATCH 2/3] net/dpaa2: remove unnecessary check for null before rte_free
` [PATCH 3/3] net/ntnic: remove unnecessary check for null before free
[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
2024-11-13 3:14 UTC (3+ messages)
` [PATCH v3 0/3] bugfix about KEEP CRC offload
[PATCH v21 01/13] config: add zsda device number
2024-11-13 2:33 UTC (15+ messages)
` [PATCH v22 00/13] drivers/zsda: introduce zsda drivers
` [PATCH v22 01/13] config: add zsda device number
` [PATCH v22 02/13] common/zsda: add zsdadev driver
` [PATCH v22 03/13] common/zsda: add logging macros
` [PATCH v22 04/13] common/zsda: add functions to operate hardware queue
` [PATCH v22 05/13] common/zsda: add definition and use of msg chan
` [PATCH v22 06/13] compress/zsda: add zsda compressdev driver skeleton
` [PATCH v22 07/13] compress/zsda: add zsda compressdev dev ops
` [PATCH v22 08/13] compress/zsda: add zsda compressdev stats ops
` [PATCH v22 09/13] compress/zsda: add zsda compressdev xform ops
` [PATCH v22 10/13] compress/zsda: add zsda compressdev qp ops
` [PATCH v22 11/13] compress/zsda: add zsda compressdev enqueue datapath
` [PATCH v22 12/13] compress/zsda: add zsda compressdev dequeue datapath
` [PATCH v22 13/13] compress/zsda: add zsda compressdev capabilities
[PATCH] examples/l3fwd: add option to set RX burst size
2024-11-13 1:35 UTC (3+ messages)
` [PATCH v4 0/2] examples/l3fwd: add more options
[PATCH] power: fix a typo in the PM QoS guide
2024-11-13 1:03 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] argparse: enable code to be compiled with MSVC compiler
2024-11-13 0:30 UTC (2+ messages)
[PATCH v7 00/17] modify code as suggested by the maintainer
2024-11-13 0:22 UTC (14+ messages)
` [PATCH v7 01/17] net/r8169: add PMD driver skeleton
` [PATCH v7 02/17] net/r8169: add logging structure
` [PATCH v7 07/17] net/r8169: add support for hardware operations
` [PATCH v7 08/17] net/r8169: add support for PHY configuration
` [PATCH v7 11/17] net/r8169: implement Rx path
` [PATCH v7 14/17] net/r8169: implement promisc and allmulti modes
[PATCH v14 0/4] add support for self monitoring
2024-11-12 23:09 UTC (4+ messages)
` [PATCH v15 "
` [PATCH v15 4/4] eal: add PMU support to tracing library
[PATCH v1] maintainers: update maintainer for DLB Driver
2024-11-12 19:13 UTC
Bus scan is too chatty
2024-11-12 18:28 UTC (6+ messages)
[PATCH 0/4] Coverity buf fixes for bnx2x
2024-11-12 17:43 UTC (5+ messages)
` [PATCH 1/4] net/bnx2x: remove dead conditional
` [PATCH 2/4] net/bnx2x: fix always true expression
` [PATCH 3/4] net/bnx2x: fix possible infinite loop at startup
` [PATCH 4/4] net/bnx2x: fix duplicate branch
page: next (older) | prev (newer) | latest
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).