DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2 1/3] eventdev: introduce event dispatcher
 2023-09-19 10:58 UTC  (6+ messages)
` [PATCH v3 0/3] Add dispatcher library
  ` [PATCH v3 1/3] lib: introduce "

[PATCH v1] crypto/ipsec_mb: add digest encrypted feature in AESNI_MB
 2023-09-19 10:42 UTC  (5+ messages)
` [PATCH v9 0/3] Add Digest Encrypted to aesni_mb PMD
  ` [PATCH v9 1/3] crypto/ipsec_mb: add digest encrypted feature
  ` [PATCH v9 2/3] test/crypto: fix IV in some vectors
  ` [PATCH v9 3/3] test/crypto: fix failing synchronous tests

[PATCH] usertools/pmdinfo: fix usage typos
 2023-09-19 10:20 UTC 

[PATCH] testpmd: add hairpin-map parameter
 2023-09-19 10:10 UTC 

[RFC PATCH] ethdev: introduce NAT64 action
 2023-09-19 10:05 UTC  (2+ messages)

[PATCH] ethdev: add packet type matching item
 2023-09-19 10:02 UTC  (2+ messages)

[PATCH v1 0/7] VRB2 BBDEV PMD introduction
 2023-09-19  9:55 UTC  (9+ messages)
` [PATCH v1 1/7] bbdev: add FFT version member in driver info
` [PATCH v1 2/7] baseband/acc: add FFT version in the VRM PMD
` [PATCH v1 3/7] baseband/acc: remove the 4G SO capability for VRB1
` [PATCH v1 4/7] baseband/acc: allocate FCW memory separately
` [PATCH v1 5/7] baseband/acc: add support for MLD operation
` [PATCH v1 6/7] baseband/acc: introduce the new VRB2 variant
` [PATCH v1 7/7] baseband/acc: add configure helper for VRB2

[PATCH v2 00/27] refact the nfpcore module
 2023-09-19  9:54 UTC  (66+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/27] net/nfp: unify the indent coding style
  ` [PATCH v3 12/27] net/nfp: refact the hwinfo module
  ` [PATCH v3 19/27] net/nfp: refact the nsp module
  ` [PATCH v4 00/26] refact the nfpcore module
    ` [PATCH v4 01/26] net/nfp: explicitly compare to null and 0
    ` [PATCH v4 02/26] net/nfp: unify the indent coding style
    ` [PATCH v4 03/26] net/nfp: unify the type of integer variable
    ` [PATCH v4 04/26] net/nfp: remove the unneeded logic
    ` [PATCH v4 05/26] net/nfp: standard the local variable coding style
    ` [PATCH v4 06/26] net/nfp: adjust the log statement
    ` [PATCH v4 07/26] net/nfp: standard the comment style
    ` [PATCH v4 08/26] net/nfp: standard the blank character
    ` [PATCH v4 09/26] net/nfp: unify the guide line of header file
    ` [PATCH v4 10/26] net/nfp: rename some parameter and variable
    ` [PATCH v4 11/26] net/nfp: refact the hwinfo module
    ` [PATCH v4 12/26] net/nfp: refact the nffw module
    ` [PATCH v4 13/26] net/nfp: refact the mip module
    ` [PATCH v4 14/26] net/nfp: refact the rtsym module
    ` [PATCH v4 15/26] net/nfp: refact the resource module
    ` [PATCH v4 16/26] net/nfp: refact the target module
    ` [PATCH v4 17/26] net/nfp: add a new header file
    ` [PATCH v4 18/26] net/nfp: refact the nsp module
    ` [PATCH v4 19/26] net/nfp: refact the mutex module
    ` [PATCH v4 20/26] net/nfp: rename data field to sync with kernel driver
    ` [PATCH v4 21/26] net/nfp: add the dev module
    ` [PATCH v4 22/26] net/nfp: add header file for PCIe module
    ` [PATCH v4 23/26] net/nfp: refact the cppcore module
    ` [PATCH v4 24/26] net/nfp: refact the PCIe module
    ` [PATCH v4 25/26] net/nfp: refact the cppcore and "
    ` [PATCH v4 26/26] net/nfp: extend the usage of nfp BAR from 8 to 24
    ` [PATCH v5 00/26] refact the nfpcore module
      ` [PATCH v5 01/26] net/nfp: explicitly compare to null and 0
      ` [PATCH v5 02/26] net/nfp: unify the indent coding style
      ` [PATCH v5 03/26] net/nfp: unify the type of integer variable
      ` [PATCH v5 04/26] net/nfp: remove the unneeded logic
      ` [PATCH v5 05/26] net/nfp: standard the local variable coding style
      ` [PATCH v5 06/26] net/nfp: adjust the log statement
      ` [PATCH v5 07/26] net/nfp: standard the comment style
      ` [PATCH v5 08/26] net/nfp: standard the blank character
      ` [PATCH v5 09/26] net/nfp: unify the guide line of header file
      ` [PATCH v5 10/26] net/nfp: rename some parameter and variable
      ` [PATCH v5 11/26] net/nfp: refact the hwinfo module
      ` [PATCH v5 12/26] net/nfp: refact the nffw module
      ` [PATCH v5 13/26] net/nfp: refact the mip module
      ` [PATCH v5 14/26] net/nfp: refact the rtsym module
      ` [PATCH v5 15/26] net/nfp: refact the resource module
      ` [PATCH v5 16/26] net/nfp: refact the target module
      ` [PATCH v5 17/26] net/nfp: add a new header file
      ` [PATCH v5 18/26] net/nfp: refact the nsp module
      ` [PATCH v5 19/26] net/nfp: refact the mutex module
      ` [PATCH v5 20/26] net/nfp: rename data field to sync with kernel driver
      ` [PATCH v5 21/26] net/nfp: add the dev module
      ` [PATCH v5 22/26] net/nfp: add header file for PCIe module
      ` [PATCH v5 23/26] net/nfp: refact the cppcore module
      ` [PATCH v5 24/26] net/nfp: refact the PCIe module

Technical board meeting agenda for 2023-09-20
 2023-09-19  9:51 UTC  (2+ messages)
` [ADDENDUM] "

