[PATCH 0/3] introduce rte_memset_sensative
2025-02-16 16:53 UTC (51+ messages)
` [PATCH v6 00/11] secure zeroing of memory
` [PATCH v6 01/11] eal: introduce new secure memory fill
` [PATCH v6 02/11] eal: add new secure free function
` [PATCH v6 03/11] crypto/qat: force zero of keys
` [PATCH v6 04/11] crypto/qat: fix size calculation for memset
` [PATCH v6 05/11] crypto/qat: use secure memset
` [PATCH v6 06/11] bus/uacce: remove memset before free
` [PATCH v6 07/11] compress/octeontx: remove unnecessary memset
` [PATCH v6 08/11] test: remove unneeded memset
` [PATCH v6 09/11] net/ntnic: check result of malloc
` [PATCH v6 10/11] net/ntnic: remove unnecessary memset
` [PATCH v6 11/11] devtools/cocci: add script to find problematic memset
` [PATCH v7 00/16] Introduce secure memory zero functions
` [PATCH v7 01/16] eal: introduce new secure memory zero
` [PATCH v7 02/16] app/test: use unit test runner for string tests
` [PATCH v7 03/16] app/test: add test for rte_memzero_explicit
` [PATCH v7 04/16] eal: add new secure free function
` [PATCH v7 05/16] app/test: use unit test runner for malloc tests
` [PATCH v7 06/16] app/test: add test for rte_free_sensitive
` [PATCH v7 07/16] common/cnxk: remove unused variable
` [PATCH v7 08/16] crypto/qat: force zero of keys
` [PATCH v7 09/16] crypto/qat: fix size calculation for memset
` [PATCH v7 10/16] crypto/qat: use secure free for keys
` [PATCH v7 11/16] bus/uacce: remove memset before free
` [PATCH v7 12/16] compress/octeontx: remove unnecessary memset
` [PATCH v7 13/16] test: remove unneeded memset
` [PATCH v7 14/16] net/ntnic: check result of malloc
` [PATCH v7 15/16] net/ntnic: remove unnecessary memset
` [PATCH v7 16/16] devtools/cocci: add script to find problematic memset
` [PATCH v8 00/17] fix memset warnings reported by PVS studio
` [PATCH v8 01/17] eal: introduce new secure memory zero
` [PATCH v8 02/17] app/test: use unit test runner for string tests
` [PATCH v8 03/17] app/test: add test for rte_memzero_explicit
` [PATCH v8 04/17] app/test: remove unused variable
` [PATCH v8 05/17] eal: add new secure free function
` [PATCH v8 06/17] app/test: use unit test runner for malloc tests
` [PATCH v8 07/17] app/test: add test for rte_free_sensitive
` [PATCH v8 08/17] common/cnxk: remove unused variable
` [PATCH v8 09/17] crypto/qat: force zero of keys
` [PATCH v8 10/17] crypto/qat: fix size calculation for memset
` [PATCH v8 11/17] crypto/qat: use secure free for keys
` [PATCH v8 12/17] bus/uacce: remove memset before free
` [PATCH v8 13/17] compress/octeontx: remove unnecessary memset
` [PATCH v8 14/17] test: remove unneeded memset
` [PATCH v8 15/17] net/ntnic: check result of malloc
` [PATCH v8 16/17] net/ntnic: remove unnecessary memset
` [PATCH v8 17/17] devtools/cocci: add script to find problematic memset
[PATCH 0/1] pcapng: fix null dereference in rte_pcapng_close
2025-02-16 16:51 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] crypto/openssl: validate incorrect signature in verify op
2025-02-16 14:28 UTC
[PATCH] crypto/cnxk: fix status code in asymmetric operation
2025-02-16 14:25 UTC
[PATCH] testpmd: support meter_mark init_color in indirect list configuration
2025-02-16 14:04 UTC
[PATCH 1/8] net/mlx5/hws: introduce capability for unified mode
2025-02-16 11:04 UTC (8+ messages)
` [PATCH 2/8] net/mlx5/hws: add new type to existing table-types
` [PATCH 3/8] net/mlx5/hws: context changes to support unified domain
` [PATCH 4/8] net/mlx5/hws: allow table creation from the new types
` [PATCH 5/8] net/mlx5/hws: matcher changes to support unified domain
` [PATCH 6/8] net/mlx5/hws: action "
` [PATCH 7/8] net/mlx5/hws: unified rule changes
` [PATCH 8/8] net/mlx5/hws: support debug information for new domains
[RFC 0/7] Introduce FreeBSD macros for SAFE iteration
2025-02-15 15:44 UTC (11+ messages)
` [PATCH v2 0/7] Introduce FOREACH_SAFE macros
` [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD
` [PATCH v2 2/7] net/qede: fix use after free
` [PATCH v2 3/7] bus/fslmc: "
` [PATCH v2 4/7] net/bnxt: "
` [PATCH v2 5/7] net/iavf: replace local version of TAILQ_FOREACH_SAFE
` [PATCH v2 6/7] vhost: replace open coded TAILQ_FOREACH_SAFE
` [PATCH v2 7/7] raw/ifpga: use EAL version of TAILQ_FOREACH_SAFE
[PATCH v7 00/15] XSC PMD for Yunsilicon NICs
2025-02-15 7:48 UTC (3+ messages)
[PATCH v12 00/28] [v12]drivers/net Add Support mucse N10 Pmd Driver
2025-02-15 0:43 UTC (21+ messages)
` [PATCH v12 01/28] net/rnp: add skeleton
` [PATCH v12 13/28] net/rnp: add support link setup operations
` [PATCH v12 14/28] net/rnp: add Rx burst simple support
` [PATCH v12 15/28] net/rnp: add Tx "
` [PATCH v12 16/28] net/rnp: add MTU set operation
` [PATCH v12 17/28] net/rnp: add Rx scatter segment version
` [PATCH v12 18/28] net/rnp: add Tx multiple "
` [PATCH v12 19/28] net/rnp: add support basic stats operation
` [PATCH v12 20/28] net/rnp: add support xstats operation
` [PATCH v12 21/28] net/rnp: add unicast MAC filter operation
` [PATCH v12 22/28] net/rnp: add supported packet types
` [PATCH v12 23/28] net/rnp: add support Rx checksum offload
` [PATCH v12 24/28] net/rnp: add support Tx TSO offload
` [PATCH v12 25/28] net/rnp: support VLAN offloads
` [PATCH v12 26/28] net/rnp: add support VLAN filters operations
` [PATCH v12 27/28] net/rnp: add queue info operation
` [PATCH v12 28/28] net/rnp: support Rx/Tx burst mode info
PVS studio warnings in zxdh
2025-02-14 23:38 UTC
PVS studio output
2025-02-14 23:16 UTC
[RFC PATCH 0/7] dts: revamp framework
2025-02-14 19:14 UTC (22+ messages)
` [RFC PATCH 1/7] dts: add port topology configuration
` [RFC PATCH 5/7] dts: add runtime status
` [PATCH v2 0/7] dts: revamp framework
` [PATCH v2 1/7] dts: add port topology configuration
` [PATCH v2 2/7] dts: isolate test specification to config
` [PATCH v2 3/7] dts: revamp Topology model
` [PATCH v2 4/7] dts: improve Port model
` [PATCH v2 5/7] dts: add global runtime context
` [PATCH v2 6/7] dts: revamp runtime internals
` [PATCH v2 7/7] dts: remove node distinction
[PATCH 0/5] centralize deferred start checks
2025-02-14 17:38 UTC (8+ messages)
` [PATCH v2 0/6] fix the handling of deferred start in ethdev
` [PATCH v2 1/6] ethdev: check that device supports deferred start
` [PATCH v2 2/6] doc: fix feature flags for queue start/stop
` [PATCH v2 3/6] net/dpaa: remove unnecessary deferred start check
` [PATCH v2 4/6] net/dpaa2: remove unneeded "
` [PATCH v2 5/6] net/enetfec: "
` [PATCH v2 6/6] net/virtio: "
[PATCH] app/testpmd: add ipv6 extension header parse
2025-02-14 16:35 UTC (5+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] net: add ptype parse for tunnel packets
` [PATCH v3 2/2] app/test-pmd: use ptype API parse packets
[RFC v5 1/2] eventdev: add atomic queue to test-eventdev app
2025-02-14 15:59 UTC (5+ messages)
` [RFC PATCH v6 "
` [EXTERNAL] "
[PATCH] net/mlx5: fix flow null ops seg fault
2025-02-14 10:05 UTC
[DPDK/ethdev Bug 1661] mlx5: rte_flow_create can cause a seg fault
2025-02-14 9:47 UTC
[RFC] latencystats: performance overhaul
2025-02-14 9:36 UTC (11+ messages)
` [PATCH v7 0/7] latencystats: cleanup
` [PATCH v7 1/7] latencystats: handle fractional cycles per ns
` [PATCH v7 2/7] latencystats: do not use floating point
` [PATCH v7 3/7] latencystats: fix log messages
` [PATCH v7 4/7] latencystats: update include files
` [PATCH v7 5/7] latencystats: enforce that unused callback function is NULL
` [PATCH v7 6/7] latencystats: add metric for number of samples
` [PATCH v7 7/7] test: update to latencystats tests
[PATCH] examples/l3fwd: fix Tx performance deteriorate
2025-02-14 8:35 UTC (4+ messages)
` [PATCH v2] examples/l3fwd: add option to set Tx burst size
[PATCH v9 01/15] net/zxdh: zxdh np init implementation
2025-02-13 19:52 UTC (20+ messages)
` [PATCH v1 00/16] net/zxdh: updated net zxdh driver
` [PATCH v1 01/16] net/zxdh: optimize np dtb channel initialization
` [PATCH v1 02/16] net/zxdh: optimize queue res alloc/free process
` [PATCH v1 03/16] net/zxdh: optimize link update process
` [PATCH v1 04/16] net/zxdh: update rx/tx to latest
` [PATCH v1 05/16] net/zxdh: provided msg(pfvf) intr callback
` [PATCH v1 06/16] net/zxdh: optimize mac ops
` [PATCH v1 07/16] net/zxdh: optimize promisc ops
` [PATCH v1 08/16] net/zxdh: optimize vlan filter/offload ops
` [PATCH v1 09/16] net/zxdh: optimize rss hash config/update, reta update/get
` [PATCH v1 10/16] net/zxdh: optimize mtu set ops
` [PATCH v1 11/16] net/zxdh: optimize basic stats ops
` [PATCH v1 12/16] net/zxdh: provided csum/tso/lro config
` [PATCH v1 13/16] net/zxdh: provided rxq/txq info get implementations
` [PATCH v1 14/16] net/zxdh: provide extended stats ops implementations
` [PATCH v1 15/16] net/zxdh: provide ptypes fw_version module info/eeprom ops
` [PATCH v1 16/16] net/zxdh: provide meter ops implementations
[Patch v2 0/3] net/netvsc fixes for handling PCI hotplug with multiple devices
2025-02-13 18:58 UTC (4+ messages)
` [Patch v2 1/3] net/netvsc: scan all net devices under the PCI device
` [Patch v2 2/3] net/netvsc: remove RTE device if all its net devices are removed
` [Patch v2 3/3] net/netvsc: log error on failure to switch data path
[PATCH 0/2] Fix use after free, and refactor af_xdp_tx_zc()
2025-02-13 17:04 UTC (7+ messages)
` [PATCH v9 0/2] Fix use after free, and refactor af_xdp_tx_zc
` [PATCH v9 2/2] net/af_xdp: Refactor af_xdp_tx_zc
[PATCH v2] dts: add SUT cleanup to framework
2025-02-13 16:44 UTC (2+ messages)
` [PATCH v3] "
[PATCH 1/1] vhost: fix a double fetch when dequeue offloading
2025-02-13 12:22 UTC (4+ messages)
` [PATCH v2 "
[PATCH 0/6] remove check around pthread_mutex_init()
2025-02-13 11:12 UTC (5+ messages)
` [PATCH 0/1] eal/linux: Remove unused values
` [PATCH 1/1] "
[PATCH 0/2] mempool: add rte_errno, and turn functions into single-exit ones
2025-02-13 11:10 UTC (5+ messages)
` [PATCH v2 0/2] add rte_errno to rte_mempool_create_empty, and refactor
` [PATCH v2 2/2] mempool: make rte_mempool_create_empty a single-exit
[PATCH v4 0/4] Introduce Topology NUMA grouping for lcores
2025-02-13 9:18 UTC (4+ messages)
[PATCH 1/2] net/mlx5: add DROP destination to mirror clone actions
2025-02-13 8:32 UTC (2+ messages)
` [PATCH 2/2] net/mlx5/hws: add DROP action to multi destination actions
[PATCH] ci: build with MSVC in GHA
2025-02-13 7:50 UTC
[PATCH] config/arm: add Phytium TengYun S5000c
2025-02-13 7:14 UTC (2+ messages)
Inquiry on DPDK Support for Marvell AQtion 10Gbit Network Adapter
2025-02-13 6:28 UTC
[PATCH v1 1/3] net/intel: add support for timestamp ring HW workaround
2025-02-12 21:47 UTC (4+ messages)
` [PATCH v2 0/2] Implement TXPP Support in ICE PMD
` [PATCH v2 1/2] net/intel: add E830 ETF offload timestamp resolution
` [PATCH v2 2/2] net/intel: add Tx time queue
[DPDK/ethdev Bug 1647] uio_pci_generic module bind failed in X710/XL710/XXV710
2025-02-12 19:04 UTC (2+ messages)
[DPDK/core Bug 1633] Kernel crash on IGB port unbinding
2025-02-12 18:51 UTC (2+ messages)
[DPDK/ethdev Bug 1624] The rte_malloc library is not fully implemented
2025-02-12 18:48 UTC (2+ messages)
[DPDK/other Bug 1649] igb_uio legacy mode can not be used in X710/XL710/XXV710
2025-02-12 18:43 UTC (2+ messages)
release candidate 25.03-rc1
2025-02-12 16:49 UTC
[PATCH v2 0/7] dts: revamp framework
2025-02-12 16:46 UTC (2+ messages)
[PATCH v6 1/4] bus/pci: fix registration of PCI device
2025-02-12 16:38 UTC (5+ messages)
` [PATCH v7 "
` [PATCH v7 2/4] lib: fix comparison between devices
` [PATCH v7 3/4] app/test: add tests to find devices
` [PATCH v7 4/4] lib: change find device and cmp dev name functions
[PATCH] mbuf: enable to be compiled with MSVC
2025-02-12 16:24 UTC (5+ messages)
[PATCH v3] net/af_packet: provide packet drop stats
2025-02-12 16:02 UTC (3+ messages)
` [PATCH] doc: add release not for af_packet
[PATCH V1] doc: add tested Intel platforms two NICs
2025-02-12 15:54 UTC (2+ messages)
[PATCH v9 00/28] [v9]drivers/net Add Support mucse N10 Pmd Driver
2025-02-12 15:47 UTC (10+ messages)
` [PATCH v9 04/28] net/rnp: support mailbox basic operate
` [PATCH v9 12/28] net/rnp: add support link update operations
[PATCH] doc: add tested platforms with NVIDIA NICs
2025-02-12 15:43 UTC (2+ messages)
[PATCH] build: allow disabling avx512 support via compiler flag
2025-02-12 15:35 UTC (3+ messages)
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).