DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [RFC v20.20] mbuf: introduce pktmbuf pool with pinned external buffers
 2023-12-06 10:55 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6 0/5] mbuf: detach mbuf with pinned external buffer
  ` [dpdk-dev] [PATCH v6 2/5] "
    ` [dpdk-dev] [PATCH v6 2/5] mbuf: detach mbuf with pinned externalbuffer

[PATCH v1] mbuf: remove the redundant code for mbuf prefree
 2023-12-06 10:21 UTC  (9+ messages)

[PATCH v12 00/22] Covert static log types in libraries to dynamic
 2023-12-06 10:08 UTC  (23+ messages)
` [PATCH v13 00/21] Convert static log types in libraries to dynamic types
` [PATCH 00/18] Convert static log types in libraries to dynamic
  ` [PATCH 01/18] gso: don't log message on non TCP/UDP
  ` [PATCH 02/18] eal: drop no longer used GSO logtype
  ` [PATCH 03/18] log: drop unused RTE_LOGTYPE_TIMER
  ` [PATCH 04/18] efd: convert RTE_LOGTYPE_EFD to dynamic type
  ` [PATCH 05/18] mbuf: convert RTE_LOGTYPE_MBUF "
  ` [PATCH 06/18] acl: convert RTE_LOGTYPE_ACL "
  ` [PATCH 07/18] examples/power: replace use of RTE_LOGTYPE_POWER
  ` [PATCH 08/18] examples/l3fwd-power: "
  ` [PATCH 09/18] power: convert RTE_LOGTYPE_POWER to dynamic type
  ` [PATCH 10/18] ring: convert RTE_LOGTYPE_RING "
  ` [PATCH 11/18] mempool: convert RTE_LOGTYPE_MEMPOOL "
  ` [PATCH 12/18] lpm: convert RTE_LOGTYPE_LPM to dynamic types
  ` [PATCH 13/18] sched: convert RTE_LOGTYPE_SCHED to dynamic type
  ` [PATCH 14/18] examples/ipsec-secgw: replace RTE_LOGTYPE_PORT
  ` [PATCH 15/18] app/test: remove use of RTE_LOGTYPE_PIPELINE
  ` [PATCH 16/18] hash: mover rte_thash_gfni stubs out of header file
  ` [PATCH 17/18] hash: move rte_hash_set_alg "
  ` [PATCH 18/18] hash: convert RTE_LOGTYPE_HASH to dynamic type

[PATCH 0/3] enhancements for dpdk-cmdline-gen script
 2023-12-06  7:42 UTC  (7+ messages)
` [PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional parameters
  ` [EXT] "
` [PATCH 2/3] buildtools/dpdk-cmdline-gen: fix IP address initializer
  ` [EXT] "
` [PATCH 3/3] buildtools/dpdk-cmdline-gen: add explicit IPv4 and v6 types
  ` [EXT] "

[PATCH] buildtools/dpdk-cmdline-gen: fix code gen for IP addresses
 2023-12-06  6:18 UTC  (2+ messages)
