DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] Update lcore-worker name due to high number of cores
 2022-09-23  7:06 UTC  (4+ messages)
` [PATCH v2] lib/eal/linux: update "
    ` [PATCH v3] eal: "

[PATCH 0/8] Trace subsystem fixes
 2022-09-23  6:36 UTC  (7+ messages)
` [PATCH 3/8] trace: fix leak with regexp
  ` [EXT] "
` [PATCH 4/8] trace: fix dynamically enabling trace points
  ` [EXT] "

[PATCH v2 0/5] crypto/uadk: introduce uadk crypto driver
 2022-09-23  2:40 UTC  (6+ messages)
` [PATCH v2 1/5] test/crypto: add cryptodev_uadk_autotest
` [PATCH v2 2/5] crypto/uadk: introduce uadk crypto driver
` [PATCH v2 3/5] crypto/uadk: support cipher algorithms
` [PATCH v2 4/5] crypto/uadk: support auth algorithms
` [PATCH v2 5/5] doc: Update doc for UADK crypto PMD

[PATCH] vhost: use another variable to store vhost msg result code
 2022-09-23  2:32 UTC  (4+ messages)
` [PATCH v2] vhost: use dedicated variable for vhost message "

[PATCH v1] doc: add known issue in i40e guide
 2022-09-23  1:43 UTC  (2+ messages)
