DPDK patches and discussions
 help / color / mirror / Atom feed
[DPDK v2] net/ixgbe: promote MDIO API
 2022-04-19 11:06 UTC  (6+ messages)
` [DPDK v3] "
  ` [DPDK v4] "

[PATCH 01/24] common/cnxk: add multi channel support for SDP send queues
 2022-04-19  5:59 UTC  (10+ messages)
` [PATCH 02/24] net/cnxk: add receive channel backpressure for SDP
` [PATCH 03/24] common/cnxk: add new pkind for CPT when ts is enabled
` [PATCH 04/24] common/cnxk: support to configure the ts pkind in CPT
` [PATCH 05/24] common/cnxk: fix SQ flush sequence
` [PATCH 06/24] common/cnxk: skip probing SoC environment for CN9k
` [PATCH 07/24] common/cnxk: fix issues in soft expiry disable path
` [PATCH 08/24] common/cnxk: convert warning to debug print
` [PATCH 09/24] common/cnxk: use aggregate level rr prio from mbox
` [PATCH 10/24] net/cnxk: support loopback mode on AF VF's

Minutes of Technical Board Meeting - 2022-April-06
 2022-04-19  5:07 UTC 

[PATCH v1 0/5] vhost: support async dequeue data path
 2022-04-19  3:43 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] vhost: prepare sync for descriptor to mbuf refactoring
  ` [PATCH v3 2/5] vhost: prepare async "
  ` [PATCH v3 3/5] vhost: merge sync and async descriptor to mbuf filling
  ` [PATCH v3 4/5] vhost: support async dequeue for split ring
  ` [PATCH v3 5/5] examples/vhost: support async dequeue data path

[Bug 997] PANIC in rte_eal_init
 2022-04-19  3:05 UTC 

[PATCH v1 0/3] Enable queue rate limit and quanta size configuration
 2022-04-19  2:39 UTC  (7+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 1/4] common/iavf: support "
  ` [PATCH v5 2/4] net/iavf: support queue rate limit configuration
  ` [PATCH v5 3/4] net/iavf: support quanta size configuration
  ` [PATCH v5 4/4] doc: update IAVF driver guide and 22.07 release notes

[PATCH v4 0/3] ixgbe SFP handling fixes
 2022-04-19  2:05 UTC  (22+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] net/ixgbe: Limit SDP3 check of TX_DISABLE to appropriate devices
  ` [PATCH v6 2/2] net/ixgbe: Fix SFP detection and linking on hotplug

[PATCH 0/5] net/cxgbe: updates and bug fixes
 2022-04-18 22:24 UTC  (6+ messages)
` [PATCH 1/5] net/cxgbe: fill correct port info in mbufs for Rx
` [PATCH 2/5] net/cxgbe: fix Tx queue stuck with mbuf chain coalescing
` [PATCH 3/5] net/cxgbe: simplify Rx payload buffer size posting
` [PATCH 4/5] net/cxgbe: track packets dropped by TP due to congestion
` [PATCH 5/5] net/cxgbe: read firmware configuration file from filesystem

[PATCH 0/2] Session crypto event metadata api
 2022-04-18 19:36 UTC  (15+ messages)
` [PATCH 1/2] security: introduce per session event metadata
` [PATCH v2 0/7] Add new cryptodev op for "
  ` [PATCH v2 1/7] cryptodev: add APIs to get/set "
  ` [PATCH v2 2/7] crypto/cnxk: add event metadata set operation
  ` [PATCH v2 3/7] crypto/octeontx: use new API for event metadata
  ` [PATCH v2 4/7] test/event: use new API to set event crypto metadata
  ` [PATCH v2 5/7] eventdev: use new API to get "
  ` [PATCH v2 6/7] test/event: add asymmetric cases for crypto adapter
  ` [PATCH v2 7/7] test-eventdev: support asym ops "

DPDK:20.11.1: net/ena crash while fetching xstats
 2022-04-18 15:18 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] build: add definitions for use as meson subproject
 2022-04-18 14:48 UTC 

rte_bus_probe() does not exit on error
 2022-04-18 13:20 UTC 

[PATCH] kni: update kernel API to receive packets
 2022-04-18 11:33 UTC  (6+ messages)

[PATCH 0/2] crypto/mlx5: add support for plaintext import method
 2022-04-18 11:10 UTC  (3+ messages)
` [PATCH 1/2] common/mlx5: extend crypto capabilities
` [PATCH 2/2] crypto/mlx5: support plaintext keys

[PATCH] crypto/mlx5: fix login cleanup
 2022-04-18 11:05 UTC 

[PATCH] net/mlx5: support ESP SPI match and RSS hash
 2022-04-18 11:01 UTC  (4+ messages)
` [PATCH V2] "
  ` [PATCH V3] "

[Bug 996] PDK:20.11.1: net/ena crash while fetching xstats
 2022-04-18  8:50 UTC 

[PATCH] net/ice: fix raw flow input pattern value change in FDIR
 2022-04-18  7:29 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] maintainers: update for Intel i40e
 2022-04-18  6:46 UTC  (2+ messages)

[PATCH] net/iavf: fix iavf crashed on dev_stop when running in multi-process mode
 2022-04-18  6:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/4] app/test: add inline IPsec and reassembly cases
 2022-04-18  3:55 UTC  (14+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] app/test: add unit cases for inline IPsec offload
  ` [PATCH v4 02/10] test/security: add inline inbound IPsec cases
  ` [PATCH v4 03/10] test/security: add combined mode inline "
  ` [PATCH v4 04/10] test/security: add inline IPsec reassembly cases
  ` [PATCH v4 05/10] test/security: add more inline IPsec functional cases
  ` [PATCH v4 06/10] test/security: add ESN and anti-replay cases for inline
  ` [PATCH v4 07/10] ethdev: add IPsec SA expiry event subtypes
  ` [PATCH v4 08/10] test/security: add inline IPsec SA soft expiry cases
  ` [PATCH v4 09/10] test/security: add inline IPsec SA hard "
  ` [PATCH v4 10/10] test/security: add inline IPsec IPv6 flow label cases

