DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1] app/testpmd: use Tx preparation in txonly engine
 2024-02-27 10:41 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 1/3] vhost: robustify virtqueue access lock asserts
 2024-02-27 10:39 UTC  (9+ messages)
` [PATCH v2 1/5] vhost: fix virtqueue access check in datapath
  ` [PATCH v2 5/5] vhost: enhance virtqueue access lock asserts
    ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] net/virtio-user: support IOVA as PA mode for vDPA backend
 2024-02-27 10:27 UTC  (3+ messages)
  ` [EXT] "

[PATCH] examples/ipsec-secgw: fix cryptodev to SA mapping
 2024-02-27 10:10 UTC  (5+ messages)
` [PATCH v3] "
  ` [EXT] "

[PATCH] replace GCC marker extension with C11 anonymous unions
 2024-02-27 10:03 UTC  (33+ messages)
` [PATCH v5 00/22] stop using RTE_MARKER extensions
  ` [PATCH v5 05/22] mbuf: stop using mbuf cacheline marker fields
` [PATCH v6 00/23] stop and remove RTE_MARKER typedefs
  ` [PATCH v6 01/23] mbuf: add accessors for rearm and Rx descriptor fields
  ` [PATCH v6 02/23] mbuf: consolidate driver asserts for mbuf struct
  ` [PATCH v6 03/23] common/idpf: use mbuf descriptor accessors
  ` [PATCH v6 04/23] net/bnxt: "
  ` [PATCH v6 05/23] net/cnxk: "
  ` [PATCH v6 06/23] net/enic: "
  ` [PATCH v6 07/23] net/fm10k: "
  ` [PATCH v6 08/23] net/hns3: "
  ` [PATCH v6 09/23] net/i40e: "
  ` [PATCH v6 10/23] net/iavf: "
  ` [PATCH v6 11/23] net/ice: "
  ` [PATCH v6 12/23] net/ionic: "
  ` [PATCH v6 13/23] net/ixgbe: "
  ` [PATCH v6 14/23] net/mlx5: "
  ` [PATCH v6 15/23] net/octeon_ep: "
  ` [PATCH v6 16/23] net/sfc: "
  ` [PATCH v6 17/23] net/thunderx: "
  ` [PATCH v6 18/23] net/virtio: "
  ` [PATCH v6 19/23] examples/dma: use mbuf descriptor accessor
  ` [PATCH v6 20/23] mbuf: remove and stop using rte marker fields
  ` [PATCH v6 21/23] security: remove "
  ` [PATCH v6 22/23] cryptodev: "
  ` [PATCH v6 23/23] devtools: forbid new use of rte marker typedefs

[PATCH 0/2] dumpcap,pdump handle cleanup signals
 2024-02-27  9:59 UTC  (4+ messages)
` [PATCH 1/2] app/dumpcap: handle SIGTERM and SIGHUP
` [PATCH 2/2] app/pdump: "

[RFC v3 1/6] eal: add static per-lcore memory allocation facility
 2024-02-27  9:58 UTC  (4+ messages)
` [RFC v4 0/6] Lcore variables
  ` [RFC v4 1/6] eal: add static per-lcore memory allocation facility

[PATCH] app/dma-perf: replace pktmbuf with mempool objects
 2024-02-27  9:57 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/4] common/qat: add files specific to GEN5
 2024-02-27  9:54 UTC  (12+ messages)
` [PATCH v3 0/4] add new QAT gen3 and gen5
  ` [PATCH v3 1/4] common/qat: add files specific to GEN LCE
  ` [PATCH v3 2/4] common/qat: update common driver to support "
  ` [PATCH v3 3/4] crypto/qat: update headers for GEN LCE support
  ` [PATCH v3 4/4] test/cryptodev: add tests for GCM with AAD
` [PATCH v4 0/4] add QAT GEN LCE device
  ` [PATCH v4 1/4] common/qat: add files specific to GEN LCE
  ` [PATCH v4 2/4] common/qat: update common driver to support "
  ` [PATCH v4 3/4] crypto/qat: update headers for GEN LCE support
  ` [PATCH v4 4/4] test/cryptodev: add tests for GCM with AAD

[PATCH] app/dma-perf: support bi-directional transfer
 2024-02-27  9:53 UTC  (3+ messages)
  ` [EXT] "

[PATCH] app/dma-perf: add average latency per worker
 2024-02-27  9:50 UTC  (3+ messages)

[PATCH 00/15] use GCC/MSVC compatible __VA_ARGS__
 2024-02-27  9:48 UTC  (24+ messages)
` [PATCH v2 00/17] stop using variadic argument pack extension
  ` [PATCH v2 01/17] log: add a per line log helper with parameterized prefix
