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

High packet capturing rate in DPDK enabled port
 2024-05-06 17:59 UTC  (3+ messages)

[PATCH 00/46] use stdatomic API
 2024-05-06 17:58 UTC  (47+ messages)
` [PATCH v5 00/45] "
  ` [PATCH v5 01/45] net/mlx5: use rte "
  ` [PATCH v5 02/45] net/ixgbe: "
  ` [PATCH v5 03/45] net/iavf: "
  ` [PATCH v5 04/45] net/ice: "
  ` [PATCH v5 05/45] net/i40e: "
  ` [PATCH v5 06/45] net/hns3: "
  ` [PATCH v5 07/45] net/bnxt: "
  ` [PATCH v5 08/45] net/cpfl: "
  ` [PATCH v5 09/45] net/af_xdp: "
  ` [PATCH v5 10/45] net/octeon_ep: "
  ` [PATCH v5 11/45] net/octeontx: "
  ` [PATCH v5 12/45] net/cxgbe: "
  ` [PATCH v5 13/45] net/gve: "
  ` [PATCH v5 14/45] net/memif: "
  ` [PATCH v5 15/45] net/thunderx: "
  ` [PATCH v5 16/45] net/virtio: "
  ` [PATCH v5 17/45] net/hinic: "
  ` [PATCH v5 18/45] net/idpf: "
  ` [PATCH v5 19/45] net/qede: "
  ` [PATCH v5 20/45] net/ring: "
  ` [PATCH v5 21/45] vdpa/mlx5: "
  ` [PATCH v5 22/45] raw/ifpga: "
  ` [PATCH v5 23/45] event/opdl: "
  ` [PATCH v5 24/45] event/octeontx: "
  ` [PATCH v5 25/45] event/dsw: "
  ` [PATCH v5 26/45] dma/skeleton: "
  ` [PATCH v5 27/45] crypto/octeontx: "
  ` [PATCH v5 28/45] common/mlx5: "
  ` [PATCH v5 29/45] common/idpf: "
  ` [PATCH v5 30/45] common/iavf: "
  ` [PATCH v5 31/45] baseband/acc: "
  ` [PATCH v5 32/45] net/txgbe: "
  ` [PATCH v5 33/45] net/null: "
  ` [PATCH v5 34/45] event/dlb2: "
  ` [PATCH v5 35/45] dma/idxd: "
  ` [PATCH v5 36/45] crypto/ccp: "
  ` [PATCH v5 37/45] common/cpt: "
  ` [PATCH v5 38/45] bus/vmbus: "
  ` [PATCH v5 39/45] examples: "
  ` [PATCH v5 40/45] app/dumpcap: "
  ` [PATCH v5 41/45] app/test: "
  ` [PATCH v5 42/45] app/test-eventdev: "
  ` [PATCH v5 43/45] app/test-crypto-perf: "
  ` [PATCH v5 44/45] app/test-compress-perf: "
  ` [PATCH v5 45/45] app/test-bbdev: "

[PATCH] eal/arm: use stdatomic api in rte_pause
 2024-05-06 16:09 UTC  (2+ messages)

[PATCH v3] net/ice: add diagnostic support in TX path
 2024-05-06 12:50 UTC  (3+ messages)
