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

[RFC PATCH 0/3] add TLS record processing security offload
 2023-09-20  9:24 UTC  (8+ messages)
` [RFC PATCH 1/3] net: add headers for TLS/DTLS packets
` [RFC PATCH 2/3] security: add TLS record processing
` [RFC PATCH 3/3] cryptodev: add details of datapath handling of TLS records

[PATCH v4 00/26] refact the nfpcore module
 2023-09-20  8:54 UTC  (31+ messages)
` [PATCH v5 "
  ` [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
` [PATCH v5 25/26] net/nfp: refact the cppcore and "
` [PATCH v5 26/26] net/nfp: extend the usage of nfp BAR from 8 to 24

[PATCH v3 1/1] app/graph: add example for different usecases
 2023-09-20  8:14 UTC  (19+ messages)
` [PATCH v4 01/14] app/graph: add application framework to read CLI
  ` [PATCH v4 02/14] app/graph: add telnet connectivity framework
  ` [PATCH v4 03/14] app/graph: add parser utility APIs
  ` [PATCH v4 04/14] app/graph: add mempool command line interfaces
  ` [PATCH v4 05/14] app/graph: add ethdev "
  ` [PATCH v4 06/14] app/graph: add ipv4_lookup "
  ` [PATCH v4 07/14] app/graph: add ipv6_lookup "
  ` [PATCH v4 08/14] app/graph: add neigh "
  ` [PATCH v4 09/14] app/graph: add ethdev_rx "
  ` [PATCH v4 10/14] app/graph: add graph "
  ` [PATCH v4 11/14] app/graph: add CLI option to enable graph stats
  ` [PATCH v4 12/14] app/graph: add l3fwd usecase
  ` [PATCH v4 13/14] doc: add graph application user guide
  ` [PATCH v4 14/14] maintainers: add maintainers for graph app

[PATCH 1/1] net/mana: add 32 bit short doorbell
 2023-09-20  8:10 UTC  (9+ messages)

Re:Re: [PATCH v1] examples/l3fwd: relax the RSS/Offload requirement
 2023-09-20  8:04 UTC  (2+ messages)

Commit broke 32-bit testpmd app
 2023-09-20  7:35 UTC  (8+ messages)

[PATCH 1/2] eal: remove RTE_CPUFLAG_NUMFLAGS
 2023-09-20  7:34 UTC  (7+ messages)
` [PATCH v2 1/2] test/cpuflags: removed test for NUMFLAGS
  ` [PATCH v2 2/2] eal: remove NUMFLAGS enumeration

[PATCH v1 00/34] Implemenation of revised ml/cnxk driver
 2023-09-20  7:25 UTC  (36+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/34] ml/cnxk: drop support for register polling
  ` [PATCH v2 02/34] ml/cnxk: drop use of RTE API for firmware read
  ` [PATCH v2 03/34] ml/cnxk: add generic cnxk device structure
  ` [PATCH v2 04/34] ml/cnxk: add generic model and layer structures
  ` [PATCH v2 05/34] ml/cnxk: add generic cnxk request structure
  ` [PATCH v2 06/34] ml/cnxk: add generic cnxk xstats structures
  ` [PATCH v2 07/34] ml/cnxk: rename cnxk ops function pointers struct
  ` [PATCH v2 08/34] ml/cnxk: update device handling functions
  ` [PATCH v2 09/34] ml/cnxk: update queue-pair "
  ` [PATCH v2 10/34] ml/cnxk: update model load and unload functions
  ` [PATCH v2 11/34] ml/cnxk: update model start and stop functions
  ` [PATCH v2 12/34] ml/cnxk: update model utility functions
  ` [PATCH v2 13/34] ml/cnxk: update data quantization functions
  ` [PATCH v2 14/34] ml/cnxk: update device debug functions
  ` [PATCH v2 15/34] ml/cnxk: update device stats functions
  ` [PATCH v2 16/34] ml/cnxk: update device and model xstats functions
  ` [PATCH v2 17/34] ml/cnxk: update fast path functions
  ` [PATCH v2 18/34] ml/cnxk: move error handling to cnxk layer
  ` [PATCH v2 19/34] ml/cnxk: support config and close of tvmdp library
  ` [PATCH v2 20/34] ml/cnxk: add structures to support TVM model type
  ` [PATCH v2 21/34] ml/cnxk: add support for identify "
  ` [PATCH v2 22/34] ml/cnxk: add support to parse TVM model objects
  ` [PATCH v2 23/34] ml/cnxk: fetch layer info and load TVM model
  ` [PATCH v2 24/34] ml/cnxk: update internal info for "
  ` [PATCH v2 25/34] ml/cnxk: enable model unload in tvmdp library
  ` [PATCH v2 26/34] ml/cnxk: support start and stop for TVM models
  ` [PATCH v2 27/34] ml/cnxk: update internal TVM model info structure
  ` [PATCH v2 28/34] ml/cnxk: support device dump for TVM models
  ` [PATCH v2 29/34] ml/cnxk: enable reporting model runtime as xstats
  ` [PATCH v2 30/34] ml/cnxk: implement I/O alloc and free callbacks
  ` [PATCH v2 31/34] ml/cnxk: add generic ML malloc and free callback
  ` [PATCH v2 32/34] ml/cnxk: support quantize and dequantize callback
  ` [PATCH v2 33/34] ml/cnxk: enable fast-path ops for TVM models
  ` [PATCH v2 34/34] ml/cnxk: enable creation of mvtvm virtual device

[PATCH] app/test: add external mbuf IPsec tests
 2023-09-20  7:22 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v1 0/3] Spec changes to support multi I/O models
 2023-09-20  7:19 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] mldev: add support for arbitrary shape dimensions
  ` [PATCH v2 2/3] mldev: introduce support for IO layout
  ` [PATCH v2 3/3] mldev: drop input and output size get APIs

