DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create()
 2023-02-27 18:26 UTC  (2+ messages)
` [EXT] "

[PATCH] app/test: enable SG tests for cn10k
 2023-02-27 18:23 UTC  (2+ messages)

[PATCH v2 0/8] compress/mlx5: add LZ4 support
 2023-02-27 18:17 UTC  (3+ messages)
` [PATCH v3 "
  ` [EXT] "

[PATCH v2] examples/ipsec-secgw: set AES-CTR IV length to 16
 2023-02-27 17:45 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 00/11] fixes and improvements to cnxk crypto PMD
 2023-02-27 17:38 UTC  (13+ messages)
` [PATCH v2 01/11] common/cnxk: fix incorrect auth key length
` [PATCH v2 02/11] crypto/cnxk: make sg version check const
` [PATCH v2 03/11] crypto/cnxk: use version field directly
` [PATCH v2 04/11] crypto/cnxk: use direct mode for zero aad length
` [PATCH v2 05/11] crypto/cnxk: set ctx for AE
` [PATCH v2 06/11] common/cnxk: ensure flush inval completion with CSR read
` [PATCH v2 07/11] common/cnxk: add errata function for CPT set ctx
` [PATCH v2 08/11] common/cnxk: replace CPT revision check with caps
` [PATCH v2 09/11] crypto/cnxk: support cn10k IPsec SG mode
` [PATCH v2 10/11] crypto/cnxk: fix order of ECFPM params
` [PATCH v2 11/11] crypto/cnxk: add model check for pdcp chain

[PATCH 00/11] fixes and improvements to cnxk crypto PMD
 2023-02-27 17:38 UTC  (13+ messages)
` [PATCH 01/11] common/cnxk: fix incorrect auth key length
` [PATCH 02/11] crypto/cnxk: make sg version check const
` [PATCH 03/11] crypto/cnxk: use version field directly
` [PATCH 04/11] crypto/cnxk: use direct mode for zero aad length
` [PATCH 05/11] crypto/cnxk: set ctx for AE
` [PATCH 06/11] common/cnxk: ensure flush inval completion with CSR read
` [PATCH 07/11] common/cnxk: add errata function for CPT set ctx
` [PATCH 08/11] common/cnxk: replace CPT revision check with caps
` [PATCH 09/11] crypto/cnxk: support cn10k IPsec SG mode
` [PATCH 10/11] crypto/cnxk: fix order of ECFPM params
` [PATCH 11/11] crypto/cnxk: add model check for pdcp chain

[PATCH 1/3] examples/ipsec-secgw: fix auth IV length
 2023-02-27 17:34 UTC  (3+ messages)

[v1, 00/10] fips_validation application improvements
 2023-02-27 17:27 UTC  (23+ messages)
` [v1, 01/10] examples/fips_validation: fix MCT output for SHA
` [v1, 02/10] examples/fips_validation: add SHA3 validation
` [v1, 03/10] examples/fips_validation: fix integer parse in test case
` [v1, 04/10] examples/fips_validation: add SHAKE validation
` [v1, 05/10] examples/fips_validation: add CCM JSON validation
` [v1, 06/10] examples/fips_validation: add ECDSA keygen support
` [v1, 07/10] examples/fips_validation: add SHA3 algorithms in ECDSA test
` [v1, 08/10] examples/fips_validation: fix AES GCM validation tests
` [v1, 09/10] examples/fips_validation: fix AES XTS to read seq number
` [v1, 10/10] examples/fips_validation: add extra space in JSON buffer

[PATCH] eal: fix thread race in control thread creation
 2023-02-27 17:17 UTC 

[PATCH] app/testeventdev: add cipher alg option for cryptodev
 2023-02-27 16:35 UTC  (2+ messages)
` [EXT] "

[PATCH] app/eventdev_dump: introduce eventdev_dump application
 2023-02-27 16:33 UTC  (3+ messages)
` [PATCH v6] app/procinfo: display eventdev xstats for PMD data

[PATCH] event/cnxk: add WQE stashing support
 2023-02-27 16:30 UTC  (2+ messages)

[PATCH 00/14] Enable lock annotations on most libraries and drivers
 2023-02-27 16:28 UTC  (46+ messages)
` [PATCH 01/14] malloc: rework heap lock handling
` [PATCH 02/14] mem: rework malloc heap init
` [PATCH 03/14] mem: annotate shared memory config locks
` [PATCH 04/14] hash: annotate cuckoo hash lock
` [PATCH 05/14] graph: annotate graph lock
` [PATCH 06/14] drivers: inherit lock annotations for Intel drivers
` [PATCH 07/14] net/cxgbe: inherit lock annotations
` [PATCH 08/14] net/fm10k: annotate mailbox lock
` [PATCH 09/14] net/sfc: rework locking in proxy code
` [PATCH 10/14] net/sfc: inherit lock annotations
` [PATCH 11/14] net/virtio: annotate lock for guest announce
` [PATCH 12/14] raw/ifpga: inherit lock annotations
` [PATCH 13/14] vdpa/sfc: "
` [PATCH 14/14] enable lock check
` [PATCH v2 00/20] Enable lock annotations on most libraries and drivers
  ` [PATCH v2 01/20] malloc: rework heap lock handling
  ` [PATCH v2 02/20] mem: rework malloc heap init
  ` [PATCH v2 03/20] mem: annotate shared memory config locks
  ` [PATCH v2 04/20] hash: annotate cuckoo hash lock
  ` [PATCH v2 05/20] graph: annotate graph lock
  ` [PATCH v2 06/20] drivers: inherit lock annotations for Intel drivers
  ` [PATCH v2 07/20] net/cxgbe: inherit lock annotations
  ` [PATCH v2 08/20] net/fm10k: annotate mailbox lock
  ` [PATCH v2 09/20] net/sfc: rework locking in proxy code
  ` [PATCH v2 10/20] net/sfc: inherit lock annotations
  ` [PATCH v2 11/20] net/virtio: annotate lock for guest announce
  ` [PATCH v2 12/20] raw/ifpga: inherit lock annotations
  ` [PATCH v2 13/20] vdpa/sfc: "
  ` [PATCH v2 14/20] ipc: annotate pthread mutex
  ` [PATCH v2 15/20] ethdev: "
  ` [PATCH v2 16/20] net/failsafe: fix mutex locking
  ` [PATCH v2 17/20] net/failsafe: annotate pthread mutex
  ` [PATCH v2 18/20] net/hinic: "
  ` [PATCH v2 19/20] eal/windows: disable lock check on alarm code
  ` [PATCH v2 20/20] enable lock check

[PATCH] vhost: fix OOB access for invalid vid
 2023-02-27 16:19 UTC  (2+ messages)

[PATCH] service: split tests to perf and autotest to avoid spurious CI failures
 2023-02-27 16:08 UTC  (2+ messages)

[PATCH v6 00/21] add support for cpfl PMD in DPDK
 2023-02-27 15:45 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/21] net/cpfl: support device initialization

