[PATCH] net/iavf: fix abnormal disable HW interrupt
2023-06-09 3:20 UTC (3+ messages)
[PATCH] net/iavf: fix virtchnl cmd called in intr thread
2023-06-09 2:04 UTC (3+ messages)
[PATCH] net/ice: fix data length check
2023-06-09 1:50 UTC (3+ messages)
` [PATCH v2] "
[PATCH] net/bonding: fix iavf bond device query stats
2023-06-09 1:38 UTC (3+ messages)
[PATCH v2] gro : ipv6 changes to support GRO for TCP/ipv6
2023-06-09 1:04 UTC (5+ messages)
` [PATCH v4] "
[dpdk-dev] [PATCH] doc: document the new devargs syntax
2023-06-08 22:51 UTC (2+ messages)
` "
[PATCH v2] ethdev: add Tx queue flow matching item
2023-06-08 19:59 UTC (2+ messages)
[PATCH] config/arm: fix Neoverse N2 march flag
2023-06-08 19:34 UTC (6+ messages)
` [PATCH v2] "
DPDK Release Status Meeting 2023-06-08
2023-06-08 18:40 UTC
[PATCH v16] app/procinfo: display eventdev xstats
2023-06-08 17:35 UTC (3+ messages)
` [PATCH v17] "
[PATCH 00/13] Add MACsec unit test cases
2023-06-08 17:19 UTC (20+ messages)
` [PATCH v2 "
` [PATCH v2 01/13] security: add direction in SA/SC configuration
` [EXT] "
` [PATCH v3 00/13] Add MACsec unit test cases
` [PATCH v3 01/13] security: add direction in SA/SC configuration
` [PATCH v3 02/13] security: add MACsec packet number threshold
` [PATCH v3 03/13] test/security: add inline MACsec cases
` [PATCH v3 04/13] test/security: add MACsec integrity cases
` [PATCH v3 05/13] test/security: verify multi flow MACsec
` [PATCH v3 06/13] test/security: add MACsec VLAN cases
` [PATCH v3 07/13] test/security: add MACsec negative cases
` [PATCH v3 08/13] test/security: verify MACsec stats
` [PATCH v3 09/13] test/security: verify MACsec interrupts
` [PATCH v3 10/13] test/security: verify MACsec Tx HW rekey
` [PATCH v3 11/13] test/security: verify MACsec Rx rekey
` [PATCH v3 12/13] test/security: verify MACsec anti replay
` [PATCH v3 13/13] test/security: remove no MACsec support case
[dpdk-dev] [PATCH] ether: fix configure() to use a default for max_rx_pkt_len
2023-06-08 16:51 UTC (2+ messages)
` [PATCH v3] ether: use a default for max Rx frame size in configure()
[dpdk-dev] [PATCH v2] SDK: Add scripts to initialize DPDK runtime
2023-06-08 16:45 UTC (2+ messages)
` "
[PATCH 0/4] net/sfc: support KEEP_CRC offload
2023-06-08 16:01 UTC (2+ messages)
[PATCH] eal: choose IOVA mode according to compilation flags
2023-06-08 15:45 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/4] fix the data endian problem in IPv6 logic
2023-06-08 15:43 UTC (6+ messages)
` [PATCH 1/4] net/nfp: fix the IPv6 flow item
` [PATCH 2/4] net/nfp: fix TOS of IPv6 VXLAN encap flow action
` [PATCH 3/4] net/nfp: fix TOS of IPv6 GENEVE "
` [PATCH 4/4] net/nfp: fix TOS of IPv6 NVGRE "
[PATCH v8 00/17] graph enhancement for multi-core dispatch
2023-06-08 15:30 UTC (70+ messages)
` [PATCH v9 "
` [PATCH v9 04/17] graph: add get/set graph worker model APIs
` [PATCH v9 13/17] graph: enable graph multicore dispatch scheduler model
` [PATCH v9 15/17] examples/l3fwd-graph: introduce multicore dispatch worker model
` [PATCH v9 17/17] doc: update multicore dispatch model in graph guides
` [PATCH v10 00/16] graph enhancement for multi-core dispatch
` [PATCH v10 01/16] graph: rename rte_graph_work as common
` [PATCH v10 02/16] graph: split graph worker into common and default model
` [PATCH v10 03/16] graph: move node process into inline function
` [PATCH v10 04/16] graph: add get/set graph worker model APIs
` [PATCH v10 05/16] graph: introduce graph node core affinity API
` [PATCH v10 06/16] graph: introduce graph bind unbind API
` [PATCH v10 07/16] graph: move node clone name func into private as common
` [PATCH v10 08/16] graph: introduce graph clone API for other worker core
` [PATCH v10 09/16] graph: add structure for stream moving between cores
` [PATCH v10 10/16] graph: introduce stream moving cross cores
` [EXT] "
` [PATCH v10 11/16] graph: enable create and destroy graph scheduling workqueue
` [EXT] "
` [PATCH v10 12/16] graph: introduce graph walk by cross-core dispatch
` [EXT] "
` [PATCH v10 13/16] graph: enable graph multicore dispatch scheduler model
` [EXT] "
` [PATCH v10 14/16] graph: add stats for mcore dispatch model
` [EXT] "
` [PATCH v10 15/16] test/graph: add functional tests "
` [EXT] "
` [PATCH v10 16/16] examples/l3fwd-graph: introduce mcore dispatch worker model
` [EXT] "
` [PATCH v11 00/16] graph enhancement for multi-core dispatch
` [PATCH v11 01/16] graph: rename rte_graph_work as common
` [PATCH v11 02/16] graph: split graph worker into common and default model
` [PATCH v11 03/16] graph: move node process into inline function
` [PATCH v11 04/16] graph: add get/set graph worker model APIs
` [PATCH v11 05/16] graph: introduce graph node core affinity API
` [PATCH v11 06/16] graph: introduce graph bind unbind API
` [PATCH v11 07/16] graph: move node clone name func into private as common
` [PATCH v11 08/16] graph: introduce graph clone API for other worker core
` [PATCH v11 09/16] graph: add structure for stream moving between cores
` [PATCH v11 10/16] graph: introduce stream moving cross cores
` [PATCH v11 11/16] graph: enable create and destroy graph scheduling workqueue
` [PATCH v11 12/16] graph: introduce graph walk by cross-core dispatch
` [PATCH v11 13/16] graph: enable graph multicore dispatch scheduler model
` [PATCH v11 14/16] graph: add stats for mcore dispatch model
` [PATCH v11 15/16] test/graph: add functional tests "
` [PATCH v11 16/16] examples/l3fwd-graph: introduce mcore dispatch worker model
[PATCH] bitmap: add scan init at given position
2023-06-08 14:50 UTC (4+ messages)
[PATCH] net/nfp: fix callback function pointer of disabling promisc
2023-06-08 14:50 UTC (2+ messages)
[PATCH v4] app/testpmd: expand noisy neighbour forward mode support
2023-06-08 14:32 UTC (10+ messages)
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v7] "
[PATCH v5 00/26] Add VDUSE support to Vhost library
2023-06-08 14:29 UTC (12+ messages)
` [PATCH v5 24/26] vhost: add VDUSE device startup
` [PATCH v5 26/26] vhost: add VDUSE device stop
[PATCH v1] event/dlb2: add support for disabling PASID
2023-06-08 14:25 UTC (6+ messages)
[PATCH] net/mlx5: fix actions template expansion
2023-06-08 13:59 UTC (2+ messages)
[RFC] ring: improve ring performance with C11 atomics
2023-06-08 13:21 UTC (2+ messages)
[PATCH v5] crypto/qat: support to enable insecure algorithms
2023-06-08 13:14 UTC (3+ messages)
` [PATCH v6] "
[PATCH v1] common/qat: fix qat_dev_cmd_param corruption
2023-06-08 13:08 UTC (2+ messages)
[PATCH v3 0/4] Support VFIO sparse mmap in PCI bus
2023-06-08 12:47 UTC (10+ messages)
` [PATCH v4 "
[PATCH 0/3] net/sfc: support VLAN stripping offload
2023-06-08 12:37 UTC (6+ messages)
` [PATCH v4 "
` [PATCH v4 2/3] common/sfc_efx/base: add support to enable VLAN stripping
[PATCH 00/34] net/sfc: support HW conntrack assistance
2023-06-08 12:33 UTC (3+ messages)
` [PATCH v4 "
[PATCH v4] crypto/qat: default to IPsec MB for computations
2023-06-08 12:25 UTC (3+ messages)
` [PATCH v5] "
[PATCH v2 0/6] changes for 23.07
2023-06-08 11:53 UTC (3+ messages)
[PATCH] app/testpmd: fix IPv6 tunnel packet checksum error
2023-06-08 10:19 UTC (2+ messages)
` [PATCH v2] net/ice:fix tunnel packet TX descriptor error
[PATCH] bus/pci: fix missing MMIO APIs in Windows
2023-06-08 10:04 UTC (4+ messages)
[PATCH v4 0/3] SM2 crypto algorithm support
2023-06-08 9:46 UTC (5+ messages)
` [PATCH v4 1/3] cryptodev: add SM2 asymmetric crypto algorithm
` [PATCH v4 2/3] test/crypto: add asymmetric SM2 test cases
` [PATCH v4 3/3] crypto/openssl: add SM2 asymmetric crypto support
[PATCH v1 0/1] doc: accounce change in bbdev extension
2023-06-08 8:47 UTC (8+ messages)
` [PATCH v1 1/1] doc: announce change in bbdev api related to operation extension
[PATCH] app/dma-perf: introduce dma-perf application
2023-06-08 8:43 UTC (5+ messages)
` [PATCH v4] "
` [PATCH v5] "
[PATCH] eal/linux: register mp hotplug callback after memory init
2023-06-08 8:08 UTC (5+ messages)
` [External] "
` [PATCH v2] "
[PATCH v2] cryptodev: avoid algorithm strings null pointers
2023-06-08 8:03 UTC
[Bug 1245] Windows build failure with clang (unresolved external symbol)
2023-06-08 6:34 UTC
[PATCH] cryptodev: avoid algorithm strings null pointers
2023-06-08 5:31 UTC
[PATCH 1/2] config/arm: update config for Neoverse N2
2023-06-08 5:25 UTC (5+ messages)
` [EXT] "
[RFC v2 0/3] add frequency adjustment support for PTP timesync
2023-06-08 4:05 UTC (6+ messages)
` [RFC v3 "
[PATCH] doc: announce inclusive naming macro name changes
2023-06-08 3:04 UTC (2+ messages)
[PATCH] doc: announce inclusive naming function name changes
2023-06-08 3:04 UTC (2+ messages)
[PATCH] net/bonding: fix destroy dedicated queues flow
2023-06-08 2:59 UTC
[PATCH] net/tap: resolve stringop-overflow with gcc 12 on ppc64le
2023-06-08 2:02 UTC (9+ messages)
` [PATCH v2] "
[PATCH 00/10] support telemetry query ethdev info
2023-06-08 2:01 UTC (4+ messages)
` [PATCH v2 00/13] "
[PATCH v7] mem: telemetry support for memseg and element information
2023-06-07 20:40 UTC (3+ messages)
` [PATCH v8] "
[PATCH v4] eal: fix eal init may failed when too much continuous memsegs under legacy mode
2023-06-07 20:32 UTC (2+ messages)
[RFC PATCH 0/3] improve FEC API usage
2023-06-07 18:41 UTC (4+ messages)
` [RFC PATCH v2 "
[PATCH v2] app/test-pmd: fix not polling all queues without deferred starting
2023-06-07 18:12 UTC (6+ messages)
` [PATCH v3] "
[PATCH] drivers: fix vmxnet3 return wrong error code in initializing
2023-06-07 17:57 UTC (6+ messages)
` [PATCH v2] net/vmxnet3: fix return "
` [PATCH v3] "
` [PATCH] "
[PATCH 1/1] app/mldev: add internal function for file read
2023-06-07 17:24 UTC (8+ messages)
` [PATCH v4] "
` [EXT] "
` [PATCH v5] "
` [EXT] "
` [PATCH v6] "
[PATCH 0/3] use C11 memory model GCC builtin atomics
2023-06-07 16:46 UTC (6+ messages)
[PATCH] eal/x86: remove redundant round to improve performance
2023-06-07 16:44 UTC (3+ messages)
[PATCH 00/15] net/cnxk: add MACsec support
2023-06-07 15:28 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 11/15] common/cnxk: derive hash key for MACsec
` [PATCH v2 12/15] net/cnxk: add MACsec initialization
` [PATCH v2 13/15] net/cnxk: create/destroy MACsec SC/SA
` [PATCH v2 14/15] net/cnxk: add MACsec session and flow configuration
` [PATCH v2 15/15] net/cnxk: add MACsec stats
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).