DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH v4] mbuf: fix reset on mbuf free
 2022-07-28 14:06 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5] "
    ` CI performance test results might be misleading

[PATCH v2 0/5] Add support for live migration and cleanup MCDI headers
 2022-07-28 13:42 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/5] common/sfc_efx/base: update "
  ` [PATCH v3 3/5] common/sfc_efx/base: use the updated definitions of cidx/pidx
  ` [PATCH v3 4/5] vdpa/sfc: enable support for multi-queue
  ` [PATCH v3 5/5] vdpa/sfc: Add support for SW assisted live migration

21.11.2 patches review and test
 2022-07-28 12:48 UTC  (3+ messages)

[PATCH 0/3] mempool: apply deprecations
 2022-07-28 11:38 UTC  (5+ messages)
` [PATCH 1/3] mempool: remove deprecated macro to calculate header size
` [PATCH 2/3] mempool: remove deprecated macro to register mempool driver
` [PATCH 3/3] mempool: remove deprecated unused defines

RFC: EAL legacy memory fixed address translations
 2022-07-28 11:29 UTC  (10+ messages)
` [RFC] EAL: "

[PATCH] gro: fix gro with ethernet tail padding bytes
 2022-07-28 11:02 UTC  (3+ messages)

[RFC v2] non-temporal memcpy
 2022-07-28 10:51 UTC  (13+ messages)

[PATCH v2 0/8] ssh connection to a node
 2022-07-28 10:00 UTC  (11+ messages)
` [PATCH v3 0/9] dts: "
  ` [PATCH v3 1/9] dts: add project tools config
  ` [PATCH v3 2/9] dts: add developer tools
  ` [PATCH v3 3/9] dts: add basic logging facility
  ` [PATCH v3 4/9] dts: add ssh pexpect library
  ` [PATCH v3 5/9] dts: add ssh connection extension
  ` [PATCH v3 6/9] dts: add config parser module
  ` [PATCH v3 7/9] dts: add Node base class
  ` [PATCH v3 8/9] dts: add dts workflow module
  ` [PATCH v3 9/9] dts: add dts executable script

[PATCH v2] eal: change alloc_sz calculation which may cause unnecessarily allocation
 2022-07-28  9:41 UTC 

[PATCH v1] doc: add known issue in i40e guide
 2022-07-28  9:08 UTC 

[PATCH V2 1/9] pipeline: move specification data structures to internal header
 2022-07-28  8:22 UTC  (53+ messages)
` [PATCH V3 01/17] pipeline: add pipeline name
  ` [PATCH V3 02/17] pipeline: move specification data structures to internal header
  ` [PATCH V3 03/17] pipeline: add pipeline specification data structure
  ` [PATCH V3 04/17] pipeline: rework the specification file-based pipeline build
  ` [PATCH V3 05/17] pipeline: generate the code for pipeline specification structure
  ` [PATCH V3 06/17] pipeline: add support for pipeline I/O specification
  ` [PATCH V3 07/17] pipeline: add API for pipeline code generation
  ` [PATCH V3 08/17] pipeline: add API for shared library-based pipeline build
  ` [PATCH V3 09/17] examples/pipeline: add CLI command for pipeline code generation
  ` [PATCH V3 10/17] examples/pipeline: add CLI command for shared library build
  ` [PATCH V3 11/17] examples/pipeline: remove the obsolete pipeline create CLI command
  ` [PATCH V3 12/17] examples/pipeline: remove the obsolete port configuration CLI commands
  ` [PATCH V3 13/17] examples/pipeline: remove the obsolete mirroring configuration CLI command
  ` [PATCH V3 14/17] examples/pipeline: use the pipeline name query API
  ` [PATCH V3 15/17] examples/pipeline: rework the link CLI command
  ` [PATCH V3 16/17] examples/pipelines: remove obsolete tap "
  ` [PATCH V3 17/17] examples/pipeline: call the code generation and build CLI commands
  ` [PATCH V4 01/17] pipeline: add pipeline name
    ` [PATCH V4 02/17] pipeline: move specification data structures to internal header
    ` [PATCH V4 03/17] pipeline: add pipeline specification data structure
    ` [PATCH V4 04/17] pipeline: rework the specification file-based pipeline build
    ` [PATCH V4 05/17] pipeline: generate the code for pipeline specification structure
    ` [PATCH V4 06/17] pipeline: add support for pipeline I/O specification
    ` [PATCH V4 07/17] pipeline: add API for pipeline code generation
    ` [PATCH V4 08/17] pipeline: add API for shared library-based pipeline build
    ` [PATCH V4 09/17] examples/pipeline: add CLI command for pipeline code generation
    ` [PATCH V4 10/17] examples/pipeline: add CLI command for shared library build
    ` [PATCH V4 11/17] examples/pipeline: remove the obsolete pipeline create CLI command
    ` [PATCH V4 12/17] examples/pipeline: remove the obsolete port configuration CLI commands
    ` [PATCH V4 13/17] examples/pipeline: remove the obsolete mirroring configuration CLI command
    ` [PATCH V4 14/17] examples/pipeline: use the pipeline name query API
    ` [PATCH V4 15/17] examples/pipeline: rework the link CLI command
    ` [PATCH V4 16/17] examples/pipelines: remove obsolete tap "
    ` [PATCH V4 17/17] examples/pipeline: call the code generation and build CLI commands
    ` [PATCH V5 01/17] pipeline: add pipeline name
      ` [PATCH V5 02/17] pipeline: move specification data structures to internal header
      ` [PATCH V5 03/17] pipeline: add pipeline specification data structure
      ` [PATCH V5 04/17] pipeline: rework the specification file-based pipeline build
      ` [PATCH V5 05/17] pipeline: generate the code for pipeline specification structure
      ` [PATCH V5 06/17] pipeline: add support for pipeline I/O specification
      ` [PATCH V5 07/17] pipeline: add API for pipeline code generation
      ` [PATCH V5 08/17] pipeline: add API for shared library-based pipeline build
      ` [PATCH V5 09/17] examples/pipeline: add CLI command for pipeline code generation
      ` [PATCH V5 10/17] examples/pipeline: add CLI command for shared library build
      ` [PATCH V5 11/17] examples/pipeline: remove the obsolete pipeline create CLI command
      ` [PATCH V5 12/17] examples/pipeline: remove the obsolete port configuration CLI commands
      ` [PATCH V5 13/17] examples/pipeline: remove the obsolete mirroring configuration CLI command
      ` [PATCH V5 14/17] examples/pipeline: use the pipeline name query API
      ` [PATCH V5 15/17] examples/pipeline: rework the link CLI command
      ` [PATCH V5 16/17] examples/pipelines: remove obsolete tap "
      ` [PATCH V5 17/17] examples/pipeline: call the code generation and build CLI commands

[PATCH 0/2] IPsec on Arm
 2022-07-27 17:42 UTC  (7+ messages)
` [PATCH 1/2] crypto/ipsec_mb: remove redundant includes
` [PATCH 2/2] crypto/ipsec_mb: enable IPsec on Arm platform

[PATCH] net/ice: refactor proto_ext to remove global variable
 2022-07-27 16:59 UTC 

[PATCH] net/mlx5: fix detection of LRO support
 2022-07-27 12:24 UTC 

[PATCH v10] sched: enable CMAN at runtime
 2022-07-27 11:58 UTC  (4+ messages)
` [PATCH v11] "