[PATCH v1 00/37] Implementation of ML CNXK driver
 2023-02-27 10:42 UTC  (4+ messages)
` [PATCH v5 00/39] "
  ` [PATCH v5 28/39] ml/cnxk: add internal function for sync mode run

Bug in rte_mempool_do_generic_get?
 2023-02-27 10:39 UTC  (8+ messages)

[PATCH v3 6/7] doc/mlx5: update mlx5 doc
 2023-02-27 10:27 UTC  (3+ messages)
` [PATCH v4 0/6] add flex item implementation

[RFC PATCH] drivers/net: fix RSS multi-queue mode check
 2023-02-27  9:57 UTC  (3+ messages)

[PATCH v2 00/16] test/bbdev: changes for 23.03
 2023-02-27  9:44 UTC  (7+ messages)
` [PATCH v2 04/16] test/bbdev: add timeout for latency tests

[PATCH v10 0/6] add trace points in ethdev library
 2023-02-27  9:38 UTC  (4+ messages)
` [PATCH v11 "

[PATCH v10 0/4] add support for self monitoring
 2023-02-27  9:19 UTC  (15+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/4] lib: add generic support for reading PMU events
      ` [EXT] "

[PATCH v1 0/1] doc: PMD update
 2023-02-27  9:04 UTC  (3+ messages)
` [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD

DPDK Release Status Meeting 2023-02-23
 2023-02-27  8:41 UTC 

[PATCH] test/service: fix spurious failures by extending timeout
 2023-02-27  8:41 UTC  (9+ messages)
` [PATCH v3] "

[PATCH v4 00/10] dts: add hello world testcase
 2023-02-27  8:28 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 10/10] doc: update DTS setup and test suite cookbook

[PATCH v10 0/2] zero-copy get and put functions
 2023-02-27  7:12 UTC  (4+ messages)
` [PATCH v10 1/2] mempool cache: add "
` [PATCH v10 2/2] net/i40e: replace put function

[PATCH v1 00/12] implement mldev test application
 2023-02-27  6:11 UTC  (6+ messages)
` [PATCH v4 00/12] Implementation of "
  ` [PATCH v4 05/12] app/mldev: add ordered inference test case
  ` [PATCH v4 09/12] app/mldev: enable support for inference batches

[PATCH] net/iavf: fix iavf query stats in intr thread
 2023-02-27  6:02 UTC  (3+ messages)

[PATCH v1] net/idpf: fix datapath function configuration
 2023-02-27  5:36 UTC 

[PATCH 1/2] eventdev: fix race condition in fast-path set function
 2023-02-27  2:56 UTC  (13+ messages)
` [PATCH 2/2] ethdev: fix race condition in fast-path ops setup

[PATCH v5] net/i40e: rework maximum frame size configuration
 2023-02-27  0:35 UTC  (3+ messages)
` [PATCH v6] "

[PATCH 1/2] common/cnxk: add cnf10ka A1 platform
 2023-02-26 22:30 UTC  (3+ messages)
` [PATCH 2/2] common/cnxk: add cn10ka B0 platform