[PATCH] app/procinfo: add device private info dump
 2022-04-18  1:11 UTC  (4+ messages)
` [PATCH v2] app/procinfo: add devcie "

[Bug 995] acl: field size=8 (u64) is not working
 2022-04-17 17:56 UTC 

[PATCH] doc: update release notes for 22.07
 2022-04-17  6:59 UTC  (3+ messages)

[PATCH 1/1] fix compilation for ppc64le on musl/Alpine
 2022-04-16 21:21 UTC 

[PATCH 1/2] common/dpaax: remove dead code
 2022-04-16 19:36 UTC  (2+ messages)
` [EXT] "

[PATCH 0/3] add IPsec AH test cases
 2022-04-16 19:13 UTC  (2+ messages)

[PATCH 0/4] bugfix and enhance features for DMA example
 2022-04-16  6:19 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] examples/dma: fix Tx drop statistic is not collected
  ` [PATCH v2 3/4] examples/dma: support enqueue drop statistic
  ` [PATCH v2 4/4] examples/dma: add force minimal copy size parameter

[PATCH 0/3] bugfix for ethdev telemetry
 2022-04-16  1:38 UTC  (5+ messages)
` [PATCH 1/3] ethdev: fix telemetry xstats return null with some PMDs
` [PATCH 2/3] ethdev: fix memory leak when telemetry xstats
` [PATCH 3/3] net/cnxk: fix telemetry possible null pointer access

[PATCH 0/3] Enable ASan in GHA
 2022-04-15 17:31 UTC  (4+ messages)
` [PATCH 1/3] test/mem: disable ASan when accessing unallocated mem
` [PATCH 2/3] mem: fix ASan shadow for remapped memory segments
` [PATCH 3/3] ci: build some job with ASan

[PATCH 0/2] add missing local symbols catch-all
 2022-04-15 14:56 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] build: hide local symbols in shared libraries

[PATCH 0/4] Add APIs for configurable power options
 2022-04-15 14:43 UTC  (3+ messages)
` [PATCH 1/4] lib/power: add get and set API for emptypoll max

DPDK Release Status Meeting 2022-04-14
 2022-04-15 12:26 UTC 

[PATCH v5] ip_frag: add IPv4 options fragment and test data
 2022-04-15  8:29 UTC  (7+ messages)
` [PATCH v6] "
      `  "
  ` [PATCH v7] "

rte_memzone_reserve and invalid socket id
 2022-04-15  6:01 UTC  (4+ messages)

[PATCH] net/i40e: max frame size config regardless of link status
 2022-04-15  3:34 UTC 

[PATCH] rib: fix traversal with /32 route
 2022-04-15  2:29 UTC  (2+ messages)

[PATCH] doc: remove multi-queue reconnection known issue
 2022-04-15  2:08 UTC  (2+ messages)
` [PATCH v3] doc: fix vhost multi-queue reconnection

[PATCH] net/ixgbe: Treat 1G Cu SFPs as 1G SX on the X550 devices
 2022-04-15  1:10 UTC  (10+ messages)

[PATCH] eal: fix data race in multi-process support
 2022-04-14 20:28 UTC  (4+ messages)

[RFC] eal_debug: do not use malloc in rte_dump_stack
 2022-04-14 20:19 UTC  (3+ messages)
` [PATCH v3] rte_dump_stack: make in async signal safe
` [PATCH v4] "

[PATCH v1 0/4] [RFC] Testpmd RPC API
 2022-04-14 20:09 UTC  (7+ messages)

[PATCH] crypto/qat: use intel-ipsec-mb for partial hash
 2022-04-14 18:45 UTC  (2+ messages)
` [External] : "

