DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v6 0/6] add trace points in ethdev library
 2023-01-30  8:50 UTC  (12+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/6] eal: trace: add trace point emit for blob
  ` [PATCH v7 2/6] ethdev: add trace points for ethdev (part one)
  ` [PATCH v7 3/6] ethdev: add trace points for ethdev (part two)
  ` [PATCH v7 5/6] ethdev: add trace points for mtr

[PATCH] net/i40e: disable source pruning
 2023-01-30  8:41 UTC  (3+ messages)
` [PATCH v2] net/i40e: support enabling/disabling "

[PATCH v1 00/21] Add control queue & MQ support to Virtio-user vDPA
 2023-01-30  7:53 UTC  (24+ messages)
` [PATCH v1 01/21] net/virtio: move CVQ code into a dedicated file
` [PATCH v1 02/21] net/virtio: introduce notify callback for control queue
` [PATCH v1 03/21] net/virtio: virtqueue headers alloc refactoring
` [PATCH v1 04/21] net/virtio: remove port ID info from Rx queue
` [PATCH v1 05/21] net/virtio: remove unused fields in Tx queue struct
` [PATCH v1 06/21] net/virtio: remove unused queue ID field in Rx queue
` [PATCH v1 07/21] net/virtio: remove unused Port ID in control queue
` [PATCH v1 08/21] net/virtio: move vring memzone to virtqueue struct
` [PATCH v1 09/21] net/virtio: refactor indirect desc headers init
` [PATCH v1 10/21] net/virtio: alloc Rx SW ring only if vectorized path
` [PATCH v1 11/21] net/virtio: extract virtqueue init from virtio queue init

[PATCH v7] ethdev: add special flags when creating async transfer table
 2023-01-30  7:40 UTC  (4+ messages)

[[PATCH] ] linux/igb_uio: fix build with Linux 5.18
 2023-01-30  7:27 UTC 

[RFC 0/8] gve PMD enhancement
 2023-01-30  6:26 UTC  (11+ messages)
` [RFC v2 0/9] "
  ` [RFC v2 1/9] net/gve: add Tx queue setup for DQO
  ` [RFC v2 2/9] net/gve: add Rx "
  ` [RFC v2 3/9] net/gve: support device start and close "
  ` [RFC v2 4/9] net/gve: support queue release and stop "
  ` [RFC v2 5/9] net/gve: support basic Tx data path "
  ` [RFC v2 6/9] net/gve: support basic Rx "
  ` [RFC v2 7/9] net/gve: support basic stats "
  ` [RFC v2 8/9] net/gve: support jumbo frame for GQI
  ` [RFC v2 9/9] net/gve: add AdminQ command to verify driver compatibility

[RFC 1/9] ethdev: add flex item modify field support
 2023-01-30  4:53 UTC  (18+ messages)
` [PATCH v2 00/11] add flex item support
  ` [PATCH v2 01/11] ethdev: add flex item modify field support
      ` [PATCH v3 00/11] add flex item support
        ` [PATCH v3 01/11] ethdev: add flex item modify field support
        ` [PATCH v3 02/11] app/testpmd: pass flex handle into matching mask
        ` [PATCH v3 03/11] net/mlx5: enable hws flex item create
        ` [PATCH v3 04/11] net/mlx5: add IPv6 protocol as flex item input
        ` [PATCH v3 05/11] net/mlx5: adopt new flex item prm definition
        ` [PATCH v3 06/11] net/mlx5/hws: add hws flex item matching support
        ` [PATCH v3 07/11] net/mlx5: add flex item modify field implementation
        ` [PATCH v3 08/11] net/mlx5: return error for sws modify field
        ` [PATCH v3 09/11] app/testpmd: raw encap with flex item support
        ` [PATCH v3 10/11] doc/mlx5: update mlx5 doc
        ` [PATCH v3 11/11] app/testpmd: adjust cleanup sequence when quitting

[RFC 1/9] ethdev: add IPv6 routing extension header definition
 2023-01-30  3:59 UTC  (14+ messages)
` [PATCH v2 0/8] add IPv6 routing extension support
  ` [PATCH v2 1/8] ethdev: add IPv6 routing extension header definition
      ` [PATCH v3 0/8] add IPv6 routing extension support
        ` [PATCH v3 1/8] ethdev: add IPv6 routing extension header definition
        ` [PATCH v3 2/8] net/mlx5: adopt IPv6 routing extension prm definition
        ` [PATCH v3 3/8] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data
        ` [PATCH v3 4/8] net/mlx5/hws: add IPv6 routing extension matching support
        ` [PATCH v3 5/8] app/testpmd: add IPv6 routing extension header in raw encap
        ` [PATCH v3 6/8] ethdev: add modify IPv6 protocol field
        ` [PATCH v3 7/8] net/mlx5: add modify IPv6 protocol implementation
        ` [PATCH v3 8/8] doc/mlx5: add IPv6 routing extension matching docs