` [PATCH v3 00/16] stop using variadic argument pack extension
  ` [PATCH v3 01/16] log: add a per line log helper with parameterized prefix
  ` [PATCH v3 02/16] bpf: stop using variadic argument pack extension
  ` [PATCH v3 03/16] cfgfile: "
  ` [PATCH v3 04/16] cmdline: "
  ` [PATCH v3 05/16] compressdev: "
  ` [PATCH v3 06/16] metrics: "
  ` [PATCH v3 07/16] mldev: "
  ` [PATCH v3 08/16] net: "
  ` [PATCH v3 09/16] pdump: "
  ` [PATCH v3 10/16] power: "
  ` [PATCH v3 11/16] rawdev: "
  ` [PATCH v3 12/16] rcu: "
  ` [PATCH v3 13/16] stack: "
  ` [PATCH v3 14/16] eal: "
  ` [PATCH v3 15/16] vhost: "
  ` [PATCH v3 16/16] ip_frag: "

[PATCH 00/14] use C11 alignas and normalize type alignment
 2024-02-27  9:44 UTC  (58+ messages)
` [PATCH v5 00/39] use C11 alignas
  ` [PATCH v5 02/39] eal: redefine macro to be integer literal for MSVC
  ` [PATCH v5 05/39] ring: use C11 alignas
` [PATCH v6 00/39] "
  ` [PATCH v6 01/39] eal: "
  ` [PATCH v6 02/39] eal: redefine macro to be integer literal for MSVC
  ` [PATCH v6 03/39] stack: use C11 alignas
  ` [PATCH v6 04/39] sched: "
  ` [PATCH v6 05/39] ring: "
  ` [PATCH v6 06/39] pipeline: "
  ` [PATCH v6 07/39] net: "
  ` [PATCH v6 08/39] mbuf: "
  ` [PATCH v6 09/39] hash: "
  ` [PATCH v6 10/39] eventdev: "
  ` [PATCH v6 11/39] ethdev: "
  ` [PATCH v6 12/39] dmadev: "
  ` [PATCH v6 13/39] distributor: "
  ` [PATCH v6 14/39] acl: "
  ` [PATCH v6 15/39] vhost: "
  ` [PATCH v6 16/39] timer: "
  ` [PATCH v6 17/39] table: "
  ` [PATCH v6 18/39] reorder: "
  ` [PATCH v6 19/39] regexdev: "
  ` [PATCH v6 20/39] rcu: "
  ` [PATCH v6 21/39] power: "
  ` [PATCH v6 22/39] rawdev: "
  ` [PATCH v6 23/39] port: "
  ` [PATCH v6 24/39] pdcp: "
  ` [PATCH v6 25/39] node: "
  ` [PATCH v6 26/39] mldev: "
  ` [PATCH v6 27/39] mempool: "
  ` [PATCH v6 28/39] member: "
  ` [PATCH v6 29/39] lpm: "
  ` [PATCH v6 30/39] ipsec: "
  ` [PATCH v6 31/39] jobstats: "
  ` [PATCH v6 32/39] bpf: "
  ` [PATCH v6 33/39] compressdev: "
  ` [PATCH v6 34/39] cryptodev: "
  ` [PATCH v6 35/39] dispatcher: "
  ` [PATCH v6 36/39] fib: "
  ` [PATCH v6 37/39] gpudev: "
  ` [PATCH v6 38/39] graph: "
  ` [PATCH v6 39/39] ip_frag: "

[PATCH v8 0/4] PCI Dev and SG copy support
 2024-02-27  9:27 UTC  (4+ messages)
` [PATCH v8 2/4] app/dma-perf: add PCI device support
    ` [EXT] "

[PATCH] dumpcap: correctly disable promiscuous mode at exit
 2024-02-27  9:23 UTC 

[PATCH v5 0/3] net/mlx5: add compare item support
 2024-02-27  9:08 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/3] net/mlx5: add support to compare random value
  ` [PATCH v6 3/3] net/mlx5/hws: add compare ESP sequence number support
  ` [PATCH v7 0/3] net/mlx5: add compare item support
    ` [PATCH v7 1/3] net/mlx5/hws: add support for compare matcher
    ` [PATCH v7 2/3] net/mlx5: add support to compare random value
    ` [PATCH v7 3/3] net/mlx5/hws: add compare ESP sequence number support

[PATCH v5] event/cnxk: use WFE LDP loop for getwork routine
 2024-02-27  8:11 UTC 

[Bug 1311] [dpdk-23.11] vhost_virtio_user_interrupt_with_power_monitor: Launch dpdk-l3fwd-power core dumped on SPR
 2024-02-27  6:56 UTC  (2+ messages)
` [DPDK/vhost/virtio Bug "

[PATCH 0/8] add AESNI_MB optimisations
 2024-02-27  6:13 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/8] crypto/ipsec_mb: set and use session ID
      ` [EXT] "

[PATCH v4 1/2] crypto/ipsec_mb: bump minimum IPsec Multi-buffer version
 2024-02-26 23:14 UTC  (2+ messages)

[PATCH v7 2/4] event/dlb2: remove superfluous rte_memcpy
 2024-02-26 21:45 UTC  (5+ messages)
` [PATCH v9] net/bnx2x: fix warnings about rte_memcpy lengths

