DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/4] app: introduce testgraph application
 2023-05-29 17:29 UTC  (3+ messages)
` [PATCH 1/4] node: add pkt punt to kernel node

[PATCH 1/3] ip_frag: optimize key compare and hash generation
 2023-05-29 14:55 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] ip_frag: improve reassembly lookup performance
      ` [EXT] "
  ` [PATCH v3 1/2] ip_frag: optimize key compare and hash generation
    ` [PATCH v3 2/2] test: add reassembly perf test

2022 DPDK CVE Summary Report
 2023-05-29 14:27 UTC 

[PATCH v2 0/3] add support for infiniband BTH match
 2023-05-29 13:36 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] net/mlx5/hws: "

[PATCH 00/11] net/hns3: add some bugfixes for hns3
 2023-05-29 13:09 UTC  (12+ messages)
` [PATCH 01/11] net/hns3: fix uninitialized RTC time
` [PATCH 02/11] net/hns3: fix unenabled RTC time after reset
` [PATCH 03/11] net/hns3: add the uninitialization process of PTP
` [PATCH 04/11] net/hns3: extract a PTP header file
` [PATCH 05/11] net/hns3: fix mbuf leak when start rxq in resetting
` [PATCH 06/11] net/hns3: fix mbuf leak when start rxq after resetting
` [PATCH 07/11] net/hns3: fix no errcode returned when failed to init queue
` [PATCH 08/11] net/hns3: fix uninitialized variable
` [PATCH 09/11] net/hns3: make code more clean
` [PATCH 10/11] net/hns3: fix inaccurate log
` [PATCH 11/11] net/hns3: remove log redundant line break

[PATCH 00/14] rte_pktmbuf_mtod_offset usage
 2023-05-29 12:47 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 08/14] crypto/ipsec_mb: use rte_pktmbuf_mtod_offset

[PATCH] eal: fix prompt info when remap_segment failed
 2023-05-29 11:21 UTC 

[PATCH v4] eal: fix eal init may failed when too much continuous memsegs under legacy mode
 2023-05-29 11:21 UTC 

[PATCH v3] eal: fix eal init may failed when too much continuous memsegs under legacy mode
 2023-05-29 11:20 UTC  (4+ messages)
    ` [External] "

[PATCH 1/2] cryptodev: update raw datapath API documentation
 2023-05-29 10:53 UTC  (3+ messages)

[Bug 1241] DPDK 18.11.5: i40e PMD fails to start X710 port when set mtu
 2023-05-29 10:47 UTC 

[PATCH v3] crypto/qat: support to enable insecure algorithms
 2023-05-29 10:45 UTC  (3+ messages)
` [PATCH v5] "
  ` [PATCH v6] "

[PATCH v7] enhance NUMA affinity heuristic
 2023-05-29 10:37 UTC  (5+ messages)
` [PATCH v8] "

[Bug 1240] [dpdk-23.07] meson_test/test_fasts: test eal_flags_file_prefix_autotest failed with `-a xx:xx.x ` parameter
 2023-05-29  9:50 UTC 

[PATCH 1/2] mempool/cnxk: avoid indefinite wait
 2023-05-29  9:25 UTC  (5+ messages)
` [PATCH 2/2] common/cnxk: add new APIs for batch operations
` [PATCH v2 1/2] mempool/cnxk: fix indefinite wait in batch alloc
  ` [PATCH v2 2/2] common/cnxk: add new APIs for batch operations

[PATCH v2 0/4] Support VFIO sparse mmap in PCI bus
 2023-05-29  9:25 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] bus/pci: introduce an internal representation of PCI device
    ` [EXT] "
  ` [PATCH v3 2/4] bus/pci: avoid depending on private value in kernel source
    ` [EXT] "
  ` [PATCH v3 3/4] bus/pci: introduce helper for MMIO read and write
    ` [EXT] "
  ` [PATCH v3 4/4] bus/pci: add VFIO sparse mmap support
    ` [EXT] "

[dpdk-dev] [PATCH v1] drivers/cnxk: improve the build time for non arm64 build
 2023-05-29  9:23 UTC 

[PATCH v5 1/2] cryptodev: support SM3_HMAC,SM4_CFB and SM4_OFB
 2023-05-29  8:30 UTC  (2+ messages)
` [PATCH v5 2/2] test/crypto: Add SM3/SM4 test vectors for verification in test app

