DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/46] use stdatomic API
 2024-04-19 23:06 UTC  (10+ messages)
` [PATCH v4 00/45] "
  ` [PATCH v4 01/45] net/mlx5: use rte "
  ` [PATCH v4 02/45] net/ixgbe: "
  ` [PATCH v4 03/45] net/iavf: "
  ` [PATCH v4 04/45] net/ice: "
  ` [PATCH v4 05/45] net/i40e: "
  ` [PATCH v4 06/45] net/hns3: "
  ` [PATCH v4 07/45] net/bnxt: "
  ` [PATCH v4 08/45] net/cpfl: "

[RFC] latencystats: performance overhaul
 2024-04-19 22:45 UTC  (10+ messages)
` [PATCH v4 0/6] latencystats: cleanup
  ` [PATCH v4 1/6] latencystats: replace use of VLA
  ` [PATCH v4 2/6] latencystats: handle fractional cycles per ns
  ` [PATCH v4 3/6] latencystats: do not use floating point
  ` [PATCH v4 4/6] latencystats: fix log messages
  ` [PATCH v4 5/6] latencystats: update include files
  ` [PATCH v4 6/6] latencystats: fix for pedantic warnings

[PATCH] net/ionic: clean up logging issues
 2024-04-19 22:39 UTC  (2+ messages)

[PATCH 0/6] crypto/ionic: introduce AMD Pensando ionic crypto driver
 2024-04-19 19:53 UTC  (7+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] crypto/ionic: add device and admin command handlers
` [PATCH 3/6] common/ionic: add crypto vdev support
` [PATCH 4/6] crypto/ionic: add device object and "
` [PATCH 5/6] crypto/ionic: add datapath and capabilities support
` [PATCH 6/6] crypto/ionic: add documentation and connect to build

[PATCH] ethdev: fix strict aliasing lead to link cannot be up
 2024-04-19 15:25 UTC  (4+ messages)
` [PATCH v7] "

[PATCH 00/83] move alignment attribute on types
 2024-04-19 15:05 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 0/2] Wangxun support vector Rx/Tx
 2024-04-19 14:51 UTC  (9+ messages)
` [PATCH v2 2/2] net/ngbe: add vectorized functions for Rx/Tx
` [PATCH v3 0/2] Wangxun support vector Rx/Tx
  ` [PATCH v3 1/2] net/txgbe: add vectorized functions for Rx/Tx
  ` [PATCH v3 2/2] net/ngbe: "

[PATCH v1] dts: remove the OS UDP test suite
 2024-04-19 13:52 UTC 

[RFC 0/6] core libs: remove VLA warnings
 2024-04-19 13:10 UTC  (15+ messages)
` [RFC 1/6] eal/linux: "
` [RFC 2/6] eal/common: "
` [RFC 3/6] ethdev: "
` [RFC 4/6] hash: "
` [RFC 5/6] hash/thash: "
` [RFC 6/6] rcu: "

[PATCH 0/8] Fix outer UDP checksum for Intel nics
 2024-04-19 11:46 UTC  (10+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] net/ice: fix check for outer UDP checksum offload
  ` [PATCH v3 2/7] net/ice: enhance debug when HW fails to transmit
  ` [PATCH v3 3/7] app/testpmd: fix outer IP checksum offload
  ` [PATCH v3 4/7] net: fix outer UDP checksum in Intel prepare helper
  ` [PATCH v3 5/7] net/i40e: fix outer UDP checksum offload for X710
  ` [PATCH v3 6/7] net/iavf: remove outer UDP checksum offload for X710 VF
  ` [PATCH v3 7/7] net: clear outer UDP checksum in Intel prepare helper

[PATCH] app/testpmd: fix lcore ID restriction
 2024-04-19 11:30 UTC  (4+ messages)
` [PATCH v2] "

[v14 0/3] net/af_xdp: fix multi interface support for K8s
 2024-04-19 11:00 UTC  (6+ messages)