[PATCH] kni: optimize alloc queue release
 2022-04-14 17:38 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
  ` [PATCH v4] "

[PATCH 1/7] examples/ipsec-secgw: disable Tx chksum offload for inline
 2022-04-14 15:43 UTC  (4+ messages)
` [PATCH 2/7] examples/ipsec-secgw: use HW parsed packet type in poll mode

[PATCH v2 0/5] Add JSON vector set support to fips validation
 2022-04-14 13:41 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] eal/windows: set Windows main lcore affinitization
 2022-04-14 13:08 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/5] refactor for device info dump
 2022-04-14 13:00 UTC  (6+ messages)
` [PATCH 1/5] net/hns3: refactor adapter state dump
` [PATCH 2/5] net/hns3: refactor feature capability dump
` [PATCH 3/5] net/hns3: refactor queue info dump
` [PATCH 4/5] net/hns3: fix dump TM info
` [PATCH 5/5] net/hns3: fix dump device info

[RFC 1/3] eal: add macro to warn for unused function return values
 2022-04-14 12:06 UTC  (4+ messages)
` [PATCH "
  ` [PATCH 3/3] examples/bond: fix invalid use of trylock

[PATCH] eal: factorize lcore main loop
 2022-04-14 11:48 UTC  (4+ messages)
` [PATCH v3 1/2] eal: cleanup lcore ID hand-over
  ` [PATCH v3 2/2] eal: factorize lcore main loop

[PATCH] devargs: fix leak on hotplug failure
 2022-04-14 11:27 UTC 

[dpdk][PATCH 1/2] sched: enable/disable TC OV at runtime
 2022-04-14  9:53 UTC  (3+ messages)
` [dpdk][PATCH 2/2] sched: fix to manage "

[PATCH] maintainers: update email address
 2022-04-14  9:44 UTC  (2+ messages)

21.11.1 patches review and test
 2022-04-14  9:08 UTC  (14+ messages)

[dpdk-dev] [PATCH 00/11] add FreeBSD support to VMBUS & NetVSC PMDs
 2022-04-14  8:54 UTC  (3+ messages)
` [PATCH v3 00/15] "

[PATCH] gpu/cuda: add more NVIDIA GPU devices
 2022-04-14  8:00 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix quit assert when no meter green action
 2022-04-14  7:55 UTC 

[PATCH] app/testpmd: format dump information of module EEPROM
 2022-04-14  7:41 UTC  (5+ messages)
` [PATCH v2] common/sff_module: add telemetry command to dump "

[PATCH 0/2] net/mlx5: support missing functionality for Windows
 2022-04-14  7:39 UTC  (2+ messages)

[PATCH 0/3] net/mlx5: some RSS fixes
 2022-04-14  7:35 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix wrong counter in non-termination meter
 2022-04-14  7:34 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix probe failure with secondary bonding member
 2022-04-14  7:19 UTC  (2+ messages)

[PATCH] net/ice: promote dynflag API
 2022-04-14  6:25 UTC 

RSS queue group action in vnet/flow CLI
 2022-04-14  2:03 UTC 

[PATCH 0/3] BNXT changes
 2022-04-13 22:12 UTC  (2+ messages)

[PATCH 0/2] support to clear in-flight packets for async
 2022-04-13 18:27 UTC  (3+ messages)
` [PATCH 1/2] vhost: support clear in-flight packets for async dequeue
` [PATCH 2/2] example/vhost: support to "

[PATCH] net/bonding: fix rss key configuration when the key length is 52
 2022-04-13 16:12 UTC  (6+ messages)

EAL: failed to parse device "vdev:net_pcap_rx_0", core (0), capture for (0) tuples
 2022-04-13 15:56 UTC  (2+ messages)

[Bug 994] [asan] mem: cannot reuse released memory segment
 2022-04-13 15:23 UTC 

[PATCH v2 0/2] cryptodev: add dh verify option
 2022-04-13 14:03 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] cryptodev: add dh padding options

[PATCH] mbuf: expose outer vlan in mbuf dump
 2022-04-13 12:59 UTC  (5+ messages)

[PATCH] devtools: fix null test for NUMA systems
 2022-04-13 11:19 UTC 

[PATCH] net/mlx5: fix gtp handling in header modify action
 2022-04-13 11:18 UTC 

[Bug 993] [build][21.11] build failure using meson 0.62.0
 2022-04-13 11:02 UTC 

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