[PATCH v1 00/13] graph enhancement for multi-core dispatch
 2023-02-26 22:23 UTC  (23+ messages)
` [PATCH v1 01/13] graph: split graph worker into common and default model
` [PATCH v1 03/13] graph: add macro to walk on graph circular buffer
` [PATCH v1 04/13] graph: add get/set graph worker model APIs
` [PATCH v1 05/13] graph: introduce core affinity API
` [PATCH v1 06/13] graph: introduce graph "
` [PATCH v1 08/13] graph: introduce stream moving cross cores
` [PATCH v1 13/13] examples/l3fwd-graph: introduce generic worker model

[Bug 1167] apps segfault at startup in debug mode
 2023-02-26 18:21 UTC 

[PATCH 0/3] add new PHY affinity support in MLX5 PMD
 2023-02-26 14:35 UTC  (3+ messages)
` [PATCH v2 0/3] Add Tx queue mapping of aggregated ports "

[PATCH v3] net/mlx5: support live migration
 2023-02-26 11:09 UTC  (2+ messages)

[PATCH] net/mlx5: fix ESP item validation in Verbs interface
 2023-02-26 11:08 UTC  (2+ messages)

[PATCH] eal: add nonnull and access function attributes
 2023-02-26  9:21 UTC  (4+ messages)
` [PATCH v7 1/4] net/bnx2x: fix warnings about rte_memcpy lengths
    ` Marvell QLogic bnx2x PMD support status

[PATCH] net/mlx5: reject flow template API reconfiguration
 2023-02-26  7:11 UTC  (2+ messages)

[PATCH 0/2] net/mlx5: fix representor matching
 2023-02-25 20:18 UTC  (3+ messages)
` [PATCH 1/2] net/mlx5: fix egress group translation in HWS
` [PATCH 2/2] net/mlx5: fix isolated mode when repr matching is disabled

[PATCH v2] lib/net: add MPLS insert and strip functionality
 2023-02-25 13:53 UTC  (4+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH 0/3] eal: rte_ctrl_thread_create API replacement
 2023-02-24 20:52 UTC  (7+ messages)
` [PATCH v6 0/3] eal: deprecate last use of pthread_t in public API
  ` [PATCH v6 1/3] eal: add rte thread create control API

[PATCH] net/mana: use RTE_LOG_DP for logs on datapath
 2023-02-24 17:51 UTC  (4+ messages)

[PATCH] vhost: fix madvise arguments alignment
 2023-02-24 15:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v1] eventdev/crypto: wrong crypto enqueue count stats
 2023-02-24 14:41 UTC  (2+ messages)

[PATCH v3] lib/net: add MPLS insert and strip functionality
 2023-02-24 11:06 UTC 

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2023-02-24  9:50 UTC  (12+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] ethdev: enable direct rearm with separate API
      ` 回复: "
  ` [PATCH v3 2/3] net/i40e: "
      ` 回复: "

[RFC 00/13] Replace static logtypes with static
 2023-02-24  9:45 UTC  (4+ messages)
` [PATCH v11 00/22] Convert static log type values in libraries
  ` [PATCH v11 21/22] hash: move rte_hash_set_alg out header

Devtool test-meson-build.sh failed
 2023-02-24  9:23 UTC  (3+ messages)

[PATCH 0/6] Testpmd code cleanup
 2023-02-24  9:11 UTC  (7+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 3/9] app/testpmd: rework ieee1588 engine fwd configuration
` [PATCH v3 0/9] Testpmd code cleanup
  ` [PATCH v3 2/9] app/testpmd: fix packet count in ieee15888 engine

[Bug 1166] [dpdk-23.03][asan]suite/name: AddressSanitizer: stack-buffer-overflow error when quit testpmd
 2023-02-24  5:35 UTC 

[PATCH] net/idpf: add hw stats ierrors
 2023-02-24  3:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/iavf: fix avx512 Tx path
 2023-02-24  2:45 UTC  (3+ messages)

[PATCH] common/idpf: fix Rx queue configuration
 2023-02-24  2:36 UTC  (3+ messages)

[PATCH] eal: abstract compiler atomics
 2023-02-23 19:11 UTC  (5+ messages)
` [PATCH v2] "

rte_pktmbuf_alloc() is returning same address on two consecutive calls
 2023-02-23 18:01 UTC  (2+ messages)

[PATCH] common/mlx5: replace use of PMD logtype
 2023-02-23 17:41 UTC 

[PATCH v1 1/9] baseband/acc: protection for TB negative scenario
 2023-02-23 17:25 UTC  (5+ messages)
` [PATCH v2 0/9] baseband/acc: VRB PMD fixes
  ` [PATCH v2 1/9] baseband/acc: protection for TB negative scenario

Minutes of Technical Board Meeting, 2023-02-22
 2023-02-23 17:21 UTC 

[PATCH] net/nfp: write link speed to control BAR
 2023-02-23 16:39 UTC  (2+ messages)

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