DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 0/2] add unsafe API to get inflight packets
 2022-03-29  2:21 UTC  (6+ messages)
` [RFC 1/2] vhost: add unsafe API to check "
` [RFC 2/2] examples/vhost: use "

[PATCH v2] raw/ifpga: remove vdev when ifpga is closed
 2022-03-29  2:19 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v1 0/9] Enable ETS-based TX QoS on PF
 2022-03-29  1:48 UTC  (10+ messages)
` [PATCH v1 1/9] net/ice/base: fix dead lock issue when getting node from ID type
` [PATCH v1 2/9] net/base/ice: support priority configuration of the exact node
` [PATCH v1 3/9] net/ice/base: support queue BW allocation configuration
` [PATCH v1 4/9] net/ice: support queue bandwidth limit
` [PATCH v1 5/9] net/ice: support queue group "
` [PATCH v1 6/9] net/ice: support queue priority configuration
` [PATCH v1 7/9] net/ice: support queue weight configuration
` [PATCH v1 8/9] net/ice: support queue group priority configuration
` [PATCH v1 9/9] net/ice: add warning log for unsupported configuration

[PATCH] meson: update doc logic for Windows
 2022-03-28 22:51 UTC  (7+ messages)

OVS DPDK DMA-Dev library/Design Discussion
 2022-03-28 18:19 UTC  (2+ messages)

[PATCH] net/iavf: remove extra copy step in Rx bulk path
 2022-03-28 17:31 UTC  (2+ messages)

20.11.5 patches review and test
 2022-03-28 15:29 UTC  (5+ messages)

[PATCH v3] net/bonding: another fix to LACP mempool size
 2022-03-28 15:16 UTC  (12+ messages)
` [PATCH v4] "
      `  "
  ` [PATCH v5] "
      ` [PATCH v6] "
        ` [PATCH v7] "

[PATCH v2 0/5] vhost: introduce per-virtqueue stats API
 2022-03-28 14:59 UTC  (8+ messages)
` [PATCH v2 1/5] vhost: fix missing virtqueue lock protection
` [PATCH v2 2/5] vhost: add per-virtqueue statistics support
` [PATCH v2 3/5] net/vhost: move to Vhost library stats API
` [PATCH v2 4/5] vhost: add statistics for guest notifications
` [PATCH v2 5/5] vhost: add statistics for IOTLB

[PATCH] dma/skeleton: support multiple instances
 2022-03-28 14:40 UTC  (2+ messages)

[Bug 984] [20.11] pmdinfogen build failure with gcc 4.8.5
 2022-03-28 14:15 UTC 

[PATCH] dma/skeleton: support multiple instances
 2022-03-28 12:53 UTC 

[RFC PATCH 0/5] vhost lock annotations
 2022-03-28 12:17 UTC  (6+ messages)
` [RFC PATCH 1/5] vhost: fix missing virtqueue lock protection
` [RFC PATCH 2/5] vhost: annotate virtqueue access lock
` [RFC PATCH 3/5] vhost: fix async access
` [RFC PATCH 4/5] vhost: annotate async locking requirement
` [RFC PATCH 5/5] vhost: annotate IOTLB locks

[dpdk-dev] examples/ethtool: issue in rte_ethtool_net_open()
 2022-03-28 12:09 UTC 

