DPDK patches and discussions
 help / color / mirror / Atom feed
vmxnet3 no longer functional on DPDK 21.11
 2024-01-24 14:04 UTC  (7+ messages)
` [PATCH] net/vmxnet3: fix use of interrupts on FreeBSD

[24.03 RFC 0/3] Add argument manipulation library
 2024-01-24 13:57 UTC  (6+ messages)
` [24.03 RFC 1/3] args: new library to allow easier manipulation of cmdline args
` [24.03 RFC 3/3] args: add functions to check parameter validity

[PATCH 00/14] rte_pktmbuf_mtod_offset usage
 2024-01-24 13:47 UTC  (7+ messages)
` [PATCH v5 00/11] use rte_pktmbuf_mto_offset
  ` [PATCH v5 06/11] net/tap: use rte_pktmbuf_motd_offset
` [PATCH v5 05/11] net/nfp: use rte_pktmbuf_mtod_offset

[dpdk-dev] [PATCH v4] eal: refactor rte_eal_init into sub-functions
 2024-01-24 13:45 UTC 

[PATCH v4 0/8] add new command line argument parsing library
 2024-01-24 13:33 UTC  (2+ messages)

[PATCH v4 0/8] add new command line argument parsing library
 2024-01-24 13:31 UTC  (4+ messages)
  ` [PATCH v4 1/8] arg_parser: new library for command line parsing

[PATCH] lib: remove duplicate prefix in logs
 2024-01-24 13:28 UTC  (4+ messages)

[24.03 RFC] argparse: add argparse library
 2024-01-24 13:26 UTC  (20+ messages)
` [PATCH 00/12] "
  ` [PATCH 01/12] eal: introduce more macro for bit definition
  ` [PATCH 02/12] argparse: add argparse library
  ` [PATCH 03/12] argparse: support verify argument config
  ` [PATCH 04/12] test/argparse: add verify argument config test
  ` [PATCH 05/12] argparse: support parse parameters
  ` [PATCH 06/12] test/argparse: add parse parameters test
  ` [PATCH 07/12] argparse: provide parsing known type API
  ` [PATCH 08/12] test/argparse: add parse type test
  ` [PATCH 09/12] argparse: support parse unsigned base type
  ` [PATCH 10/12] test/argparse: add parse unsigned base type test
  ` [PATCH 11/12] argparse: pretty help info
  ` [PATCH 12/12] examples/dma: replace getopt with argparse

[PATCH] net/cnxk: support Tx queue descriptor count
 2024-01-24 12:39 UTC 

[PATCH] test/event: skip test if no driver is present
 2024-01-24 12:33 UTC 

[PATCH] app/testpmd: add command to get Tx queue used count
 2024-01-24 12:18 UTC 