[PATCH 0/8] some bugfixes for hns3
 2022-07-27 10:36 UTC  (9+ messages)
` [PATCH 1/8] net/hns3: fix segment fault when using SVE xmit
` [PATCH 2/8] net/hns3: fix next-to-use overflow "
` [PATCH 3/8] net/hns3: fix next-to-use overflow when using simple xmit
` [PATCH 4/8] net/hns3: optimize SVE xmit performance
` [PATCH 5/8] net/hns3: fix segment fault when secondary process access FW
` [PATCH 6/8] net/hns3: delete rte unused tag
` [PATCH 7/8] net/hns3: fix uncleared hardware MAC statistics
` [PATCH 8/8] net/hns3: revert optimize Tx performance

[RFC PATCH 0/6] add json string escaping to telemetry
 2022-07-27  9:49 UTC  (11+ messages)
` [PATCH v2 00/13] telemetry JSON escaping and other enhancements
  ` [PATCH v2 02/13] telemetry: fix escaping of invalid json characters

[PATCH v2 0/3] net/octeon_ep: rename driver and add features
 2022-07-27  9:21 UTC  (4+ messages)
` [PATCH v2 1/3] net: rename octeon ep PMD
` [PATCH v2 2/3] net/octeon_ep: support basic stats
` [PATCH v2 3/3] net/octeon_ep: support link status

Issue seen in DPDK behavior for virtio driver
 2022-07-27  9:06 UTC  (2+ messages)

[PATCH 1/1] vhost: support VIRTIO_F_RING_RESET for vhost-user
 2022-07-27  8:56 UTC  (2+ messages)

[PATCH] crypto/openssl: support cmac operations
 2022-07-27  8:48 UTC  (4+ messages)
` [PATCH v2] crypto/ipsec_mb: enable support for arm64

[PATCH] gro: fix gro with tcp push flag
 2022-07-27  8:44 UTC  (5+ messages)
  ` 答复: "

[PATCH] eal: change alloc_sz calculation which may cause unnecessarily allocation
 2022-07-27  8:23 UTC  (2+ messages)

[Bug 1044] [dpdk-22.07] ice_iavf_fdir: the ipv4/6 gtpu_eh rule not take effect
 2022-07-27  7:42 UTC  (2+ messages)

[PATCH] event/cnxk: move crypto adapter ops to respective files
 2022-07-27  7:15 UTC 

[PATCH] config/arm: add Graviton3
 2022-07-27  6:53 UTC  (2+ messages)
` [PATCH v2] "