DPDK seqlock
 2022-03-28 10:53 UTC  (11+ messages)
      ` [RFC] eal: add seqlock

[PATCH] examples/ipsec-secgw: destroy lookaside sessions
 2022-03-28 10:50 UTC 

[PATCH] common/cnxk: fix missing null check for inline device
 2022-03-28 10:41 UTC 

[PATCH] app/testpmd: fix quit testpmd with vfs and pf
 2022-03-28 10:06 UTC  (2+ messages)

[RFC] net/i40e: backport i40e fixes and share code to 21.11
 2022-03-28  8:05 UTC 

[RFC] net/i40e: backport i40e fixes and share code to 20.11.4
 2022-03-28  8:04 UTC 

[RFC] net/i40e: backport i40e fixes and share code to 19.11.11
 2022-03-28  8:03 UTC 

[PATCH] usertools: enhance logic to display NUMA
 2022-03-28  7:44 UTC  (4+ messages)

[PATCH 01/15] vdpa/ifc: add support for virtio blk device
 2022-03-28  7:17 UTC  (36+ messages)
` [PATCH v4 00/16] add virtio_blk device support to vdpa/ifc
  ` [PATCH v4 01/16] vdpa/ifc: add support for virtio blk device
  ` [PATCH v4 02/16] vhost: add vdpa ops for "
  ` [PATCH v4 03/16] vhost: add support for VHOST_USER_GET_CONFIG and VHOST_USER_SET_CONFIG
  ` [PATCH v4 04/16] vdpa/ifc: add blk ops for ifc device
  ` [PATCH v4 05/16] vdpa/ifc: add vdpa interrupt for blk device
  ` [PATCH v4 06/16] vdpa/ifc: add block device SW live-migration
  ` [PATCH v4 07/16] example/vdpa:add vdpa blk support in example
  ` [PATCH v4 08/16] usertools: add support for virtio blk device
  ` [PATCH v4 09/16] vdpa/ifc: set_vring_state op is mandatory, add set_vring_state for "
  ` [PATCH v4 10/16] vdpa/ifc: add some log at VDPA lauch before qemu connect
  ` [PATCH v4 11/16] vdpa/ifc: read virtio max_queues from hardware
  ` [PATCH v4 12/16] vdpa: add config space change interrupt register and handle for virtio_blk
  ` [PATCH v4 13/16] vdpa/ifc: add is_blk flag to ifcvf_hw, and init is_blk during probe
  ` [PATCH v4 14/16] vdpa/ifc/base: for blk device, live migration register is different from net device
  ` [PATCH v4 15/16] vdpa/ifc: make sure hardware last_avail_idx and last_used_idx is the same when blk device pause
  ` [PATCH v4 16/16] vhost: make sure each queue callfd is configured
` [PATCH v5 00/16] add virtio_blk device support to vdpa/ifc
  ` [PATCH v5 01/16] vdpa/ifc: add support for virtio blk device
  ` [PATCH v5 02/16] vhost: add vdpa ops for "
  ` [PATCH v5 03/16] vhost: add support for VHOST_USER_GET_CONFIG and VHOST_USER_SET_CONFIG
  ` [PATCH v5 04/16] vdpa/ifc: add blk ops for ifc device
  ` [PATCH v5 05/16] vdpa/ifc: add vdpa interrupt for blk device
  ` [PATCH v5 06/16] vdpa/ifc: add block device SW live-migration
  ` [PATCH v5 07/16] example/vdpa:add vdpa blk support in example
  ` [PATCH v5 08/16] usertools: add support for virtio blk device
  ` [PATCH v5 09/16] vdpa/ifc: set_vring_state op is mandatory, add set_vring_state for "
  ` [PATCH v5 10/16] vdpa/ifc: add some log at VDPA launch before qemu connect
  ` [PATCH v5 11/16] vdpa/ifc: read virtio max_queues from hardware
  ` [PATCH v5 12/16] vdpa: add config space change interrupt register and handle for virtio_blk
  ` [PATCH v5 13/16] vdpa/ifc: add is_blk flag to ifcvf_hw, and init is_blk during probe
  ` [PATCH v5 14/16] vdpa/ifc/base: for blk device, live migration register is different from net device
  ` [PATCH v5 15/16] vdpa/ifc: make sure hardware last_avail_idx and last_used_idx is the same when blk device pause
  ` [PATCH v5 16/16] vhost: make sure each queue callfd is configured

[PATCH] vhost: fix null pointer dereference
 2022-03-28  7:04 UTC  (2+ messages)

[PATCH 1/4] common/cnxk: use aggregate level rr prio from mbox
 2022-03-28  6:47 UTC  (4+ messages)
` [PATCH 2/4] net/cnxk: support loopback mode on AF VF's
` [PATCH 3/4] net/cnxk: update LBK ethdev link info
` [PATCH 4/4] net/cnxk: add barrier after meta batch free in scalar