[PATCH v1 1/1] app/mldev: fix file and buffer handling
 2023-09-20  7:09 UTC 

[PATCH v1 1/1] app/mldev: fix check for filelist and models count
 2023-09-20  7:08 UTC  (2+ messages)
` [PATCH v2 "

[RFC PATCH v3 0/4] dts: add dts api docs
 2023-09-20  7:08 UTC  (4+ messages)
` [RFC PATCH v4 "
  ` [RFC PATCH v4 3/4] dts: add doc generation

[PATCH] maintainers: update email address
 2023-09-20  7:08 UTC  (2+ messages)

[PATCH v4 00/18] update idpf base code
 2023-09-20  6:22 UTC  (13+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 01/11] common/idpf: refactor single queue Tx data path
  ` [PATCH v5 02/11] common/idpf/base: enable support for physical port stats
  ` [PATCH v5 03/11] common/idpf/base: add miss completion capabilities
  ` [PATCH v5 04/11] common/idpf/base: initialize PTP support
  ` [PATCH v5 05/11] common/idpf/base: remove mailbox registers
  ` [PATCH v5 06/11] common/idpf/base: refine structure and necessary check
  ` [PATCH v5 07/11] common/idpf/base: add union for SW cookie fields
  ` [PATCH v5 08/11] common/idpf/base: refine code and alignments
  ` [PATCH v5 09/11] common/idpf/base: use GENMASK macro
  ` [PATCH v5 10/11] common/idpf/base: remove unused Tx descriptor types
  ` [PATCH v5 11/11] common/idpf/base: update version

[PATCH v2 0/2] crypto/scheduler: add support for security protocols
 2023-09-20  5:45 UTC  (9+ messages)
` [PATCH v3 0/2] crypto/scheduler: add support for DOCSIS security protocol
  ` [PATCH v3 1/2] crypto/scheduler: support "
    ` [EXT] "
  ` [PATCH v4 0/2] crypto/scheduler: add support for "
    ` [PATCH v4 1/2] crypto/scheduler: support "
    ` [PATCH v4 2/2] test/crypto: add DOCSIS security tests for cryptodev scheduler
    ` [EXT] [PATCH v4 0/2] crypto/scheduler: add support for DOCSIS security protocol

[PATCH 0/3] Introduce event link profiles
 2023-09-20  4:22 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] eventdev: introduce "

[PATCH v6 1/2] dma/cnxk: rework DMA driver
 2023-09-20  4:17 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/2] dma/cnxk: rewrite DMA fastpath

[PATCH] common/cnxk: remove dead meson code
 2023-09-20  3:53 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] common/cnxk: limit RSS key config with RTE Flow operations
 2023-09-20  3:46 UTC  (2+ messages)

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

[PATCH] maintainers: update email address for Cheng Jiang
 2023-09-20  2:17 UTC 

Reminder - DPDK Techboard Meeting - Tomorrow Wed. 9/20/23 - 8am Pacific/11am Eastern
 2023-09-19 23:57 UTC 

[PATCH 1/1] net/sfc: add missing error code indication to MAE init path
 2023-09-19 22:34 UTC  (2+ messages)

[PATCH v1 0/7] VRB2 BBDEV PMD introduction
 2023-09-19 20:51 UTC  (7+ messages)
` [PATCH v1 1/7] bbdev: add FFT version member in driver info
` [PATCH v1 3/7] baseband/acc: remove the 4G SO capability for VRB1