` [PATCH v4] net/ice: add diagnostic support in Tx path

[PATCH 01/13] net/mlx5/hws: move warn into debug level when needed
 2024-05-06 11:44 UTC  (17+ messages)
` [v2 01/16] "
  ` [v2 02/16] common/mlx5: fix error in mlx5 prm structs
  ` [v2 03/16] net/mlx5/hws: fix wrong comment in mlx5dr send
  ` [v2 04/16] net/mlx5/hws: remove unused capabilities and fields
  ` [v2 05/16] net/mlx5/hws: negating rte errno on rule creation failure
  ` [v2 06/16] net/mlx5/hws: simplify send queues close code
  ` [v2 07/16] net/mlx5/hws: fix error flow in mlx5dr context open
  ` [v2 08/16] net/mlx5/hws: fix code analysis error in passing 0 enum val
  ` [v2 09/16] net/mlx5/hws: simplify code for updating CQ doorbell record
  ` [v2 10/16] net/mlx5/hws: drop at attach number of actions
  ` [v2 11/16] net/mlx5/hws: extending tag saving for match and jumbo
  ` [v2 12/16] net/mlx5/hws: dw order optimization code enhancement
  ` [v2 13/16] net/mlx5/hws: set default miss when replacing table
  ` [v2 14/16] net/mlx5/hws: fix invalid memory access in decapl3
  ` [v2 15/16] net/mlx5/hws: dump action ste arrays info
  ` [v2 16/16] net/mlx5/hws: fix action template only term param dump print

[PATCH] devtools: add .clang-format file
 2024-05-06 10:43 UTC  (14+ messages)
      ` [PATCH v2] "
            ` [PATCH v3] "

[PATCH] eal/arm: replace RTE_BUILD_BUG on non-constant
 2024-05-06  9:30 UTC  (13+ messages)
` [PATCH v2] "

[DPDK/core Bug 1436] DPDK20.11.9 runs failure on intel atom cpu
 2024-05-06  8:38 UTC  (2+ messages)

[RFC v5 1/6] eal: add static per-lcore memory allocation facility
 2024-05-06  8:27 UTC  (8+ messages)
` [RFC v6 0/6] Lcore variables
  ` [RFC v6 1/6] eal: add static per-lcore memory allocation facility
  ` [RFC v6 2/6] eal: add lcore variable test suite
  ` [RFC v6 3/6] random: keep PRNG state in lcore variable
  ` [RFC v6 4/6] power: keep per-lcore "
  ` [RFC v6 5/6] service: "
  ` [RFC v6 6/6] eal: keep per-lcore power intrinsics "

Queries on DPDK Trace Library usage
 2024-05-06  8:30 UTC  (2+ messages)

Question about why doing VFIO RESET after device open
 2024-05-06  7:37 UTC 

pktgen status
 2024-05-06  7:23 UTC  (2+ messages)

[PATCH] common/qat: add legacy algorithm option
 2024-05-05 18:31 UTC  (2+ messages)
` [PATCH v2] "

Need help with reducing VIRT memory
 2024-05-05  9:35 UTC  (14+ messages)

[RFC v6 1/6] eal: extend bit manipulation functionality
 2024-05-05  8:37 UTC  (8+ messages)