[RFC v3 1/2] ethdev: add group description
 2023-01-30  2:47 UTC  (5+ messages)
` [PATCH v4 0/3] add API for live migration
  ` [PATCH v4 3/3] ethdev: add standby flags "

[PATCH] gpudev: fix deadlocks when registering callback
 2023-01-29 15:36 UTC  (2+ messages)

[PATCH 0/3] net/igc: support PTP timesync
 2023-01-29 13:05 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] net/ice: support IOVA as PA mode
 2023-01-29 12:42 UTC  (4+ messages)
` [PATCH v2] net/ice: support IOVA as VA mode

[PATCH] net: not compile PMD AVX library when no IOVA as PA
 2023-01-29 12:35 UTC  (3+ messages)
` [PATCH v2] net: not build "

[PATCH 00/10] net/hns3: some bugfixes for rss
 2023-01-29 10:51 UTC  (11+ messages)
` [PATCH 01/10] net/hns3: fix error log about indirection table size
` [PATCH 02/10] net/hns3: extract common API to query device
` [PATCH 03/10] net/hns3: refactor set RSS hash algorithm and key interface
` [PATCH 04/10] net/hns3: fix fixed RSS key size to be more compatibility
` [PATCH 05/10] net/hns3: fix misclearing RSS configuration
` [PATCH 06/10] net/hns3: using RSS filter list to check duplicated rule
` [PATCH 07/10] net/hns3: remove useless code when destroy valid RSS rule
` [PATCH 08/10] net/hns3: fix useless warning when flush or destroy rule
` [PATCH 09/10] net/hns3: fix bad memory structure conversion
` [PATCH 10/10] net/hns3: fix incorrect check for duplicate RSS rule

[PATCH v2] eal: cleanup alarm and multiprocess hotplug before memory detach
 2023-01-29  9:58 UTC  (3+ messages)

[PATCH v2 0/2] Vhost: fix FD leaks and improve logs
 2023-01-29  9:26 UTC  (6+ messages)
` [PATCH v2 1/2] vhost: fix possible FDs leak
` [PATCH v2 2/2] vhost: fix possible FD leaks on MSG_TRUNC and MSG_CTRUNC
` [PATCH v2 2/2] vhost: fix possible FD leaks on truncation

lib/vhost/virtio_net: possible stack overflow in virtio_dev_tx_async_packed()
 2023-01-29  2:11 UTC  (2+ messages)

[PATCH 1/3] eventdev/eth_rx: add params set/get APIs
 2023-01-28 17:21 UTC  (10+ messages)
` [PATCH v2 "

[PATCH v7] doc: add PMD known issue
 2023-01-28 17:17 UTC  (3+ messages)
` [PATCH v8] "

[PATCH] app/dma-perf: introduce dma-perf application
 2023-01-28 13:32 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/2] add new mhpsdp hw port in the flow item and Tx queue API
 2023-01-28 13:08 UTC  (3+ messages)
` [PATCH 1/2] ethdev: add mhpsdp hardware port match item
` [PATCH 2/2] ethdev: introduce the mhpsdp hwport field in Tx queue API

[dpdk-dev] [RFC PATCH 1/1] mldev: introduce machine learning device library
 2023-01-28 11:27 UTC  (8+ messages)
` [dpdk-dev] [PATCH v1 00/12] "
      ` [EXT] "

[PATCH] net/ixgbe: enable IPv6 mask for generic flow API
 2023-01-28  7:15 UTC 

[PATCH] vhost: fix vdpa driver multi-queue initialization failure
 2023-01-28  3:06 UTC  (2+ messages)

[PATCH V4 0/5] app/testpmd: support mulitple process attach and detach port
 2023-01-28  1:39 UTC  (4+ messages)

[dpdk-dev] [PATCH v2] ethdev: fix one MAC address occupies two index in mac addrs
 2023-01-28  1:38 UTC  (5+ messages)
` [PATCH V5] ethdev: fix one address occupies two indexes in MAC addrs

[PATCH v2] app/testpmd: fix interactive mode with no ports
 2023-01-27 23:04 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] app/testpmd: fix link check condition on port start
 2023-01-27 22:45 UTC 