[RFC 1/2] security: introduce out of place support for inline ingress
 2023-09-19 19:55 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v1] app/test: typo correction in Asym tests
 2023-09-19 19:50 UTC  (3+ messages)

[PATCH v1] drivers/crypto: cipher buffer alignment check
 2023-09-19 19:46 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] test/crypto: fix return value for GMAC testcase
 2023-09-19 19:22 UTC  (2+ messages)
` [EXT] "

[PATCH 1/3] pdcp: add support for SDAP header
 2023-09-19 19:20 UTC  (2+ messages)

[PATCH] examples/ipsec-secgw: add security capabilities mapping
 2023-09-19 19:19 UTC  (3+ messages)

[PATCH 1/3] security: add MACsec algo in capability index
 2023-09-19 19:17 UTC  (6+ messages)
` [PATCH v2 0/3] MACsec capability verification
  ` [PATCH v2 1/3] security: add MACsec algo in capability index
  ` [PATCH v2 2/3] net/cnxk: add MACsec capability
  ` [PATCH v2 3/3] test/security: add capability verification for MACsec

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

[PATCH v1 0/1] baseband/acc: fix for 23.11
 2023-09-19 18:24 UTC  (2+ messages)
` [PATCH v1 1/1] baseband/acc: fix ACC100 HARQ input is alignment

[PATCH 1/2] event/cnxk: flush flow context on cleanup
 2023-09-19 17:00 UTC  (3+ messages)
` [PATCH 2/2] common/cnxk: split XAQ counts

[PATCH] eventdev/eth_rx: fix timestamp field register in mbuf
 2023-09-19 16:29 UTC  (2+ messages)

[PATCH 1/3] cnxk/event: invalidate GWC on port reset
 2023-09-19 16:22 UTC  (3+ messages)
` [PATCH 3/3] common/cnxk: use local labels in asm intrinsic

[PATCH 1/2] build: fail if explicitly requested lib is unbuildable
 2023-09-19 15:57 UTC  (2+ messages)

[PATCH v5 00/32] Introduce sssnic PMD for 3SNIC's 9x0 serials Ethernet adapters
 2023-09-19 15:24 UTC  (2+ messages)

[PATCH] event/sw: remove obsolete comment
 2023-09-19 14:05 UTC  (3+ messages)

[PATCH 1/2] net/iavf: fix TSO with big segments
 2023-09-19 14:04 UTC  (2+ messages)
` [PATCH 2/2] net/ice: "

Technical board meeting agenda for 2023-09-20
 2023-09-19 13:53 UTC  (3+ messages)
` [ADDENDUM] "

[PATCH v1 1/7] eventdev: introduce DMA event adapter library
 2023-09-19 13:42 UTC  (7+ messages)
` [PATCH v1 2/7] eventdev: api to get DMA capabilities
` [PATCH v1 3/7] eventdev: add DMA adapter implementation
` [PATCH v1 4/7] app/test: add event DMA adapter auto-test
` [PATCH v1 5/7] common/cnxk: dma result to an offset of the event
` [PATCH v1 6/7] dma/cnxk: support for DMA event enqueue dequeue
` [PATCH v1 7/7] event/cnxk: support DMA event functions

[PATCH] event/cnxk: add event port flow context APIs
 2023-09-19 13:41 UTC  (2+ messages)

[PATCH] cryptodev: remove deprecated algo string arrays
 2023-09-19 13:28 UTC  (3+ messages)
  ` [EXT] "

[PATCH] crypto/openssl: fix memory leaks in SM2 ops
 2023-09-19 13:04 UTC 

[PATCH 00/14] Cleanup PCI(e) drivers
 2023-09-19 12:41 UTC  (9+ messages)
` [PATCH v2 00/15] "
  ` [PATCH v2 04/15] bus/pci: find PCI capability
` [PATCH v3 00/15] Cleanup PCI(e) drivers

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

[PATCH v1] crypto/ipsec_mb: add digest encrypted feature in AESNI_MB
 2023-09-19 12:28 UTC  (6+ 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
  ` [EXT] [PATCH v9 0/3] Add Digest Encrypted to aesni_mb PMD

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

[PATCH 1/4] net/mlx5/hws: allow relaxed mode in MPLS matching
 2023-09-19 12:02 UTC  (2+ messages)

[PATCH v1 0/2] offload support to free dma source buffer
 2023-09-19 11:48 UTC  (3+ messages)
` [PATCH v1 2/2] test/dma: add source buffer offload free test

[PATCH v1 1/2] dmadev: add DMA operation structure
 2023-09-19 11:41 UTC  (2+ messages)
` [PATCH v2] dmadev: get DMA device using device ID

[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 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 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 "

DPDK 22.11.3 released
 2023-09-11 13:04 UTC 

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