[PATCH 1/2] config/arm: update config for Neoverse N2
 2023-05-29  8:12 UTC  (4+ messages)
` [PATCH 2/2] build: fix warning when running external command

[PATCH 0/2] Enable generic Arm build
 2023-05-29  7:37 UTC  (10+ messages)
` [PATCH 1/2] config/arm: Do not require processor information

[PATCH v2 0/3] SM2 crypto algorithm support
 2023-05-29  7:28 UTC  (4+ messages)
` [PATCH v2 1/3] cryptodev: add SM2 asymmetric crypto algorithm

[PATCH v3 00/28] Add VDUSE support to Vhost library
 2023-05-29  6:53 UTC  (17+ messages)
` [PATCH v3 07/28] vhost: change to single IOTLB cache per device
` [PATCH v3 09/28] vhost: add page size info to IOTLB entry
` [PATCH v3 12/28] vhost: add IOTLB cache entry removal callback
` [PATCH v3 13/28] vhost: add helper for IOTLB misses
` [PATCH v3 17/28] vhost: add control virtqueue support
` [PATCH v3 20/28] vhost: add VDUSE callback for IOTLB entry removal
` [PATCH v3 25/28] vhost: add support for VDUSE IOTLB update event
` [PATCH v3 28/28] vhost: add VDUSE device stop

"Thread safety" in rte_flow
 2023-05-29  6:33 UTC  (2+ messages)

[PATCH 1/3] lib: add IPv6 lookup node
 2023-05-29  6:27 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] examples/l3fwd-graph: add IPv6 lookup and rewrite support

[PATCH] ethdev: add indirect list flow action
 2023-05-29  6:14 UTC  (7+ messages)
` [PATCH v5 1/2] "
  ` [PATCH v5 2/2] ethdev: add indirect list METER_MARK update structures
` [PATCH v6] ethdev: add indirect list flow action

[PATCH] ethdev: fix indirect action convert
 2023-05-29  6:12 UTC  (2+ messages)

[PATCH] ethdev: add indirect list METER_MARK update structures
 2023-05-29  6:11 UTC  (4+ messages)
` [PATCH v2] ethdev: add indirect list METER_MARK flow update structure
` [PATCH v3] "

[PATCH v3 1/2] cryptodev: support SM3_HMAC,SM4_CFB and SM4_OFB
 2023-05-29  3:06 UTC  (3+ messages)
` [EXT] "
  ` 回复: "

[PATCH v4 1/2] cryptodev: support SM3_HMAC,SM4_CFB and SM4_OFB
 2023-05-29  3:03 UTC 

[PATCH] net/ice: init dvm mode for parser
 2023-05-29  2:32 UTC  (3+ messages)

[PATCH v2] app/test-pmd: fix not polling all queues without deferred starting
 2023-05-29  2:26 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3 1/3] net/iavf: support Rx timestamp offload on AVX512
 2023-05-29  2:23 UTC  (5+ messages)
` [PATCH v4 0/3] Enable iavf Rx Timestamp offload on vector path
  ` [PATCH v4 1/3] net/iavf: support Rx timestamp offload on AVX512
  ` [PATCH v4 2/3] net/iavf: support Rx timestamp offload on AVX2
  ` [PATCH v4 3/3] net/iavf: support Rx timestamp offload on SSE

[PATCH] net/mana: suppress TX CQE generation whenever possible
 2023-05-29  1:41 UTC  (5+ messages)