[PATCH] vhost: improve truncated messages handling
 2023-01-27 16:30 UTC  (2+ messages)

[PATCH 0/8] Wangxun fixes and new supports
 2023-01-27 15:38 UTC  (9+ messages)
` [PATCH 1/8] net/txgbe: fix Rx buffer size in configure register
` [PATCH 3/8] net/txgbe: fix packet type to parse from offload flags
` [PATCH 4/8] net/ngbe: "
` [PATCH 8/8] net/txgbe: add SFP hot-plug identification support

[PATCH v4 1/2] ethdev: control Rx metadata negotiation
 2023-01-27 15:01 UTC  (8+ messages)
` [EXT] Re: [PATCH v5 2/2] app/testpmd: add command to process "

[PATCH 0/8] start cleanup of rte_flow_item_*
 2023-01-27 14:34 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/8] ethdev: use Ethernet protocol struct for flow matching
  ` [PATCH v5 2/8] net: add smaller fields for VXLAN
  ` [PATCH v5 3/8] ethdev: use VXLAN protocol struct for flow matching
  ` [PATCH v5 4/8] ethdev: use GRE "
  ` [PATCH v5 5/8] ethdev: use GTP "
  ` [PATCH v5 6/8] ethdev: use ARP "
  ` [PATCH v5 7/8] doc: fix description of L2TPV2 flow item
  ` [PATCH v5 8/8] net: mark all big endian types

deprecation notice process / clarification
 2023-01-27 12:47 UTC  (2+ messages)

[PATCH] vhost: decrease log level for unimplemented request
 2023-01-27 11:37 UTC  (3+ messages)

[PATCH v1 0/4] implementation of ML common code
 2023-01-27 10:28 UTC  (9+ messages)
` [EXT] Re: [PATCH v3 "

[PATCH] eventdev: add trace points
 2023-01-27  9:06 UTC  (3+ messages)

[PATCH 1/3] lib: dpdk spec to skip red for ingress policer
 2023-01-27  6:23 UTC  (8+ messages)

[PATCH] net/mlx5: check compressed CQE opcode for an error
 2023-01-27  3:23 UTC 

[PATCH] net/mlx5: ignore non-critical syndromes for Rx queue
 2023-01-27  3:22 UTC 

[PATCH] net/mlx5: fix error CQE dumping for vectorized Rx burst
 2023-01-27  3:22 UTC 

[PATCH 0/4] net/mlx5: add template table insertion and matching types
 2023-01-26 23:40 UTC  (5+ messages)
` [PATCH 1/4] net/mlx5: add table insertion type and hash function
` [PATCH 2/4] net/mlx5: add flow rule insertion by index
` [PATCH 3/4] net/mlx5: add hash result metadata to modify field
` [PATCH 4/4] net/mlx5: define index register for linear tables

[PATCH 0/4] ethdev: add template table insertion and matching types
 2023-01-26 23:28 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] ethdev: add template table insertion type
  ` [PATCH v2 2/4] ethdev: add template table hash calculation function
  ` [PATCH v2 3/4] app/testpmd: add template table insertion type
  ` [PATCH v2 4/4] app/testpmd: add template table hash calculation function

DPDK Release Status Meeting 2023-01-26
 2023-01-26 19:02 UTC 

[PATCH 0/3] dumpcap: small enhancements
 2023-01-26 18:23 UTC  (4+ messages)