[PATCH 0/2] add checks for tests not in a suite
 2023-09-19  9:07 UTC  (4+ messages)

[PATCH 1/8] net/ntnic: initial commit which adds register defines
 2023-09-19  9:06 UTC  (6+ messages)
` [PATCH v16 "

[PATCH 00/14] Cleanup PCI(e) drivers
 2023-09-19  9:00 UTC  (16+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 04/15] bus/pci: find PCI capability
` [PATCH v3 00/15] Cleanup PCI(e) drivers
  ` [PATCH v3 04/15] bus/pci: find PCI capability
  ` [PATCH v3 12/15] pci: define some ACS constants
  ` [PATCH v3 13/15] pci: define some PRI constants
  ` [PATCH v3 14/15] pci: define some AER constants

[PATCH v1] net/cpfl: fix datapath function configuration
 2023-09-19  8:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] doc: fix code blocks in security guide
 2023-09-19  8:43 UTC  (4+ messages)
` [PATCH 2/2] doc: update "

[PATCH] test/security: fix IPv6 next header field
 2023-09-19  8:29 UTC  (2+ messages)

[PATCH v3 2/2] net/ice: fix scalar Tx path segment
 2023-09-19  8:15 UTC  (4+ messages)
` [PATCH v4 1/2] net/ice: fix scalar Rx "
  ` [PATCH v4 2/2] net/ice: fix scalar Tx "

[PATCH v1 0/2] add IPv6 extension push remove
 2023-09-19  8:12 UTC  (2+ messages)
` [PATCH v3] net/mlx5: add test for live migration

[PATCH 1/2] build: fix list_dir_globs failure in MSYS2
 2023-09-19  8:12 UTC  (2+ messages)

[PATCH v2] net/mlx5: add test for live migration
 2023-09-19  8:02 UTC 