` [v14 1/3] docs: AF_XDP Device Plugin

[PATCH v1 1/2] test/dma: update the sg test to verify wrap around case
 2024-04-19  9:07 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] test/dma: add functions to verify zero and one fill

[PATCH v1] dts: rename execution to test run
 2024-04-19  8:51 UTC 

[PATCH v2] net/vmxnet3: fix a missing vmxnet3 register command
 2024-04-19  8:35 UTC  (2+ messages)

[PATCH v2 0/7] Add ODM DMA device
 2024-04-19  6:43 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] dma/odm: add framework for "
  ` [PATCH v3 2/7] dma/odm: add hardware defines
  ` [PATCH v3 3/7] dma/odm: add dev init and fini
  ` [PATCH v3 4/7] dma/odm: add device ops
  ` [PATCH v3 5/7] dma/odm: add stats
  ` [PATCH v3 6/7] dma/odm: add copy and copy sg ops
  ` [PATCH v3 7/7] dma/odm: add remaining ops

[PATCH 0/8] refactor logic to support secondary process
 2024-04-19  5:23 UTC  (18+ messages)
` [PATCH 1/8] net/nfp: fix resource leak of "
` [PATCH 2/8] net/nfp: fix configuration BAR problem
` [PATCH 3/8] net/nfp: adjust the data field of Rx/Tx queue
` [PATCH 4/8] net/nfp: add the process private structure
` [PATCH 5/8] net/nfp: move device info data field
` [PATCH 6/8] net/nfp: unify CPP acquire method
` [PATCH 7/8] net/nfp: remove ethernet device data field
` [PATCH 8/8] net/nfp: unify port create and destroy interface
  ` [PATCH v2 1/8] net/nfp: fix resource leak of secondary process
  ` [PATCH v2 2/8] net/nfp: fix configuration BAR problem
  ` [PATCH v2 3/8] net/nfp: adjust the data field of Rx/Tx queue
  ` [PATCH v2 4/8] net/nfp: add the process private structure
  ` [PATCH v2 5/8] net/nfp: move device info data field
  ` [PATCH v2 6/8] net/nfp: unify CPP acquire method
  ` [PATCH v2 7/8] net/nfp: remove ethernet device data field
  ` [PATCH v2 8/8] net/nfp: unify port create and destroy interface

[PATCH v2 0/2] fix secondary process PCI UIO resource problem
 2024-04-19  3:26 UTC  (4+ messages)
  ` [PATCH v3 1/2] bus/pci: fix secondary process PCI uio resource map problem
  ` [PATCH v3 2/2] bus/pci: fix secondary process save 'FD' problem

[PATCH] net/nfp: fix parsing non-exist meta data
 2024-04-19  0:54 UTC  (2+ messages)

[PATCH 0/5] net/hns3: add some bugfix
 2024-04-18 22:57 UTC  (2+ messages)

[PATCH] net/nfp: use Tx ring pointer write back
 2024-04-18 22:14 UTC  (2+ messages)

[PATCH] app/testpmd: fix releasing action handle flush memory
 2024-04-18 21:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/16] remove use of VLAs for Windows built code
 2024-04-18 20:02 UTC  (46+ messages)
` [PATCH 01/16] eal: include header required for alloca
` [PATCH 02/16] hash: remove use of VLAs for Windows built code
` [PATCH 03/16] ethdev: "
` [PATCH 04/16] gro: "
` [PATCH 05/16] latencystats: "
` [PATCH 06/16] lpm: "
` [PATCH 07/16] rcu: "
` [PATCH 08/16] app/testpmd: "
` [PATCH 09/16] test: "
` [PATCH 10/16] common/idpf: "
` [PATCH 11/16] net/i40e: "
` [PATCH 12/16] net/ice: "
` [PATCH 13/16] net/ixgbe: "
` [PATCH 14/16] common/mlx5: "
` [PATCH 15/16] net/mlx5: "
` [PATCH 16/16] build: enable vla warnings on "
` [PATCH v2 00/19] remove use of VLAs for Windows
  ` [PATCH v2 01/19] eal: include header required for alloca
  ` [PATCH v2 02/19] eal/linux: remove use of VLAs
  ` [PATCH v2 03/19] eal/common: "
  ` [PATCH v2 04/19] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v2 05/19] hash: "
  ` [PATCH v2 06/19] hash/thash: "
  ` [PATCH v2 07/19] rcu: "
  ` [PATCH v2 08/19] gro: "
  ` [PATCH v2 09/19] latencystats: "
  ` [PATCH v2 10/19] lpm: "
  ` [PATCH v2 11/19] app/testpmd: "
  ` [PATCH v2 12/19] test: "
  ` [PATCH v2 13/19] common/idpf: "
  ` [PATCH v2 14/19] net/i40e: "
  ` [PATCH v2 15/19] net/ice: "
  ` [PATCH v2 16/19] net/ixgbe: "
  ` [PATCH v2 17/19] common/mlx5: "
  ` [PATCH v2 18/19] net/mlx5: "
  ` [PATCH v2 19/19] build: enable vla warnings on "