` [PATCH v2] "
  ` EXTERNAL] [PATCH ] Add checks for the port capabilties
      ` [EXTERNAL] "

Hugepage migration
 2023-05-28 20:07 UTC 

[PATCH v2] crypto/qat: add SM3 HMAC to gen4 devices
 2023-05-28 17:36 UTC 

[PATCH v2 0/4] Replace obsolote test cases
 2023-05-28 17:35 UTC  (5+ messages)
` [PATCH v2 1/4] app/test: remove testsuite calls from ut setup
` [PATCH v2 2/4] app/test: refactor mod exp test case
` [PATCH v2 3/4] app/test: refactor mod inv tests
` [PATCH v2 4/4] app/test: add rsa kat and pwct tests

[PATCH v1] app/testpmd: set srv6 header without any TLV
 2023-05-28 14:39 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix drop action attribute validation
 2023-05-28 12:17 UTC  (2+ messages)

[PATCH V3] lib: set/get max memzone segments
 2023-05-28 12:09 UTC  (4+ messages)
` [PATCH v4] "
    ` [EXT] "

[Bug 1239] VMXNET 3 returned the wrong error code in initializing
 2023-05-28 10:23 UTC 

[PATCH v3 00/22] lib: add pdcp protocol
 2023-05-27  8:59 UTC  (72+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/22] net: add PDCP header
  ` [PATCH v4 02/22] lib: add pdcp protocol
  ` [PATCH v4 03/22] pdcp: add pre and post-process
  ` [PATCH v4 04/22] pdcp: add packet group
  ` [PATCH v4 05/22] pdcp: add crypto session create and destroy
  ` [PATCH v4 06/22] pdcp: add pre and post process for UL
  ` [PATCH v4 07/22] pdcp: add pre and post process for DL
  ` [PATCH v4 08/22] pdcp: add IV generation routines
  ` [PATCH v4 09/22] app/test: add lib pdcp tests
  ` [PATCH v4 10/22] test/pdcp: pdcp HFN tests in combined mode
  ` [PATCH v4 11/22] doc: add PDCP library guide
  ` [PATCH v4 12/22] pdcp: add control PDU handling for status report
  ` [PATCH v4 13/22] pdcp: implement t-Reordering and packet buffering
  ` [PATCH v4 14/22] test/pdcp: add in-order delivery cases
  ` [PATCH v4 15/22] pdcp: add timer callback handlers
  ` [PATCH v4 16/22] pdcp: add timer expiry handle
  ` [PATCH v4 17/22] test/pdcp: add timer expiry cases
  ` [PATCH v4 18/22] test/pdcp: add timer restart case
  ` [PATCH v4 19/22] pdcp: add support for status report
  ` [PATCH v4 20/22] pdcp: allocate reorder buffer alongside with entity
  ` [PATCH v4 21/22] pdcp: add thread safe processing
      ` [EXT] "
  ` [PATCH v4 22/22] test/pdcp: add PDCP status report cases
  ` [PATCH v5 00/21] lib: add pdcp protocol
    ` [PATCH v5 01/21] net: add PDCP header
    ` [PATCH v5 02/21] lib: add pdcp protocol
    ` [PATCH v5 03/21] pdcp: add pre and post-process
    ` [PATCH v5 04/21] pdcp: add packet group
    ` [PATCH v5 05/21] pdcp: add crypto session create and destroy
    ` [PATCH v5 06/21] pdcp: add pre and post process for UL
    ` [PATCH v5 07/21] pdcp: add pre and post process for DL
    ` [PATCH v5 08/21] pdcp: add IV generation routines
    ` [PATCH v5 09/21] app/test: add lib pdcp tests
    ` [PATCH v5 10/21] test/pdcp: pdcp HFN tests in combined mode
    ` [PATCH v5 11/21] doc: add PDCP library guide
    ` [PATCH v5 12/21] pdcp: add control PDU handling for status report
    ` [PATCH v5 13/21] pdcp: implement t-Reordering and packet buffering
    ` [PATCH v5 14/21] test/pdcp: add in-order delivery cases
    ` [PATCH v5 15/21] pdcp: add timer callback handlers
    ` [PATCH v5 16/21] pdcp: add timer expiry handle
    ` [PATCH v5 17/21] test/pdcp: add timer expiry cases
    ` [PATCH v5 18/21] test/pdcp: add timer restart case
    ` [PATCH v5 19/21] pdcp: add support for status report
    ` [PATCH v5 20/21] pdcp: allocate reorder buffer alongside with entity
    ` [PATCH v5 21/21] test/pdcp: add PDCP status report cases

[PATCH V5 0/5] app/testpmd: support multiple process attach and detach port
 2023-05-27  2:11 UTC  (10+ messages)
  ` [PATCH V5 2/5] ethdev: fix skip valid port in probing callback
