DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/16] use __atomic operations returning new value
 2023-04-18 18:11 UTC  (6+ messages)
` [PATCH v2 00/16] replace "

[PATCH] ethdev: add indirect list flow action
 2023-04-18 17:21 UTC 

[PATCH] usertools: enhance CPU layout
 2023-04-18 16:46 UTC  (3+ messages)

[PATCH] mempool: optimize get objects with constant n
 2023-04-18 16:05 UTC  (11+ messages)

[PATCH v2] mempool: optimize get objects with constant n
 2023-04-18 15:57 UTC 

[PATCH v1] crypto/qat: add IPsec MB AES and DES Docsis support
 2023-04-18 15:23 UTC 

[PATCH] eventdev: fix alignment padding
 2023-04-18 15:16 UTC  (6+ messages)

[PATCH 0/6] windows: remove most pthread lifetime shim functions
 2023-04-18 15:04 UTC  (7+ messages)
` [PATCH 1/6] dma/skeleton: use rte thread API

[PATCH] crypto/openssl: do not build useless workaround
 2023-04-18 14:56 UTC 

[PATCH] crypto/openssl: fix memory leak in auth processing function
 2023-04-18 14:26 UTC 

[PATCH] crypto/ipsec_mb: enqueue counter fix
 2023-04-18 14:26 UTC  (2+ messages)

[PATCH 0/2] minor changes in script used for backports
 2023-04-18 14:07 UTC  (3+ messages)
` [PATCH 1/2] devtools: fix check of multiple commits fixed at once
` [PATCH 2/2] devtools: deduplicate function to mark fixes

[PATCH v3 0/2] crypto/qat: add cipher-crc offload feature
 2023-04-18 13:39 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] crypto/qat: add cipher-crc offload support to fw interface
  ` [PATCH v4 2/2] crypto/qat: support cipher-crc offload

[PATCH] test/crypto: add cryptodev reconfig test
 2023-04-18 13:29 UTC  (2+ messages)

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

[PATCH] app/flow-perf: replace RTE_BE32/16 with rte_cpu_to_be_32/16 for variables
 2023-04-18 11:32 UTC  (4+ messages)

[RFC 0/4] Support VFIO sparse mmap in PCI bus
 2023-04-18  9:33 UTC  (8+ messages)
` [RFC 1/4] bus/pci: introduce an internal representation of PCI device
` [RFC 2/4] bus/pci: avoid depending on private value in kernel source
` [RFC 3/4] bus/pci: introduce helper for MMIO read and write
` [RFC 4/4] bus/pci: add VFIO sparse mmap support

[RFC PATCH 0/5] crypto/mlx5: support AES-GCM
 2023-04-18  9:23 UTC  (6+ messages)
` [RFC PATCH 1/5] crypto/mlx5: add AES-GCM capability
` [RFC PATCH 2/5] crypto/mlx5: add AES-GCM encryption key
` [RFC PATCH 3/5] crypto/mlx5: add AES-GCM session configure
` [RFC PATCH 4/5] crypto/mlx5: add queue pair setup
` [RFC PATCH 5/5] crypto/mlx5: add enqueue and dequeue operations

[PATCH v2 2/3] doc: announce new cpu flag added to rte_cpu_flag_t
 2023-04-18  9:22 UTC  (10+ messages)
` [PATCH v3 1/4] "
  ` [PATCH v4 0/4] power: monitor support for AMD EPYC processors
    ` [PATCH v4 1/4] doc: announce new cpu flag added to rte_cpu_flag_t
    ` [PATCH v4 2/4] eal: add x86 cpuid support for monitorx
    ` [PATCH v4 3/4] eal: removed unnecessary checks in x86 power monitor APIs
    ` [PATCH v4 4/4] power: amd power monitor support

[PATCH v1] eventdev/crypto: refactor circular buffer size
 2023-04-18  9:16 UTC 

[PATCH] ipsec: fix NAT-T length calculation
 2023-04-18  8:46 UTC 

[RFC 1/2] security: introduce out of place support for inline ingress
 2023-04-18  8:33 UTC  (4+ messages)