[RFC 0/2] support to clear in-flight packets for async
 2022-03-28  6:08 UTC  (4+ messages)
` [RFC v2 "
  ` [RFC v2 1/2] vhost: support clear in-flight packets for async dequeue

[PATCH 1/4] common/cnxk: use aggregate level rr prio from mbox
 2022-03-28  5:47 UTC  (4+ messages)
` [PATCH 2/4] net/cnxk: support loopback mode on AF VF's
` [PATCH 3/4] net/cnxk: update LBK ethdev link info
` [PATCH 4/4] net/cnxk: add barrier after meta batch free in scalar

[Bug 944] [dpdk 22.03-rc2] inline_ipsec/test_Ipsec_Encryption_Rss: run dpdk-ipsec-secgw with assigned parameter fail
 2022-03-28  2:16 UTC  (2+ messages)

[PATCH] net/ice: fix raw flow input pattern value change in FDIR
 2022-03-28  1:49 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/ixgbe: Retry SFP ID read field to handle misbehaving SFPs
 2022-03-26 12:15 UTC  (6+ messages)
` [PATCH v3] "
` [PATCH v4] net/ixgbe: retry SFP ID read "

[PATCH] eal: factorize lcore main loop
 2022-03-25 16:38 UTC  (8+ messages)

DPDK for Windows with MSVC compiler
 2022-03-25 16:35 UTC  (5+ messages)

[Bug 983] [21.11] net/mlx5: increase in number of required hugepages
 2022-03-25 15:56 UTC 

[PATCH] net/tap: Fixed RSS algorithm to support fragmented packets
 2022-03-25 15:28 UTC 

[PATCH v1] examples/l3fwd: merge l3fwd-acl into l3fwd
 2022-03-25 15:14 UTC 

[PATCH] ci: run more checks in private repositories
 2022-03-25 14:32 UTC  (2+ messages)

[PATCH v2] examples/vm_power: add support for list_foreach_safe
 2022-03-25 14:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/4] common/cnxk: add CN103XX platform support
 2022-03-25 13:03 UTC  (4+ messages)
` [PATCH 2/4] net/cnxk: "
` [PATCH 3/4] event/cnxk: "
` [PATCH 4/4] mempool/cnxk: "

[dpdk-dev] [PATCH] maintainers: update for NFP
 2022-03-25 12:01 UTC 

[PATCH] examples/ipsec-secgw: fix uninitialized memory access
 2022-03-25 11:29 UTC 

[dpdk-dev v1] crypto/qat: fix of cipher offset and length assignment
 2022-03-25 11:22 UTC 

[PATCH 0/2] Session crypto event metadata api
 2022-03-25 11:16 UTC  (3+ messages)
` [PATCH 1/2] security: introduce per session event metadata
` [PATCH 2/2] crypto/cnxk: support for security session enqueue

[Bug 982] [dpdk-20.11.5-rc1] ieee1588/ieee1588_enable: ninja build failed with support RTE_LIBRTE_IEEE1588
 2022-03-25 11:13 UTC 

[PATCH] event/cnxk: fix base pointer for SSO head wait
 2022-03-25 10:59 UTC 

[PATCH] eventdev: fix telemetry Rx adapters stats reset
 2022-03-25  9:32 UTC  (2+ messages)

[PATCH v1] dmadev: add telemetry support
 2022-03-25  9:29 UTC  (2+ messages)

[Bug 981] vhost: avoid sleeping under mutex
 2022-03-25  9:03 UTC 

[PATCH v2] app/testpmd: fix issue with memory leaks when quit testpmd
 2022-03-25  8:35 UTC  (2+ messages)