` [PATCH V6 0/5] app/testpmd: support multiple process attach and detach port
  ` [PATCH V6 1/5] drivers/bus: restore driver assignment at front of probing
  ` [PATCH V6 2/5] ethdev: fix skip valid port in probing callback
  ` [PATCH V6 3/5] app/testpmd: check the validity of the port
  ` [PATCH V6 4/5] app/testpmd: add attach and detach port for multiple process
  ` [PATCH V6 5/5] app/testpmd: stop forwarding in new or destroy event

[PATCH] dmadev: add tracepoints
 2023-05-27  0:17 UTC  (4+ messages)
` [PATCH v3] "

Generic flow string parser
 2023-05-26 22:35 UTC  (3+ messages)

[PATCH v3] app/testpmd: expand noisy neighbour forward mode support
 2023-05-26 17:32 UTC  (3+ messages)

[PATCH v1] power: support amd-pstate cpufreq driver
 2023-05-26 16:54 UTC  (4+ messages)

[PATCH 0/4] Replace obsolote test cases
 2023-05-26 14:47 UTC  (5+ messages)
` [PATCH 2/4] app/test: refactor mod exp test case
` [PATCH 3/4] app/test: refactor mod inv tests

[PATCH] common/cnxk: add new APIs for batch operations
 2023-05-26 13:29 UTC 

[RFC v2 0/2] add DTS smoke tests
 2023-05-26 13:24 UTC  (8+ messages)
` [RFC v2 1/2] dts: add "

[PATCH] net/ice: CVL support double vlan
 2023-05-26 11:10 UTC  (4+ messages)
` [PATCH v2] net/ice: "

[PATCH 1/2] event/cnxk: fix ns to ticks conversion
 2023-05-26 10:31 UTC  (2+ messages)

[PATCH v3] crypto/qat: default to IPsec MB for pre and post computes
 2023-05-26 10:26 UTC  (2+ messages)
` [PATCH v4] crypto/qat: default to IPsec MB for computations

[PATCH 0/5] Support and test inline MACsec for cnxk
 2023-05-26 10:23 UTC  (8+ messages)
` [PATCH 00/15] net/cnxk: add MACsec support
  ` [PATCH 02/15] common/cnxk: add MACsec SA configuration
  ` [PATCH 05/15] common/cnxk: add MACsec PN and LMAC mode configuration
  ` [PATCH 09/15] common/cnxk: add MACsec control port configuration

[PATCH v5 00/15] graph enhancement for multi-core dispatch
 2023-05-26 10:04 UTC  (23+ messages)
` [PATCH v6 "
  ` [PATCH v6 06/15] graph: introduce graph bind unbind API
  ` [PATCH v6 07/15] graph: introduce graph clone API for other worker core
  ` [PATCH v6 08/15] graph: add struct for stream moving between cores
  ` [PATCH v6 09/15] graph: introduce stream moving cross cores
  ` [PATCH v6 12/15] graph: enable graph multicore dispatch scheduler model
  ` [PATCH v6 13/15] graph: add stats for cross-core dispatching
  ` [PATCH v6 15/15] doc: update multicore dispatch model in graph guides

page:  |  | 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).