` [EXT] "

[PATCH] net/iavf: support Tx LLDP on scalar and AVX512
 2023-12-06  6:08 UTC 

[PATCH v1] net/memif: fix segfault with Tx burst larger than 255
 2023-12-06  3:04 UTC  (3+ messages)

[PATCH] raw/ntb: refactor to support NTB on 5th Gen Intel Xeon
 2023-12-06  3:00 UTC 

[PATCH v7 00/21] dts: docstrings update
 2023-12-05 18:39 UTC  (41+ messages)
` [PATCH v8 "
  ` [PATCH v8 12/21] dts: interactive remote session docstring update
  ` [PATCH v8 15/21] dts: os "
  ` [PATCH v8 18/21] dts: sut and tg nodes "
  ` [PATCH v8 19/21] dts: base traffic generators "
  ` [PATCH v8 20/21] dts: scapy tg "
  ` [PATCH v9 00/21] dts: docstrings update
    ` [PATCH v9 01/21] dts: code adjustments for doc generation
    ` [PATCH v9 02/21] dts: add docstring checker
    ` [PATCH v9 03/21] dts: add basic developer docs
    ` [PATCH v9 04/21] dts: exceptions docstring update
    ` [PATCH v9 05/21] dts: settings "
    ` [PATCH v9 06/21] dts: logger and utils "
    ` [PATCH v9 07/21] dts: dts runner and main "
    ` [PATCH v9 08/21] dts: test suite "
    ` [PATCH v9 09/21] dts: test result "
    ` [PATCH v9 10/21] dts: config "
    ` [PATCH v9 11/21] dts: remote session "
    ` [PATCH v9 12/21] dts: interactive "
    ` [PATCH v9 13/21] dts: port and virtual device "
    ` [PATCH v9 14/21] dts: cpu "
    ` [PATCH v9 15/21] dts: os session "
    ` [PATCH v9 16/21] dts: posix and linux sessions "
    ` [PATCH v9 17/21] dts: node "
    ` [PATCH v9 18/21] dts: sut and tg nodes "
    ` [PATCH v9 19/21] dts: base traffic generators "
    ` [PATCH v9 20/21] dts: scapy tg "
    ` [PATCH v9 21/21] dts: test suites "

[v2] net/af_xdp: enable a sock path alongside use_cni
 2023-12-05 18:30 UTC  (12+ messages)

[dpdk-dev] [PATCH] net/af_xdp: fix memzone leak in error path
 2023-12-05 13:16 UTC  (7+ messages)
` [PATCH v2] "

[dpdk-dev] [PATCH 2/2] drivers: add represented port flow item for cnxk
 2023-12-05 11:53 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

VMXNET3 MTU
 2023-12-05 11:50 UTC 

[Bug 1333] DMA Perf test unable to parse multiple DMA devices from configuration file
 2023-12-05 11:45 UTC 

[PATCH 1/1] ml/cnxk: exclude caching run stats from xstats
 2023-12-05 11:24 UTC  (2+ messages)

[PATCH 1/3] vhost: robustify virtqueue access lock asserts
 2023-12-05 11:04 UTC  (12+ messages)
` [PATCH 2/3] vhost: fix virtqueue access lock in datapath
` [PATCH v2 1/5] vhost: fix virtqueue access check "
  ` [PATCH v2 2/5] vhost: fix virtqueue access check in VDUSE setup
  ` [PATCH v2 3/5] vhost: fix virtqueue access check in vhost-user setup
  ` [PATCH v2 4/5] vhost: annotate virtqueue access checks
  ` [PATCH v2 5/5] vhost: enhance virtqueue access lock asserts

0001-vhost-optimize-vhost-user-get-protocol-features
 2023-12-05 11:01 UTC 

[PATCH] bus/vdev: fix devargs memory leak
 2023-12-05 10:32 UTC  (5+ messages)

[PATCH] net/iavf: fix no polling mode switch
 2023-12-05 10:28 UTC 

mbuf init questions
 2023-12-05 10:10 UTC  (3+ messages)

[PATCH 1/3] common/cnxk: optimize ethdev teardown time
 2023-12-05 10:00 UTC  (3+ messages)
` [PATCH 2/3] common/cnxk: added new API to enable disable SQ
` [PATCH 3/3] net/cnxk: reduce Tx queue release time

[dpdk-dev] [PATCH] common/cnxk: add ROC API to get MKEX capability
 2023-12-05  9:54 UTC  (2+ messages)

[PATCH 1/2] common/cnxk: support to dump debug info to file
 2023-12-05  9:45 UTC  (2+ messages)
` [PATCH 2/2] net/cnxk: dump Rx descriptor "

[PATCH] raw/cnxk_gpio: switch to dynamic logging
 2023-12-05  9:37 UTC  (2+ messages)

[PATCH 1/2] node: forward packet from ethdev_rx node
 2023-12-05  9:27 UTC  (10+ messages)
` [PATCH v2 1/3] node: support to add next node to ethdev Rx node
  ` [PATCH v2 2/3] app/graph: add ethdev forward command
  ` [PATCH v2 3/3] app/graph: implement port forward usecase
  ` [PATCH v3 1/3] node: support to add next node to ethdev Rx node
    ` [PATCH v3 2/3] app/graph: add ethdev forward command
    ` [PATCH v3 3/3] app/graph: implement port forward usecase
    ` [PATCH v4 1/3] node: support to add next node to ethdev Rx node
      ` [PATCH v4 2/3] app/graph: add ethdev forward command
      ` [PATCH v4 3/3] app/graph: implement port forward usecase

[PATCH v1] config/arm: correct cpu arch for cross build
 2023-12-05  3:52 UTC  (4+ messages)
` [PATCH v4 0/2] config changes "
  ` [PATCH v4 1/2] config: correct cpu instruction set "
  ` [PATCH v4 2/2] config/arm: use common cpu arch for cross files

[PATCH 0/7] refactor kvargs test
 2023-12-05  2:55 UTC  (2+ messages)

[PATCH 00/11] Add basic flow support for corenic firmware
 2023-12-05  2:54 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/11] net/nfp: move some source files
  ` [PATCH v2 02/11] net/nfp: add the structures and functions for flow offload
  ` [PATCH v2 03/11] net/nfp: add the control message channel
  ` [PATCH v2 04/11] net/nfp: support flow API for CoreNIC firmware
  ` [PATCH v2 05/11] net/nfp: support Ethernet flow item
  ` [PATCH v2 06/11] net/nfp: support drop flow action
  ` [PATCH v2 07/11] net/nfp: support IPv4 flow item
  ` [PATCH v2 08/11] net/nfp: support IPv6 "
  ` [PATCH v2 09/11] net/nfp: support TCP/UDP/SCTP flow items
  ` [PATCH v2 10/11] net/nfp: support MARK flow action
  ` [PATCH v2 11/11] net/nfp: support QUEUE "

[PATCH 0/5] fix race-condition of proactive error handling mode
 2023-12-05  2:30 UTC  (3+ messages)
` [PATCH v3 0/7] "

[24.03 RFC] argparse: add argparse library
 2023-12-05  1:22 UTC  (10+ messages)
` [RFC v2 0/6] "
  ` [RFC v2 1/6] argparse: "
  ` [RFC v2 2/6] argparse: support verify argument config
  ` [RFC v2 3/6] test/argparse: add verify argument config test
  ` [RFC v2 4/6] argparse: support parse parameters
  ` [RFC v2 5/6] test/argparse: add parse parameters test
  ` [RFC v2 6/6] examples/dma: replace getopt with argparse

[PATCH 00/14] support new 5760X P7 devices
 2023-12-04 18:37 UTC  (15+ messages)
` [PATCH 01/14] net/bnxt: refactor epoch setting
` [PATCH 02/14] net/bnxt: update HWRM API
` [PATCH 03/14] net/bnxt: log a message when multicast promisc mode changes
` [PATCH 04/14] net/bnxt: use the correct COS queue for Tx
` [PATCH 05/14] net/bnxt: refactor mem zone allocation
` [PATCH 06/14] net/bnxt: add support for p7 device family
` [PATCH 07/14] net/bnxt: refactor code to support P7 devices
` [PATCH 08/14] net/bnxt: fix array overflow
` [PATCH 09/14] net/bnxt: add support for backing store v2
` [PATCH 10/14] net/bnxt: refactor the ulp initialization
` [PATCH 11/14] net/bnxt: modify sending new HWRM commands to firmware
` [PATCH 12/14] net/bnxt: retry HWRM ver get if the command fails
` [PATCH 13/14] net/bnxt: cap ring resources for P7 devices
` [PATCH 14/14] net/bnxt: add support for v3 Rx completion

[PATCH] net/iavf: fix vf startup coredump
 2023-12-04 14:09 UTC 

[PATCH 0/2] app/testpmd: support set RSS hash algorithm
 2023-12-04 13:57 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/5] Fix use of RTE_LOGTYPE_USER1 in libraries
 2023-12-04 12:25 UTC  (3+ messages)
` [PATCH v8 0/6] Convert "

[PATCH 0/7] fix resource leak problems
 2023-12-04 12:22 UTC  (11+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] net/nfp: modify the process private data
  ` [PATCH v2 2/8] net/nfp: fix resource leak for device initialization
  ` [PATCH v2 3/8] net/nfp: fix resource leak for CoreNIC firmware
  ` [PATCH v2 4/8] net/nfp: fix resource leak for PF initialization
  ` [PATCH v2 5/8] net/nfp: fix resource leak for flower firmware
  ` [PATCH v2 6/8] net/nfp: fix resource leak for exit of CoreNIC firmware
  ` [PATCH v2 7/8] net/nfp: fix resource leak for exit of flower firmware
  ` [PATCH v2 8/8] net/nfp: fix resource leak for VF

[PATCH v3] windows/virt2phys: fix block MDL not updated
 2023-12-04 10:32 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v6] bus/pci: fix legacy device IO port map
 2023-12-04 10:23 UTC  (5+ messages)
` [PATCH v7 0/2] fix legacy device missing region info
  ` [PATCH v7 1/2] vfio: add get device info API

[PATCH v1 00/23] net/mlx5: support Geneve and options for HWS
 2023-12-03 11:25 UTC  (16+ messages)
` [PATCH v1 07/23] common/mlx5: add GENEVE TLV option attribute structure
` [PATCH v1 09/23] common/mlx5: add sample info query syndrome into error log
` [PATCH v1 10/23] common/mlx5: query GENEVE option sample ID from HCA attr
` [PATCH v1 11/23] common/mlx5: add function to query GENEVE TLV option
` [PATCH v1 13/23] net/mlx5: add GENEVE TLV options parser API
` [PATCH v1 14/23] net/mlx5: add API to expose GENEVE option FW information
` [PATCH v1 15/23] net/mlx5: add testpmd support for GENEVE TLV parser
` [PATCH v1 16/23] net/mlx5/hws: increase hl size for future compatibility
` [PATCH v1 17/23] net/mlx5/hws: support GENEVE matching
` [PATCH v1 18/23] net/mlx5/hws: support GENEVE options header
` [PATCH v1 19/23] net/mlx5: add support for GENEVE and option item in HWS
` [PATCH v1 20/23] net/mlx5: add GENEVE option support for profile 0
` [PATCH v1 21/23] net/mlx5: add GENEVE option support for group 0
` [PATCH v1 22/23] net/mlx5: add support for GENEVE VNI modify field
` [PATCH v1 23/23] net/mlx5: add support for modify GENEVE option header

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