` [PATCH v3] doc: add known issue in intel VF guide

[PATCH v2 0/2] vhost: support VIRTIO_F_RING_RESET for vhost-user
 2022-09-23  1:41 UTC  (4+ messages)
` [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING
    `  "

[PATCH] app/test: fix LACP handshake overtime
 2022-09-23  0:58 UTC  (2+ messages)

[PATCH 0/2] check illegal packets
 2022-09-23  0:46 UTC  (4+ messages)
` [PATCH 1/2] net/iavf: "
` [PATCH 2/2] net/ice: "

[PATCH] net/iavf: fix processing vlan tci in vector path
 2022-09-23  0:38 UTC  (3+ messages)
` [PATCH v2] net/iavf: fix processing vlan tci in SSE path

[PATCH v2 5/5] bbdev: add new operation for FFT processing
 2022-09-22 20:59 UTC  (39+ messages)
` [PATCH v7 0/7] bbdev changes for 22.11
  ` [PATCH v7 2/7] bbdev: add device status info
    ` [EXT] "
  ` [PATCH v7 4/7] drivers/baseband: update PMDs to expose queue per operation
    ` [EXT] "
  ` [PATCH v7 5/7] bbdev: add new operation for FFT processing
    ` [EXT] "
  ` [PATCH v7 6/7] bbdev: add queue related warning and status information
    ` [EXT] "
  ` [PATCH v7 7/7] bbdev: remove unnecessary if-check
    ` [EXT] "
` [PATCH v8 0/7] bbdev changes for 22.11
  ` [PATCH v8 1/7] bbdev: allow operation type enum for growth
  ` [PATCH v8 2/7] bbdev: add device status info
  ` [PATCH v8 3/7] bbdev: add device info on queue topology
  ` [PATCH v8 4/7] drivers/baseband: update PMDs to expose queue per operation
  ` [PATCH v8 5/7] bbdev: add new operation for FFT processing
  ` [PATCH v8 6/7] bbdev: add queue related warning and status information
  ` [PATCH v8 7/7] bbdev: remove unnecessary if-check
` [PATCH v9 0/7] bbdev changes for 22.11
  ` [PATCH v9 1/7] bbdev: allow operation type enum for growth
  ` [PATCH v9 2/7] bbdev: add device status info
  ` [PATCH v9 3/7] bbdev: add device info on queue topology
  ` [PATCH v9 4/7] drivers/baseband: update PMDs to expose queue per operation
  ` [PATCH v9 5/7] bbdev: add new operation for FFT processing
  ` [PATCH v9 6/7] bbdev: add queue related warning and status information
  ` [PATCH v9 7/7] bbdev: remove unnecessary if-check
  ` [EXT] [PATCH v9 0/7] bbdev changes for 22.11

[PATCH v1 0/1] doc: release note update related to bbdev
 2022-09-22 20:58 UTC  (2+ messages)
` [PATCH v1 1/1] doc: release note update for the bbdev change

[PATCH] eal: Pointer alignment check improvements
 2022-09-22 20:54 UTC  (8+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

From: Nic Chautru <nicolas.chautru@intel.com>
 2022-09-22 20:34 UTC  (15+ messages)
` [PATCH v5 01/14] baseband/acc100: remove unused registers
` [PATCH v5 02/14] baseband/acc100: refactor to segregate common code
` [PATCH v5 03/14] baseband/acc: rename directory from acc100 to acc
` [PATCH v5 04/14] baseband/acc: introduce PMD for ACC200
` [PATCH v5 05/14] baseband/acc: add HW register definitions "
` [PATCH v5 06/14] baseband/acc: add info get function "
` [PATCH v5 07/14] baseband/acc: add queue configuration "
` [PATCH v5 08/14] baseband/acc: add LDPC processing functions
` [PATCH v5 09/14] baseband/acc: add LTE "
` [PATCH v5 10/14] baseband/acc: add support for FFT operations
` [PATCH v5 11/14] baseband/acc: support interrupt
` [PATCH v5 12/14] baseband/acc: add device status and vf2pf comms
` [PATCH v5 13/14] baseband/acc: add PF configure companion function
` [PATCH v5 14/14] baseband/acc: simplify meson dependency

[v1 00/19] net/mlx5: Add HW steering low level support
 2022-09-22 19:03 UTC  (20+ messages)
` [v1 01/19] net/mlx5: split flow item translation
` [v1 02/19] net/mlx5: split flow item matcher and value translation
` [v1 03/19] net/mlx5: add hardware steering item translation function
` [v1 04/19] net/mlx5: add port to metadata conversion
` [v1 05/19] common/mlx5: query set capability of registers
` [v1 06/19] net/mlx5: provide the available tag registers
` [v1 07/19] net/mlx5: Add additional glue functions for HWS
` [v1 08/19] net/mlx5: Remove stub HWS support
` [v1 09/19] net/mlx5/hws: Add HWS command layer
` [v1 10/19] net/mlx5/hws: Add HWS pool and buddy
` [v1 11/19] net/mlx5/hws: Add HWS send layer
` [v1 12/19] net/mlx5/hws: Add HWS definer layer
` [v1 13/19] net/mlx5/hws: Add HWS context object
` [v1 14/19] net/mlx5/hws: Add HWS table object
` [v1 15/19] net/mlx5/hws: Add HWS matcher object
` [v1 16/19] net/mlx5/hws: Add HWS rule object
` [v1 17/19] net/mlx5/hws: Add HWS action object
` [v1 18/19] net/mlx5/hws: Add HWS debug layer
` [v1 19/19] net/mlx5/hws: Enable HWS

From: Nic Chautru <nicolas.chautru@intel.com>
 2022-09-22 18:51 UTC  (27+ messages)
` [PATCH v4 01/14] baseband/acc100: remove unused registers
` [PATCH v4 02/14] baseband/acc100: refactor to segregate common code
` [PATCH v4 03/14] baseband/acc: rename directory from acc100 to acc
` [PATCH v4 04/14] baseband/acc: introduce PMD for ACC200
` [PATCH v4 05/14] baseband/acc: add HW register definitions "
` [PATCH v4 06/14] baseband/acc: add info get function "
` [PATCH v4 07/14] baseband/acc: add queue configuration "
` [PATCH v4 08/14] baseband/acc: add LDPC processing functions
` [PATCH v4 09/14] baseband/acc: add LTE "
` [PATCH v4 10/14] baseband/acc: add support for FFT operations
` [PATCH v4 11/14] baseband/acc: support interrupt
` [PATCH v4 12/14] baseband/acc: add device status and vf2pf comms
` [PATCH v4 13/14] baseband/acc: add PF configure companion function
` [PATCH v4 14/14] baseband/acc: simplify meson dependency

DPDK Release Status Meeting 2022-09-22
 2022-09-22 18:24 UTC 

[PATCH v1 1/2] eal: add lcore busyness telemetry
 2022-09-22 17:14 UTC  (5+ messages)
` [PATCH v7 0/4] Add lcore poll "
  ` [PATCH v7 1/4] eal: add "

[PATCH v4] baseband/turbo_sw: Remove flexran_sdk meson option
 2022-09-22 16:40 UTC  (3+ messages)
` [PATCH v4] baseband/turbo_sw: remove Flexran SDK "
  ` [EXT] "

[PATCH] test/cryptodev: ensure structs are updated in unison
 2022-09-22 16:11 UTC  (2+ messages)

[dpdk-dev v1] crypto/openssl: fix of dstlen passed in HMAC
 2022-09-22 16:07 UTC  (3+ messages)
` [dpdk-dev v2] crypto/openssl: fix HMAC output length
  ` [EXT] "

[PATCH] cryptodev: add missing algorithm strings
 2022-09-22 16:01 UTC  (2+ messages)

[PATCH 1/4] mbuf: clarify meta data needed for Outbound Inline
 2022-09-22 15:48 UTC  (3+ messages)
` [PATCH v3 1/5] "

[PATCH 0/3] security: support MACsec
 2022-09-22 15:37 UTC  (5+ messages)
` [PATCH 1/3] net: add MACsec header
` [PATCH 2/3] security: support MACsec

[PATCH] usertools: rewrite pmdinfo
 2022-09-22 15:12 UTC  (4+ messages)
` [PATCH v5] "

[PATCH 00/10] port: implement output port non-blocking behavior
 2022-09-22 14:58 UTC  (2+ messages)

[PATCH v1] ethdev: add direction info when creating the transfer table
 2022-09-22 14:46 UTC  (13+ messages)

[PATCH v3 0/9] dts: ssh connection to a node
 2022-09-22 14:32 UTC  (15+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/9] dts: add ssh pexpect library

[PATCH 0/3] cryptodev: sym session framework rework
 2022-09-22 14:06 UTC  (10+ messages)
` [PATCH v2 0/6] crypto/security "
  ` [PATCH v2 1/6] cryptodev: rework session framework
  ` [PATCH v2 2/6] crypto/scheduler: use unified session
  ` [PATCH v2 3/6] cryptodev: hide sym session structure
  ` [PATCH v2 5/6] drivers/crypto: support security session get size op

[PATCH] examples/vhost: fix use after free
 2022-09-22 13:46 UTC  (3+ messages)

[PATCH] ethdev: rte_eth_rx_queue_count is a dataplane function
 2022-09-22 13:46 UTC  (4+ messages)

[PATCH] net/nfp: fix memory leak for receive function
 2022-09-22 13:09 UTC 

[PATCH] vhost: reduce memory footprint when IOMMU is disabled
 2022-09-22 13:08 UTC  (2+ messages)

[PATCH 0/2] net/nfp: use a single struct eth_dev_ops
 2022-09-22 13:03 UTC  (3+ messages)
` [PATCH 1/2] net/nfp: fix return value of nfp card init function
` [PATCH 2/2] net/nfp: optimize ethdev struct

[Bug 1083] crypto/openssl build failure in Ubuntu 22.04
 2022-09-22 12:43 UTC 

[PATCH 0/6] examples/ipsec-secgw: add lookaside event mode
 2022-09-22 11:07 UTC  (4+ messages)
` [PATCH 3/6] "

[PATCH] mlx5: initially reading xstats does not cause seg fault
 2022-09-22 10:39 UTC  (3+ messages)

[RFC] net/memif: add a fast path for Rx
 2022-09-22  9:12 UTC  (3+ messages)
` [PATCH v4 0/2] add a fast path for memif Rx/Tx

[Bug 1082] EML file Conversion into PST File format for Outlook!
 2022-09-22  9:12 UTC  (2+ messages)

[PATCH v2] net/iavf: enable inner and outer Tx checksum offload
 2022-09-22  9:02 UTC  (3+ messages)
` [PATCH v3] "

DPDK 19.11.5 Legacy Memory Design Query
 2022-09-22  9:00 UTC  (4+ messages)

[dpdk-dev] [PATCH] common/cnxk: add changes in base rule merging
 2022-09-22  8:35 UTC  (2+ messages)

Dpdk Use Memif in secondary process
 2022-09-22  8:08 UTC 

[PATCH v1] buildtools: ensure the NUMA nodes are counted correct
 2022-09-22  8:06 UTC  (2+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH v7 0/4] ethdev: error recovery support
 2022-09-22  7:53 UTC  (5+ messages)
` [PATCH v8 1/4] ethdev: support device error recovery notification

[PATCH] eventdev/timer: fix adapter stop function
 2022-09-22  7:53 UTC 

[PATCH v9 0/5] support error handling mode
 2022-09-22  7:41 UTC  (6+ messages)
  ` [PATCH v9 1/5] ethdev: support get port "
  ` [PATCH v9 2/5] ethdev: support proactive "
  ` [PATCH v9 3/5] app/testpmd: support error handling mode event
  ` [PATCH v9 4/5] net/hns3: support proactive error handling mode
  ` [PATCH v9 5/5] net/bnxt: "

[PATCH 0/2] common/mlx5: fix multi-process mempool registration
 2022-09-22  7:31 UTC  (3+ messages)
` [PATCH 1/2] mempool: make event callbacks process-private

[PATCH v6 0/2] Add l2reflect measurement application
 2022-09-22  5:55 UTC  (5+ messages)
` [PATCH v6 2/2] "

[PATCH 1/3] eventdev: add element offset to event vector
 2022-09-22  5:40 UTC  (3+ messages)
` [PATCH v2 "

[Bug 1079] [dpdk 22.11] kernel/linux/kni meson build failed with gcc 7.5 on suse15.4
 2022-09-22  5:27 UTC  (2+ messages)

[Bug 1076] [dpdk 22.11] kernel/linux/kni meson build failed with gcc 11.3.1 on rhel9.0
 2022-09-22  5:27 UTC  (2+ messages)

[PATCH V2 0/6] [PATCH 0/6] app/testpmd: support attach and detach port for MP
 2022-09-22  5:07 UTC  (3+ messages)
  ` [PATCH V2 4/6] app/testpmd: check the validity of the port

[PATCH v2] app/test: add event inline security tests
 2022-09-22  4:53 UTC  (5+ messages)
` [PATCH 0/3] Vector support for event crypto adapter
  ` [PATCH 1/3] eventdev: introduce event cryptodev vector type

[PATCH 0/4] support protocol based buffer split
 2022-09-22  3:13 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] ethdev: introduce protocol hdr "