RTE_MARKER with MSVC
 2024-02-26 17:43 UTC  (2+ messages)

[PATCH 0/4] add new QAT gen3 device
 2024-02-26 17:08 UTC  (8+ messages)
` [PATCH v2 0/4] add new QAT gen3 and gen5
` [PATCH v3 "
  ` [PATCH v3 1/4] common/qat: add new gen3 device
  ` [PATCH v3 2/4] common/qat: add zuc256 wireless slice for gen3
  ` [PATCH v3 3/4] common/qat: add new gen3 CMAC macros
  ` [PATCH v3 4/4] common/qat: add gen5 device

[PATCH v3 0/4] hash: add SVE support for bulk key lookup
 2024-02-26 17:02 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] hash: pack the hitmask for hash in bulk lookup
  ` [PATCH v4 2/4] hash: optimize compare signature for NEON
  ` [PATCH v4 3/4] test/hash: check bulk lookup of keys after collision
  ` [PATCH v4 4/4] hash: add SVE support for bulk key lookup

[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
 2024-02-26 16:43 UTC  (6+ messages)

[PATCH v2 0/4] add support of MARK and RSS flow action
 2024-02-26 14:31 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ethdev: add function to check representor port

[PATCH v1] dts: fix smoke tests driver regex
 2024-02-26 14:20 UTC  (2+ messages)

[PATCH v2 0/7] net/mlx5: support copy from inner fields
 2024-02-26 13:45 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] common/mlx5: remove enum value duplication
  ` [PATCH v3 2/7] common/mlx5: reorder modification field PRM list
  ` [PATCH v3 3/7] common/mlx5: add inner PRM fields
  ` [PATCH v3 4/7] common/mlx5: add IPv6 flow label PRM field
  ` [PATCH v3 5/7] net/mlx5: add support for modify inner fields
  ` [PATCH v3 6/7] net/mlx5: support modify IPv6 traffic class field
  ` [PATCH v3 7/7] net/mlx5: support modify IPv6 flow label field

[PATCH 01/13] common/cnxk: remove cn9k Inline IPsec FP opcode defines
 2024-02-26 13:35 UTC  (15+ messages)
` [PATCH v5 01/14] "
  ` [PATCH v5 02/14] net/cnxk: add IPsec SA defines for PMD API
  ` [PATCH v5 03/14] net/cnxk: add transport mode to security capability on cn9k
  ` [PATCH v5 04/14] common/cnxk: dump selected SQ entries
  ` [PATCH v5 05/14] net/cnxk: added Tx descriptor dump API
  ` [PATCH v5 06/14] net/cnxk: fix issue with buff size compute
  ` [PATCH v5 07/14] common/cnxk: fix Tx MTU configuration
  ` [PATCH v5 08/14] net/cnxk: fix max MTU limit
  ` [PATCH v5 09/14] common/cnxk: fix RETA table config API
  ` [PATCH v5 10/14] net/cnxk: fix indirect mbuf handling in Tx path
  ` [PATCH v5 11/14] net/cnxk: fix check cookies for multi-seg offload
  ` [PATCH v5 12/14] common/cnxk: fix mbox struct attributes
  ` [PATCH v5 13/14] common/cnxk: use SQ enable and disable API
  ` [PATCH v5 14/14] net/cnxk: fix mbuf fields in multi-seg Tx path

[PATCH] app/eventdev: support DMA adapter test
 2024-02-26 13:26 UTC 

[PATCH v4 0/4] hash: add SVE support for bulk key lookup
 2024-02-23 13:27 UTC  (5+ messages)
` [PATCH v4 1/4] hash: pack the hitmask for hash in bulk lookup
` [PATCH v4 2/4] hash: optimize compare signature for NEON
` [PATCH v4 3/4] test/hash: check bulk lookup of keys after collision
` [PATCH v4 4/4] hash: add SVE support for bulk key lookup

[PATCH 1/5] graph: add support for node specific errors
 2024-02-22  5:36 UTC  (2+ messages)
` [24.11 PATCH v2 "

meson option to customize RTE_PKTMBUF_HEADROOM patch
 2024-02-20 14:57 UTC  (2+ messages)
` [PATCH v2] build: make buffer headroom configurable

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