` [PATCH 1/3] "

[PATCH] net/iavf: add devargs to enable watchdog
 2023-04-18  5:42 UTC 

[PATCH] net/gve: Check whether the driver is compatible with the device presented
 2023-04-18  5:30 UTC  (4+ messages)

[PATCH 0/2] add offload path on iavf AVX2
 2023-04-18  5:11 UTC  (3+ messages)
` [PATCH 1/2] net/iavf: add Tx AVX2 offload path
` [PATCH 2/2] net/iavf: add Rx "

[PATCH v1] test/event_crypto_adapter: fix runtime parameter test
 2023-04-18  3:11 UTC  (3+ messages)

[DPDK] heap memory fragmentation issue
 2023-04-18  2:48 UTC 

[PATCH 0/9] msvc integration changes
 2023-04-17 22:10 UTC  (49+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 06/11] eal: typedef cpu flag enum as int for msvc
` [PATCH v5 00/14] msvc integration changes
  ` [PATCH v5 11/14] eal: expand most macros to empty when using MSVC
` [PATCH v6 00/15] msvc integration changes
  ` [PATCH v6 01/15] eal: use rdtsc intrinsic
  ` [PATCH v6 02/15] eal: use rtm and xtest intrinsics
  ` [PATCH v6 03/15] eal: use barrier intrinsics
  ` [PATCH v6 04/15] eal: use cpuid and cpuidex intrinsics
  ` [PATCH v6 05/15] eal: use umonitor umwait and tpause intrinsics
  ` [PATCH v6 06/15] eal: use prefetch intrinsics
  ` [PATCH v6 07/15] eal: use byte swap intrinsics
  ` [PATCH v6 08/15] eal: typedef cpu flag enum as int
  ` [PATCH v6 09/15] eal: hide GCC extension based alignment markers
  ` [PATCH v6 10/15] eal: hide typedefs based on GCC vector extensions
  ` [PATCH v6 11/15] eal: expand most macros to empty when using MSVC
  ` [PATCH v6 12/15] eal: exclude exposure of rte atomic APIs for MSVC builds
  ` [PATCH v6 13/15] telemetry: avoid expanding versioned symbol macros on MSVC
  ` [PATCH v6 14/15] eal: always define MSVC as little endian
  ` [PATCH v6 15/15] eal: do not define typeof macro when building with MSVC
` [PATCH v7 00/14] msvc integration changes
  ` [PATCH v7 01/14] eal: use rdtsc intrinsic
  ` [PATCH v7 02/14] eal: use rtm and xtest intrinsics
  ` [PATCH v7 03/14] eal: use barrier intrinsics
  ` [PATCH v7 04/14] eal: use cpuid and cpuidex intrinsics
  ` [PATCH v7 05/14] eal: use umonitor umwait and tpause intrinsics
  ` [PATCH v7 06/14] eal: use prefetch intrinsics
  ` [PATCH v7 07/14] eal: use byte swap intrinsics
  ` [PATCH v7 08/14] eal: hide GCC extension based alignment markers
  ` [PATCH v7 09/14] eal: hide typedefs based on GCC vector extensions
  ` [PATCH v7 10/14] eal: expand most macros to empty when using MSVC
  ` [PATCH v7 11/14] eal: exclude exposure of rte atomic APIs for MSVC builds
  ` [PATCH v7 12/14] telemetry: avoid expanding versioned symbol macros on MSVC
  ` [PATCH v7 13/14] eal: always define MSVC as little endian
  ` [PATCH v7 14/14] eal: do not define typeof macro when building with MSVC

[RFC 00/27] Add VDUSE support to Vhost library
 2023-04-17 19:39 UTC  (14+ messages)
` [RFC 03/27] vhost: fix IOTLB entries overlap check with previous entry
` [RFC 05/27] vhost: add helper for IOTLB entries shared page check

[PATCH v3] app/testpmd: expand noisy neighbour forward mode support
 2023-04-17 18:55 UTC 

[PATCH 0/5] fix segment fault when parse args
 2023-04-17 16:37 UTC  (4+ messages)