[PATCH 0/2] introduce NitroSketch Mode into membership library
 2022-09-22  3:00 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] member: implement NitroSketch mode

DPDK with i225/226 on elkhartlake
 2022-09-22  2:56 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] net/bonding: support Tx prepare for bonding
 2022-09-22  2:12 UTC  (11+ messages)
` [PATCH v2 0/3] add Tx prepare support for bonding driver
  ` [PATCH v2 1/3] net/bonding: support Tx prepare

[PATCH] net/iavf: fix outer checksum flags
 2022-09-22  1:55 UTC  (2+ messages)

[PATCH] net/bonding: add link speeds configuration
 2022-09-22  1:33 UTC  (7+ messages)
` [PATCH V2] "
` [PATCH V3] "

From: Nic Chautru <nicolas.chautru@intel.com>
 2022-09-21 23:34 UTC  (7+ messages)
` [PATCH v3 01/13] baseband/acc100: refactor to segregate common code
` [PATCH v3 02/13] baseband/acc200: introduce PMD for ACC200

[PATCH v2] eal: change alloc_sz calculation which may cause unnecessarily allocation
 2022-09-21 22:52 UTC  (4+ messages)

[RFC PATCH 00/11] Bus cleanup for 22.11
 2022-09-21 22:29 UTC  (7+ messages)
` [RFC v3 00/26] Bus and device "

[PATCH 0/4] cryptodev: add SM3 and SM4 algorithms
 2022-09-21 19:37 UTC  (4+ messages)
` [PATCH 4/4] crypto/qat : add SM3 hash algorithm
  ` [EXT] "
` [EXT] [PATCH 0/4] cryptodev: add SM3 and SM4 algorithms

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