` [PATCH v3] "

[dpdk-dev] [Bug 744] [dpdk-19.11.9-rc3] make build failed on Fedora34 with GCC11
 2022-03-25  8:34 UTC  (2+ messages)
` [Bug 744] [dpdk-19.11.9-rc3] make build failed on Fedora34 with GCC11 and build failed on Fedora35 with gcc11.2.1&clang13.0.0

[PATCH v3] app/testpmd: fix issue with memory leaks when quit testpmd
 2022-03-25  8:30 UTC 

[PATCH v1] net/iavf: fix select wrong scan hw ring by rxdid
 2022-03-24 21:32 UTC  (4+ messages)

[dpdk-dev] [RFC] mempool: implement index-based per core cache
 2022-03-24 19:51 UTC  (9+ messages)
` [PATCH 0/1] "
  ` [PATCH 1/1] "

[Bug 976] rte_rib (and rte_rib6) do not handle /0 correctly
 2022-03-24 18:21 UTC  (3+ messages)

[PATCH] net/netvsc: fix issues with hot adding multiple VF PCI devices
 2022-03-24 17:46 UTC 

[Patch v2] net/netvsc: fix the calculation of checksums based on mbuf flag
 2022-03-24 17:46 UTC 

[Patch v2] net/netvsc: report correct stats values
 2022-03-24 17:45 UTC 

[PATCH] app/testpmd: remove useless pointer checks
 2022-03-24 16:15 UTC 

[Bug 980] bnxt: use of uninitalized data
 2022-03-24 15:14 UTC 

[PATCH] net/failsafe: fix interrupt handle leak
 2022-03-24 15:09 UTC 

[Bug 979] hash: invalid shift expression in rte_thash
 2022-03-24 15:08 UTC 

[PATCH v3] net/ice: improve performance of RX timestamp offload
 2022-03-24 13:57 UTC  (9+ messages)
` [PATCH v4] "

[PATCH 0/6] bugfixes for hns3 PMD
 2022-03-24 12:44 UTC  (11+ messages)
` [PATCH 2/6] net/hns3: fix inconsistent enabled RSS behavior

[Bug 978] [dpdk-19.11.12-rc1] drivers/net/qede make build failed on Fedora35 with Clang13.0.0
 2022-03-24  9:29 UTC 

[PATCH] net/i40e: Populate error in flow_parse_fdir_pattern
 2022-03-24  9:15 UTC  (3+ messages)

[PATCH v1] net/i40e: remove redundant number of packets check
 2022-03-24  8:54 UTC  (6+ messages)

[PATCH] net/iavf: replace SMP barrier with thread fence
 2022-03-24  8:49 UTC  (2+ messages)

[PATCH v1] lib: remove x86 atomic header loop include
 2022-03-24  8:41 UTC 

Intel roadmap for 22.07
 2022-03-24  8:32 UTC 

[PATCH v1] net/ice: support 256 queues
 2022-03-24  8:28 UTC  (2+ messages)

[PATCH] ethtool: correct format strings according to the arguments
 2022-03-24  5:31 UTC 

[dpdk-dev] [PATCH 0/3] bugfix for testpmd
 2022-03-24  3:00 UTC  (6+ messages)
` [PATCH V2 0/4] bugfix for bonding
  ` [PATCH V2 1/4] net/bonding: fix non-active slaves aren't stopped
  ` [PATCH V2 2/4] net/bonding: fix non-terminable while loop
  ` [PATCH V2 3/4] app/testpmd: fix port status of slave device
  ` [PATCH V2 4/4] app/testpmd: fix slave device isn't released

[PATCH] net/ice: fix error set of queue number
 2022-03-24  2:26 UTC 

[Bug 977] [dpdk-19.11.12-rc1] meson and make build Error on Fedora35-64 and Ubuntu2110-64 with gcc11.2.1 and gcc11.2.0
 2022-03-24  1:59 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).