[PATCH v1 0/7] improve eventdev API specification/documentation
 2024-01-24 11:51 UTC  (30+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] eventdev: improve doxygen introduction text
  ` [PATCH v2 03/11] eventdev: update documentation on device capability flags
  ` [PATCH v2 04/11] eventdev: cleanup doxygen comments on info structure
  ` [PATCH v2 05/11] eventdev: improve function documentation for query fns
  ` [PATCH v2 06/11] eventdev: improve doxygen comments on configure struct
  ` [PATCH v2 07/11] eventdev: fix documentation for counting single-link ports
  ` [PATCH v2 08/11] eventdev: improve doxygen comments on config fns
  ` [PATCH v2 09/11] eventdev: improve doxygen comments for control APIs
  ` [PATCH v2 10/11] eventdev: RFC clarify comments on scheduling types
  ` [PATCH v2 11/11] eventdev: RFC clarify docs on event object fields

[PATCH] mempool: test performance with larger bursts
 2024-01-24 11:21 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[PATCH] bus/pci: fix secondary process PCI uio resource map problem
 2024-01-24 10:45 UTC 

[V1 0/5] support VXLAN-GPE header fields(flags, rsvd0 and rsvd1) matching
 2024-01-24  9:46 UTC  (2+ messages)

[Bug 1338] [dpdk-22.11.4] vhost_virtio_user_interrupt_with_power_monitor/perf_wake_up_split_ring_vhost_user_core_with_l3fwd_power_sample:virtio-user can't receive packet
 2024-01-24  9:38 UTC  (2+ messages)
` [DPDK Bug "

[PATCH 0/4] enhance NFP service framework
 2024-01-24  9:25 UTC  (5+ messages)
` [PATCH 1/4] net/nfp: add synchronize module
` [PATCH 2/4] net/nfp: create new service code related files
` [PATCH 3/4] net/nfp: flower driver uses one service core
` [PATCH 4/4] net/nfp: fix stop cpp service problem

DPDK 22.11.4 released
 2024-01-24  9:15 UTC 

[PATCH] app/crypto-perf: support TLS record
 2024-01-24  6:49 UTC 

[PATCH] net/iavf: fix access to null value
 2024-01-24  2:05 UTC 

[PATCH 0/7] net/gve: RSS Support for GVE Driver
 2024-01-24  0:15 UTC  (26+ messages)
` [PATCH v2 1/7] net/gve: fully expose RSS offload support in dev_info
` [PATCH v2 2/7] net/gve: RSS adminq command changes
` [PATCH v2 3/7] net/gve: add gve_rss library for handling RSS-related behaviors
` [PATCH v2 4/7] net/gve: RSS configuration update support
` [PATCH v2 5/7] net/gve: RSS redirection table "
` [PATCH v2 6/7] net/gve: update gve.ini with RSS capabilities
` [PATCH v2 7/7] net/gve: update GVE documentation with RSS support
  ` [PATCH v3 1/7] net/gve: fully expose RSS offload support in dev_info
  ` [PATCH v3 2/7] net/gve: RSS adminq command changes
  ` [PATCH v3 3/7] net/gve: add gve_rss library for handling RSS-related behaviors
  ` [PATCH v3 4/7] net/gve: RSS configuration update support
  ` [PATCH v3 5/7] net/gve: RSS redirection table "
  ` [PATCH v3 6/7] net/gve: update gve.ini with RSS capabilities
  ` [PATCH v3 7/7] net/gve: update GVE documentation with RSS support
` [PATCH v3 0/7] net/gve: RSS Support for GVE Driver

DTS testpmd and SCAPY integration
 2024-01-23 18:26 UTC  (6+ messages)

[PATCH v5 0/5] changes for 24.03
 2024-01-23 16:54 UTC  (6+ messages)
` [PATCH v5 1/5] doc: fix fpga 5gnr configuration values
` [PATCH v5 2/5] baseband/fpga_5gnr_fec: renaming for consistency
` [PATCH v5 3/5] baseband/fpga_5gnr_fec: add Vista Creek variant
` [PATCH v5 4/5] baseband/fpga_5gnr_fec: add AGX100 support
` [PATCH v5 5/5] baseband/fpga_5gnr_fec: cosmetic comment changes

[PATCH v1] net/tap: fix buffer overflow for ptypes list
 2024-01-23 15:37 UTC  (13+ messages)
` [PATCH v5 1/2] drivers/net: "
  ` [PATCH v5 2/2] drivers/net: return number of types in get supported types

[PATCH 0/8] optimize the firmware loading process
 2024-01-23 15:18 UTC  (7+ messages)

[dpdk-dev] [v1] ethdev: support Tx queue used count
 2024-01-23 11:46 UTC  (4+ messages)
` [dpdk-dev] [v2] "

[PATCH v1] crypto/ipsec_mb: upgrade IPsec Multi-buffer to 1.4
 2024-01-23 11:42 UTC  (2+ messages)

[PATCH 0/6] remove incorrect code for loading 16B descriptors
 2024-01-23 11:40 UTC  (7+ messages)
` [PATCH 1/6] net/i40e: remove incorrect 16B descriptor read block
` [PATCH 2/6] net/i40e: reduce code indentation
` [PATCH 3/6] net/iavf: remove incorrect 16B descriptor read block
` [PATCH 4/6] net/iavf: reduce code indent
` [PATCH 5/6] net/ice: remove incorrect 16B descriptor read block
` [PATCH 6/6] net/ice: reduce code indent

[RFC] ethdev: fast path async flow API
 2024-01-23 11:37 UTC  (5+ messages)

[PATCH 0/7] replace zero length arrays
 2024-01-23 11:18 UTC  (9+ messages)
` [PATCH v5 00/10] Replace "
  ` [PATCH v5 07/10] net/mlx5: replace zero length array with flex array
  ` [PATCH v5 10/10] common/dpaxx: replace zero length array

[PATCH 1/2] net/virtio-user: improve kick performance with notification area mapping
 2024-01-23 10:55 UTC  (8+ messages)
` [PATCH 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features
    ` [EXT] "
  ` [EXT] Re: [PATCH 1/2] net/virtio-user: improve kick performance with notification area mapping
` [PATCH v2 "
  ` [PATCH v2 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features

[PATCH] doc: update LTS maintenance to 3 years
 2024-01-23  7:55 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/26] Replace uses of RTE_LOGTYPE_PMD
 2024-01-23  2:47 UTC  (4+ messages)
` [PATCH v6 00/20] Remove uses of PMD logtype

[PATCH 0/7] net/gve: RSS Support for GVE Driver
 2024-01-23  0:16 UTC  (8+ messages)
` [PATCH 1/7] net/gve: fully expose RSS offload support in dev_info
` [PATCH 2/7] net/gve: RSS adminq command changes
` [PATCH 3/7] net/gve: add gve_rss library for handling RSS-related behaviors
` [PATCH 4/7] net/gve: RSS configuration update support
` [PATCH 5/7] net/gve: RSS redirection table "
` [PATCH 6/7] net/gve: update gve.ini with RSS capabilities
` [PATCH 7/7] net/gve: update GVE documentation with RSS support

[PATCH 0/4] dts: error and usage improvements
 2024-01-22 18:26 UTC  (5+ messages)
` [PATCH 1/4] dts: constrain DPDK source flag
` [PATCH 2/4] dts: customise argparse error message
` [PATCH 3/4] dts: show help when DTS is ran without args
` [PATCH 4/4] dts: log stderr with failed remote commands

[PATCH v1 0/2] dts: api docs generation
 2024-01-22 16:35 UTC  (9+ messages)
` [PATCH v2 0/3] dts: API "
  ` [PATCH v2 1/3] dts: add doc generation dependencies
  ` [PATCH v2 2/3] dts: add API doc sources
  ` [PATCH v2 3/3] dts: add API doc generation
` [PATCH v3 0/3] dts: API docs generation
  ` [PATCH v3 1/3] dts: add doc generation dependencies
  ` [PATCH v3 2/3] dts: add API doc sources
  ` [PATCH v3 3/3] dts: add API doc generation

[PATCH 1/2] config/arm: avoid mcpu and march conflicts
 2024-01-22 16:29 UTC  (10+ messages)
` [PATCH 2/2] config/arm: add support for fallback march
    ` [EXT] "
  ` [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

[RFC] mbuf: performance optimization
 2024-01-22 14:39 UTC  (5+ messages)
` [PATCH v2] mempool: test performance with larger bursts

[PATCH] net/mana: prevent values overflow returned from RDMA layer
 2024-01-22 14:04 UTC  (2+ messages)

[PATCH] examples/ipsec-secgw: fix cryptodev to SA mapping
 2024-01-22 13:52 UTC  (3+ messages)

[PATCH] raw/cnxk_bphy: extend link state capabilities
 2024-01-22 13:28 UTC  (2+ messages)

[PATCH] net/mana: rename mana_find_pmd_mr() to mana_alloc_pmd_mr()
 2024-01-22 12:18 UTC  (2+ messages)

[PATCH] net/ice: fix tso tunnel setting to not take effect
 2024-01-22 11:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] net/gve: Enable stats reporting for GQ format
 2024-01-22 10:56 UTC  (3+ messages)
` [v4] net/gve: enable imissed stats "

[PATCH 0/2] multiple representors in one device
 2024-01-22 10:10 UTC  (10+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] ethdev: parsing multiple representor devargs string
      ` [EXT] "
` [PATCH v4 0/1] multiple representors in one device
  ` [PATCH v4 1/1] ethdev: parsing multiple representor devargs string

[PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail
 2024-01-22  9:05 UTC  (6+ messages)
  ` =?gb18030?B?u9i4tKO6IFtQQVRDSF0gbGliL3RlbGVtZXRyeTpmaXggdGVsZW1ldHJ5IGNvbm5zIGxlYWsgaW4gY2FzZSBvZiBzb2NrZXQgd3JpdGUgZmFpbA==?=
    ` 回复: [PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail
` [PATCH] [v2]lib/telemetry:fix "

[PATCH v1] net/mlx5: fix secondary process query stats segfault
 2024-01-22  7:44 UTC 

[PATCH v2 1/2] config/arm: allow WFE to be enabled config time
 2024-01-22  6:43 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] event/cnxk: use WFE LDP loop for getwork routine

[PATCH] vhost: fix deadlock during software live migration of VDPA in a nested virtualization environment
 2024-01-22  3:27 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 1/2] net/octeon_ep: improve Rx performance
 2024-01-21 16:43 UTC  (2+ messages)
` [PATCH v3 2/2] net/octeon_ep: add Rx NEON routine

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