[PATCH] net/mlx5: reuse reformat and modify header actions in a table
 2023-09-19  7:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] test/security: fix buffer leaks in error path
 2023-09-19  6:33 UTC  (3+ messages)
  ` [EXT] "

[PATCH v7 0/3] Add Digest Encrypted to aesni_mb PMD
 2023-09-19  6:02 UTC  (4+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/3] crypto/ipsec_mb: add digest encrypted feature
    ` [EXT] "

[PATCH] cryptodev: add missing doc
 2023-09-19  5:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] crypto/dpaa2_sec: fix debug prints
 2023-09-19  5:56 UTC  (2+ messages)
` [EXT] "

[PATCH] common/qat: enable gen4 c devices
 2023-09-19  5:49 UTC  (4+ messages)
` [PATCH v2] common/qat: enable QAT 2.0c devices
  ` [EXT] "

[PATCH v5 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
 2023-09-19  5:19 UTC  (27+ messages)
` [PATCH v5 03/32] net/sssnic: support probe and remove
` [PATCH v5 04/32] net/sssnic: initialize hardware base
` [PATCH v5 06/32] net/sssnic/base: add message definition and utility
` [PATCH v5 07/32] net/sssnic/base: add mailbox support
` [PATCH v5 08/32] net/sssnic/base: add work queue
` [PATCH v5 09/32] net/sssnic/base: add control queue

[PATCH] maintainers: update email address
 2023-09-19  3:44 UTC 

[PATCH 1/1] net/mana: add 32 bit short doorbell
 2023-09-19  3:38 UTC  (5+ messages)

[PATCH v2 1/1] net/mana: enable 32 bit build for mana driver
 2023-09-19  2:44 UTC  (3+ messages)

[PATCH v2 0/5] bbdev: API extension for 23.11
 2023-09-18 20:50 UTC  (13+ messages)
` [PATCH v2 1/5] bbdev: add operation type for MLDTS procession
` [PATCH v2 2/5] bbdev: add new capabilities for FFT processing
` [PATCH v2 3/5] bbdev: add new capability for FEC 5G UL processing
` [PATCH v2 4/5] bbdev: improving error handling for queue configuration
` [PATCH v2 5/5] devtools: ignore changes into bbdev experimental API

Process for adding a new driver?
 2023-09-18 19:58 UTC  (4+ messages)

[Bug 1290] rte_exit will hang if called from worker or service thread
 2023-09-18 18:53 UTC 

RFC - handling kvargs options without value
 2023-09-18 18:25 UTC 

[PATCH 00/36] fix Rx and Tx queue state
 2023-09-18 16:54 UTC  (5+ messages)
` [PATCH 31/36] net/softnic: "

[PATCH] eal: allow swapping of malloc heaps
 2023-09-18 16:44 UTC  (5+ messages)
` [PATCH v3 0/2] Enable apps to use external memory as native
  ` [PATCH v3 1/2] eal: add flag to indicate non-EAL malloc heaps
  ` [PATCH v3 2/2] eal: allow swapping of "

[PATCH v3 0/4] changes for 23.11
 2023-09-18 16:31 UTC  (5+ messages)
` [PATCH v3 1/4] baseband/fpga_5gnr_fec: renaming for consistency
` [PATCH v3 2/4] baseband/fpga_5gnr_fec: add Vista Creek variant
` [PATCH v3 3/4] baseband/fpga_5gnr_fec: add AGX100 support
` [PATCH v3 4/4] baseband/fpga_5gnr_fec: cosmetic comment changes

[PATCH 1/3] common/qat: limit configuration to the primary process
 2023-09-18 16:01 UTC  (4+ messages)