[dpdk-dev v1] lib/cryptodev: multi-process IPC request handler
 2022-07-27  4:25 UTC  (2+ messages)
` [EXT] "

Huawei roadmap for 22.11
 2022-07-27  2:43 UTC 

[PATCH v1] graph: fix out of bounds access when re-allocate node objs
 2022-07-27  2:39 UTC 

[RFC] pcapng: record received RSS hash in pcap file
 2022-07-26 21:36 UTC 

[PATCH 00/11] Fix repeated words in comments and messages
 2022-07-26 16:42 UTC  (31+ messages)
` [PATCH v2 00/20] Remove "
  ` [PATCH v2 09/20] remove repeated word 'only'
    ` [EXT] "
  ` [PATCH v2 13/20] remove repeated word 'that'
  ` [PATCH v2 19/20] remove repeated word 'be'
    ` [EXT] "
` [PATCH v3 00/20] Remove repeated words in comments and messages
  ` [PATCH v3 01/20] ethdev: reword dev_info_get description
  ` [PATCH v3 02/20] remove repeated word 'to'
  ` [PATCH v3 03/20] remove repeated word 'is'
  ` [PATCH v3 04/20] remove repeated word 'same'
  ` [PATCH v3 05/20] remove repeated word 'on'
  ` [PATCH v3 06/20] remove repeated word 'in'
  ` [PATCH v3 07/20] remove repeated word 'this'
  ` [PATCH v3 08/20] remove repeated word 'then'
  ` [PATCH v3 09/20] remove repeated word 'only'
  ` [PATCH v3 10/20] remove repeated word 'worker'
  ` [PATCH v3 11/20] remove repeated word 'or'
  ` [PATCH v3 12/20] remove repeated word 'table'
  ` [PATCH v3 13/20] remove repeated word 'that'
  ` [PATCH v3 14/20] remove repeated word 'override'
  ` [PATCH v3 15/20] remove repeated word 'groups'
  ` [PATCH v3 16/20] remove repeated word 'page'
  ` [PATCH v3 17/20] remove repeated word 'individual'
  ` [PATCH v3 18/20] remove repeated word 'expected'
  ` [PATCH v3 19/20] remove repeated word 'be'
  ` [PATCH v3 20/20] remove repeated word 'all'

[PATCH v2 0/3] add uncore api to be called through l3fwd-power
 2022-07-26 16:21 UTC  (5+ messages)
` [PATCH v2 1/3] power: add uncore API to power library

[RFC] regexdev: add maximum number of mbuf segments field
 2022-07-26 15:16 UTC  (2+ messages)

[PATCH] net: rename octeon ep PMD
 2022-07-26 13:28 UTC 

[PATCH dpdk-latest v2] system-dpdk: Update vhost tests to be compatible with DPDK 22.07
 2022-07-26 12:57 UTC  (2+ messages)

[dpdk-dev v1] crypto/qat: add in libcrypto version check
 2022-07-26 11:57 UTC  (5+ messages)
` [dpdk-dev v2] "
  ` [dpdk-dev v2] Crypto/qat: fix build with OpenSSL 1.1
` [EXT] [dpdk-dev v1] crypto/qat: add in libcrypto version check

[PATCH] ethtool: added list command to list all available commands
 2022-07-26 11:09 UTC  (5+ messages)
` [PATCH v2] ethtool: added help command to list all available

[PATCH] memif: memif driver does not crashes when there's different N of TX and RX queues
 2022-07-26 10:16 UTC 

[PATCH] test/crypto: add AES-CCM test vectors
 2022-07-26 10:16 UTC 

[PATCH 1/2] vhost: keep a reference to virtqueue index
 2022-07-26 10:00 UTC  (11+ messages)
` [PATCH v3 0/4] vHost IOTLB cache rework
  ` [PATCH v3 1/4] vhost: fix vq use after free on NUMA reallocation
  ` [PATCH v3 2/4] vhost: make NUMA reallocation code more robust
  ` [PATCH v3 3/4] vhost: keep a reference to virtqueue index
  ` [PATCH v3 4/4] vhost: stop using mempool for IOTLB cache

[PATCH v2] examples/dma: support DMA dequeue when no packet received
 2022-07-26  8:49 UTC  (2+ messages)

[PATCH 1/2] net/bonding: fix xmit l34 hash calculate for tcp
 2022-07-26  6:19 UTC 

Contents of dev digest
 2022-07-26  4:22 UTC 

[PATCH 1/2] eventdev/eth_tx: add spinlock for adapter start/stop
 2022-07-26  4:22 UTC  (2+ messages)
` [PATCH 2/2] eventdev/eth_tx: fix adapter stop

[PATCH] eventdev/eth_tx: update service runstate in queue delete
 2022-07-26  3:53 UTC 

[PATCH] net/bonding: fix xmit l34 hash calculate for tcp
 2022-07-26  0:52 UTC  (2+ messages)
  ` 答复: "

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