` [RFC v7 0/6] Improve EAL bit operations API
  ` [RFC v7 1/6] eal: extend bit manipulation functionality
  ` [RFC v7 2/6] eal: add unit tests for bit operations
  ` [RFC v7 3/6] eal: add exactly-once bit access functions
  ` [RFC v7 4/6] eal: add unit tests for "
  ` [RFC v7 5/6] eal: add atomic bit operations
  ` [RFC v7 6/6] eal: add unit tests for atomic bit access functions

[RFC v4 1/4] eal: add bitset type
 2024-05-05  7:33 UTC  (7+ messages)
` [RFC v5 1/6] "
  ` [RFC v5 2/6] eal: add bitset test suite
  ` [RFC v5 3/6] eal: add atomic bitset functions
  ` [RFC v5 4/6] eal: add unit tests for atomic bitset operations
  ` [RFC v5 5/6] service: use multi-word bitset to represent service flags
  ` [RFC v5 6/6] event/dsw: optimize serving port logic

[RFC v5 1/6] eal: extend bit manipulation functionality
 2024-05-04 15:36 UTC  (6+ messages)
` [RFC v6 0/6] Improve EAL bit operations API
  ` [RFC v6 5/6] eal: add atomic bit operations

[RFC] graph/node: feedback and future improvements
 2024-05-04 10:03 UTC  (5+ messages)

[RFC] net/af_packet: make stats reset reliable
 2024-05-03 22:00 UTC  (12+ messages)
` [RFC v2] "
` [RFC v3] "

[PATCH] freebsd: Add support for multiple dpdk instances on FreeBSD
 2024-05-03 16:52 UTC  (8+ messages)

Minutes of Technical Board meeting 17-April-2024
 2024-05-03 15:24 UTC  (2+ messages)

[PATCH v1 00/22] Update IXGBE base driver
 2024-05-03 13:57 UTC  (29+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 01/27] net/ixgbe/base: revert remove default advertising for x550 2.5G/5G
  ` [PATCH v2 02/27] net/ixgbe/base: fix wrong 5G link speed reported on VF
  ` [PATCH v2 03/27] net/ixgbe/base: fix PHY ID for X550
  ` [PATCH v2 04/27] net/ixgbe/base: rename message type macros
  ` [PATCH v2 05/27] net/ixgbe/base: correct registers names to match datasheet
  ` [PATCH v2 06/27] net/ixgbe/base: introduce new mailbox API
  ` [PATCH v2 07/27] net/ixgbe/base: increase DCB BW calculation for MTU from 4088 to 9128
  ` [PATCH v2 08/27] net/ixgbe/base: fix crash while loading driver
  ` [PATCH v2 09/27] net/ixgbe/base: improve function comments
  ` [PATCH v2 10/27] net/ixgbe/base: add fw_rst_cnt field to ixgbe_hw struct
  ` [PATCH v2 11/27] net/ixgbe/base: replace HIC with direct register access
  ` [PATCH v2 12/27] net/ixgbe/base: added link state handling
  ` [PATCH v2 13/27] net/ixgbe/base: handle -Wimplicit-fallthrough
  ` [PATCH v2 14/27] net/ixgbe/base: remove non-inclusive language
  ` [PATCH v2 15/27] net/ixgbe/base: filter out spurious link up indication
  ` [PATCH v2 16/27] net/ixgbe/base: remove circular header dependency
  ` [PATCH v2 17/27] net/ixgbe/base: add missing QV defines
  ` [PATCH v2 18/27] net/ixgbe/base: improve SWFW semaphore acquisition
  ` [PATCH v2 19/27] net/ixgbe/base: prevent untrusted loop bound
  ` [PATCH v2 20/27] net/ixgbe/base: add IXGBE_ADVTXD_MACLEN_MASK macro
  ` [PATCH v2 21/27] net/ixgbe/base: remove prototypes of unimplemented functions
  ` [PATCH v2 22/27] net/ixgbe/base: add support for E610 Admin Command Interface
  ` [PATCH v2 23/27] net/ixgbe/base: add support for E610 device capabilities detection
  ` [PATCH v2 24/27] net/ixgbe/base: add link management support for E610 device
  ` [PATCH v2 25/27] net/ixgbe/base: add support for NVM handling in "
  ` [PATCH v2 26/27] net/ixgbe/base: enable E610 device support
  ` [PATCH v2 27/27] net/ixgbe/base: add various miscellaneous features

[PATCH 0/8] Fix outer UDP checksum for Intel nics
 2024-05-03 13:10 UTC  (3+ messages)
` [PATCH v3 0/7] "

[PATCH] doc: fix testpmd ring size command
 2024-05-03 11:17 UTC  (2+ messages)

[PATCH] cmdline: configure input buffer size
 2024-05-03  4:27 UTC  (2+ messages)
` [PATCH v3] cmdline: increase "

[RFC 0/2] net/tap RSS BPF rewrite
 2024-05-02 21:31 UTC  (7+ messages)
` [PATCH v12 00/12] net/tap: RSS and other fixes
  ` [PATCH v12 08/12] net/tap: remove no longer used files
  ` [PATCH v12 09/12] net/tap: simplify internals
  ` [PATCH v12 10/12] net/tap: remove extraneous newlines
  ` [PATCH v12 11/12] net/tap: do not mark queue full as error
  ` [PATCH v12 12/12] net/tap: update documentation


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