Community CI Meeting Minutes - April 18, 2024
 2024-04-18 17:49 UTC 

[PATCH] common/qat: add legacy algorithm option
 2024-04-18 16:51 UTC 

[PATCH] dts: Change hugepage runtime config to 2MB Exclusively
 2024-04-18 16:10 UTC  (4+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH 1/2] app/testpmd: enable cli for programmable action
 2024-04-18 15:39 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] app/testpmd: fix closing softnic port before ethdev ports
 2024-04-18 15:29 UTC  (3+ messages)
` [PATCH v2] "

[DPDK/other Bug 1417] RTE_FLOW not matching UDP ports in head fragments
 2024-04-18 15:28 UTC 

DPDK Release Status Meeting 2024-04-18
 2024-04-18 14:51 UTC 

22.11.5 patches review and test
 2024-04-18 14:46 UTC  (3+ messages)

net/ixgbe: all interrupt disabled after enabling lsc on X552/X557-AT card
 2024-04-18 13:53 UTC  (2+ messages)
` [PATCH] net/ixgbe: don't create a delayed interrupt handler if one already exists

21.11.7 patches review and test
 2024-04-18 12:34 UTC 

[PATCH 0/5] dts: testpmd show port info/stats
 2024-04-18 10:52 UTC  (19+ messages)
` [PATCH 1/5] dts: fix InteractiveShell command prompt filtering
` [PATCH 2/5] dts: skip first line of send_command output
` [PATCH 4/5] dts: add `show port info` command to TestPmdShell

[PATCH] mailmap: clean up vmware entries
 2024-04-18 10:46 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] doc: Fix some typos in mbuf_lib.rst and net/cnxk comments
 2024-04-18  6:20 UTC 

[PATCH] net/vmxnet3: fix a missing vmxnet3 register command
 2024-04-18  5:56 UTC 

[PATCH v3 0/5] latencystats: cleanups
 2024-04-18  0:13 UTC  (14+ messages)
  ` [PATCH v3 1/5] latencystats: replace use of VLA
  ` [PATCH v3 2/5] latencystats: handle fractional cycles per ns
  ` [PATCH v3 3/5] latencystats: do not use floating point
  ` [PATCH v3 4/5] latencystats: fix log messages
  ` [PATCH v3 5/5] latencystats: include file cleanup

[PATCH] net/netvsc: fix number Tx queues > Rx queues
 2024-04-17 23:45 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
      ` [PATCH v4] "

[PATCH v2 0/4] hash: add SVE support for bulk key lookup
 2024-04-17 18:12 UTC  (7+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/4] hash: pack the hitmask for hash in bulk lookup
  ` [PATCH v8 2/4] hash: optimize compare signature for NEON
  ` [PATCH v8 3/4] test/hash: check bulk lookup of keys after collision
  ` [PATCH v8 4/4] hash: add SVE support for bulk key lookup

[PATCH] lib/hash: setting the maximum reclamation size
 2024-04-17 13:39 UTC 

[PATCH] drivers: remove compile-time option for IEEE 1588
 2024-04-17 13:24 UTC  (6+ messages)

[PATCH] net/bonding: failover of LACP with mode 4 takes long time
 2024-04-17 13:16 UTC  (4+ messages)
` [PATCH v2] "

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