` [PATCH v2 00/44] "

Clarify FEC capabilities
 2023-04-17 16:05 UTC  (2+ messages)

Event device early back-pressure indication
 2023-04-17 15:36 UTC  (4+ messages)

[dpdk-web] [RFC PATCH] process: new library approval in principle
 2023-04-17 13:33 UTC  (5+ messages)

[dpdk-dev] [PATCH] ring: fix use after free in ring release
 2023-04-17 13:11 UTC 

[PATCH v3] pipeline: fix double free error for table stats
 2023-04-17 11:22 UTC 

[PATCH v3] net/i40e: support enable/disable source pruning
 2023-04-17 11:09 UTC  (4+ messages)

20.11.8 patches review and test
 2023-04-17 10:34 UTC  (5+ messages)

[PATCH v1 0/8] add IPv6 extension push remove
 2023-04-17  9:25 UTC  (9+ messages)
` [PATCH v1 1/8] ethdev: add IPv6 extension push remove action
` [PATCH v1 2/8] app/testpmd: add IPv6 extension push remove cli
` [PATCH v1 3/8] net/mlx5/hws: add no reparse support
` [PATCH v1 4/8] net/mlx5: sample the srv6 last segment
` [PATCH v1 5/8] net/mlx5: generate srv6 modify header resource
` [PATCH v1 6/8] net/mlx5/hws: add IPv6 routing extension push pop actions
` [PATCH v1 7/8] net/mlx5/hws: add setter for IPv6 routing push pop
` [PATCH v1 8/8] net/mlx5: implement "

[PATCH] reorder: improve buffer structure layout
 2023-04-17  9:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/1] net/sfc: stop misuse of Rx ingress m-port metadata on EF100
 2023-04-17  9:06 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 0/2] Enable generic Arm build
 2023-04-17  7:41 UTC  (3+ messages)
` [PATCH 1/2] config/arm: Do not require processor information

[PATCH] kni: fix build with Linux 6.3
 2023-04-17  7:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] pipeline: fix double free error for table stats
 2023-04-17  7:14 UTC 

[PATCH] net/virtio-user: fix leak when initialisation fails
 2023-04-17  6:43 UTC  (2+ messages)

[PATCH] pipeline: fix double free error for table stats
 2023-04-17  6:31 UTC 

[PATCH v2] eventdev/eth_rx: fix invalid memory access
 2023-04-17  6:30 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 3/3] power: amd power monitor support
 2023-04-17  4:34 UTC  (2+ messages)
` [PATCH v3 4/4] "

[PATCH v3 3/4] eal: removed unnecessary checks in x86 power monitor APIs
 2023-04-17  4:33 UTC 

[PATCH v2 1/3] eal: add x86 cpuid support for monitorx
 2023-04-17  4:32 UTC  (2+ messages)
` [PATCH v3 2/4] "

[RFC v1 0/2] add IPv6 extenstion push remove
 2023-04-17  2:26 UTC  (3+ messages)
` [RFC v1 1/2] ethdev: add IPv6 extension push remove action
` [RFC v1 2/2] app/testpmd: add IPv6 extension push remove cli

[RFC PATCH 0/6] add support for CDX bus
 2023-04-16  9:21 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] bus/cdx: introduce cdx bus
  ` [PATCH v2 3/6] bus/cdx: add support for MSI
  ` [PATCH v2 5/6] bus: enable cdx bus

[PATCH] dma/dpaa2: set the vfa bit for rbp with vf
 2023-04-16  9:18 UTC  (6+ messages)

[GRO] check whether ip_id continuity needs to be checked when two TCP packets are merged
 2023-04-15 14:45 UTC 

[PATCH v2] dmadev: add tracepoints
 2023-04-15  0:47 UTC  (3+ messages)

[PATCH] dmadev: add tracepoints
 2023-04-15  0:33 UTC  (2+ messages)
` [PATCH v3] "

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

[PATCH next 0/7] vmxnet3: upgrade to version 7
 2023-04-12 16:26 UTC  (8+ messages)
` [PATCH next 1/7] vmxnet3: prepare for version 7 changes
` [PATCH next 2/7] vmxnet3: add support for capability registers
` [PATCH next 3/7] vmxnet3: add support for large passthrough BAR register
` [PATCH next 4/7] vmxnet3: add command to set ring buffer sizes
` [PATCH next 5/7] vmxnet3: limit number of TXDs used for TSO packet
` [PATCH next 6/7] vmxnet3: avoid updating rxprod register frequently
` [PATCH next 7/7] vmxnet3: update to version 7

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