` [PATCH 1/3] dumpcap: add --interface to help
` [PATCH 2/3] dumpcap: support temp-dir option
` [PATCH 3/3] dumpcap: add support statistics mode

[PATCH 0/3] unblock the use of the MSVC compiler
 2023-01-26 18:18 UTC  (12+ messages)
` [PATCH 3/3] build: limit what is built when using "
` [PATCH v2 0/3] unblock the use of the "
  ` [PATCH v2 1/3] build: "
  ` [PATCH v2 2/3] build: determine execution environment at config time
  ` [PATCH v2 3/3] build: limit what is built when using MSVC compiler

[PATCH v5 0/4] add support for self monitoring
 2023-01-26 17:21 UTC  (15+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/4] lib: add generic support for reading PMU events
            ` [EXT] "
` [PATCH 0/2] add platform bus
  ` [PATCH 1/2] lib: add helper to read strings from sysfs files
        ` [EXT] "

[PATCH v7 0/5] lcore telemetry improvements
 2023-01-26 17:03 UTC  (7+ messages)
` [PATCH v7 1/5] eal: add lcore info in telemetry
` [PATCH v7 2/5] eal: report applications lcore usage
` [PATCH v7 3/5] app/testpmd: add dump command for lcores
` [PATCH v7 4/5] app/testpmd: report lcore usage
` [PATCH v7 5/5] eal: add lcore usage telemetry endpoint

[PATCH 1/5] net/mlx5/hws: fix alias_rtc_0 print location in debug dump
 2023-01-26 16:03 UTC  (5+ messages)
` [PATCH 2/5] net/mlx5/hws: change STC array size to 32K
` [PATCH 3/5] net/mlx5/hws: support STC info dump
` [PATCH 4/5] net/mlx5/hws: support IP version matching for non relaxed
` [PATCH 5/5] net/mlx5: support HW steering debug dump

[PATCH 0/2] lib/reorder: fix drain/free issues
 2023-01-26 15:51 UTC  (4+ messages)
` [PATCH 2/2] test/reorder: fix double free of drained buffers

[PATCH 0/3] reorder: introduce new APIs
 2023-01-26 15:48 UTC  (2+ messages)

[RFC] ethdev: sharing indirect actions between ports
 2023-01-26 15:15 UTC  (7+ messages)

[PATCH 00/11] pipeline: add IPsec support
 2023-01-26 14:12 UTC  (24+ messages)
` [PATCH V5 "
  ` [PATCH V5 02/11] examples/pipeline: rework memory pool support
  ` [PATCH V5 03/11] examples/pipeline: streamline ring support
  ` [PATCH V5 04/11] examples/pipeline: streamline the Ethernet device support
  ` [PATCH V5 05/11] examples/pipeline: support crypto devices
  ` [PATCH V5 06/11] examples/pipeline: add CLI command for crypto device
  ` [PATCH V5 07/11] examples/pipeline: add IPsec CLI commands
  ` [PATCH V5 08/11] examples/pipeline: rework the thread configuration updates
  ` [PATCH V5 09/11] examples/pipeline: support blocks other than pipelines
  ` [PATCH V5 10/11] examples/pipeline: add block enable/disable CLI commands
  ` [PATCH V5 11/11] examples/pipeline: add IPsec example
` [PATCH V6 00/11] pipeline: add IPsec support
  ` [PATCH V6 01/11] "
  ` [PATCH V6 02/11] examples/pipeline: rework memory pool support
  ` [PATCH V6 03/11] examples/pipeline: streamline ring support
  ` [PATCH V6 04/11] examples/pipeline: streamline the Ethernet device support
  ` [PATCH V6 05/11] examples/pipeline: support crypto devices
  ` [PATCH V6 06/11] examples/pipeline: add CLI command for crypto device
  ` [PATCH V6 07/11] examples/pipeline: add IPsec CLI commands
  ` [PATCH V6 08/11] examples/pipeline: rework the thread configuration updates
  ` [PATCH V6 09/11] examples/pipeline: support blocks other than pipelines
  ` [PATCH V6 10/11] examples/pipeline: add block enable/disable CLI commands
  ` [PATCH V6 11/11] examples/pipeline: add IPsec example

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