` [PATCH 2/3] common/qat: move command line params to the device struct

[PATCH 0/3] add frequency adjustment support for PTP timesync
 2023-09-18 14:55 UTC  (5+ messages)
` [PATCH 1/3] ethdev: add frequency adjustment API
` [PATCH 3/3] examples/ptpclient: add frequency adjustment support

[PATCH 0/2] check illegal packets
 2023-09-18 14:51 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v1 1/2] dmadev: add DMA operation structure
 2023-09-18 13:47 UTC  (6+ messages)
` [PATCH v1 2/2] dmadev: get DMA device using device ID
    ` [EXT] "
  ` [EXT] Re: [PATCH v1 1/2] dmadev: add DMA operation structure

[RFC PATCH 0/1] make cmdline library easier to use
 2023-09-18 13:03 UTC  (7+ messages)
` [RFC PATCH v2 0/5] use script to simplify use of cmdline lib
  ` [RFC PATCH v2 1/5] buildtools/dpdk-cmdline-gen: generate boilerplate for simple cmds
  ` [RFC PATCH v2 2/5] examples/simple_mp: auto-generate cmdline boilerplate
  ` [RFC PATCH v2 3/5] examples/hotplug_mp: "
  ` [RFC PATCH v2 4/5] buildtools/dpdk-cmdline-gen: add IP address support
  ` [RFC PATCH v2 5/5] examples/bond: auto-generate cmdline boilerplate

[PATCH 0/3] net/mlx5: extend send to kernel action support
 2023-09-18 12:52 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v1] examples/l3fwd: relax the RSS/Offload requirement
 2023-09-18 12:45 UTC  (3+ messages)
  `  "

[PATCH v1] net/mlx5: add test for hot upgrade
 2023-09-18 12:17 UTC  (3+ messages)

[PATCH 1/5] net/mlx5/hws: add support for matching on bth_a bit
 2023-09-18 12:07 UTC  (5+ messages)
` [PATCH 2/5] net/mlx5/hws: support additional 4 C registers
` [PATCH 3/5] net/mlx5/hws: supporting add_field action
` [PATCH 4/5] net/mlx5/hws: supporting default miss table in HWS
` [PATCH 5/5] net/mlx5/hws: fix field copy bind

[PATCH v1 0/2] ethdev: add random item support
 2023-09-18 11:44 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] app/testpmd: "

[PATCH 1/2] common/cnxk: reserve last LMT line for control ops
 2023-09-18 11:40 UTC 

[PATCH v1 0/2] offload support to free dma source buffer
 2023-09-18 11:12 UTC  (3+ messages)
` [PATCH v1 1/2] dmadev: offload to free "

[PATCH v2 0/2] crypto/scheduler: add support for security protocols
 2023-09-18 11:02 UTC  (4+ messages)
` [PATCH v3 0/2] crypto/scheduler: add support for DOCSIS security protocol
  ` [PATCH v3 1/2] crypto/scheduler: support "
    ` [EXT] "

[PATCH 00/12] crypto/dpaax_sec: misc enhancements
 2023-09-18 10:31 UTC  (2+ messages)
` [EXT] "

[PATCH] net/mlx5: share QUOTA indirect action
 2023-09-18  8:43 UTC  (3+ messages)

[PATCH] eventdev/eth_rx: fix timestamp field register in mbuf
 2023-09-18  8:25 UTC 

Minutes of Technical Board Meeting, 2023-Jun-28
 2023-09-18  5:18 UTC 

confusion about dpdk asan
 2023-09-18  3:08 UTC  (5+ messages)

[PATCH] raw/ntb: add support for 5th and 6th Gen Intel Xeon
 2023-09-18  2:25 UTC  (3+ messages)

[PATCH v3 00/17] update idpf base code
 2023-09-18  2:11 UTC  (7+ messages)
` [PATCH v4 00/18] "
  ` [PATCH v4 14/18] common/idpf/base: use GENMASK macro
  ` [PATCH v4 15/18] common/idpf/base: use 'type functionname(args)' style
  ` [PATCH v4 16/18] common/idpf/base: don't declare union with 'flex'
  ` [PATCH v4 17/18] common/idpf/base: remove unused Tx descriptor types
  ` [PATCH v4 18/18] common/idpf/base: update version

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