DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v5 0/1] devtools: add tracepoint check in checkpatch
 2023-12-15  6:43 UTC  (4+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] devtools: move build map changes function
  ` [PATCH v6 2/2] devtools: add tracepoint check in checkpatch

[PATCH 00/26] Replace uses of RTE_LOGTYPE_PMD
 2023-12-15  5:56 UTC  (79+ messages)
` [PATCH v2 00/25] Replace use "
  ` [PATCH v2 03/25] net/atlantic: replace RTE_LOG_DP with rte_log_dp
  ` [PATCH v2 04/25] net/avp: "
  ` [PATCH v2 05/25] net/bnxt: "
  ` [PATCH v2 06/25] net/dpaa: "
  ` [PATCH v2 07/25] net/dpaa2: "
  ` [PATCH v2 08/25] net/enetc, net/enetfec: "
  ` [PATCH v2 09/25] net/igc: "
  ` [PATCH v2 10/25] net/mana: "
  ` [PATCH v2 11/25] net/mvpp2: do not use PMD logtype
  ` [PATCH v2 12/25] net/octeon_ep: replace RTE_LOG_DP with rte_log_dp
  ` [PATCH v2 13/25] net/pfe: "
  ` [PATCH v2 14/25] net/qede: "
  ` [PATCH v2 15/25] net/virtio: "
  ` [PATCH v2 16/25] net/vmxnet3: do not use PMD logtype
  ` [PATCH v2 17/25] common/cnxk: replace RTE_LOG_DP with rte_log_dp
  ` [PATCH v2 18/25] common/cpt: "
  ` [PATCH v2 19/25] common/sfc_efx: remove use of PMD logtype
  ` [PATCH v2 20/25] common/dpaax: do not use "
  ` [PATCH v2 21/25] basband/la12xx: replace RTE_LOG_DP with rte_log_dp
  ` [PATCH v2 22/25] bus/cdx: "
  ` [PATCH v2 23/25] bus/fslmc: "
  ` [PATCH v2 24/25] dma/dpaa, dma/dpaa2: "
  ` [PATCH v2 25/25] mempool/dpaa, mempool/dpaa2: do not use logtype PMD
` [PATCH v3 00/37] Replace uso of RTE_LOGTYPE_PMD
  ` [PATCH v3 01/37] log: fix doc comment for RTE_LOG_DP()
  ` [PATCH v3 02/37] log: add rte_log_dp()
  ` [PATCH v3 03/37] net/atlantic: replace RTE_LOG_DP with rte_log_dp
  ` [PATCH v3 04/37] net/avp: "
  ` [PATCH v3 05/37] net/bnxt: "
  ` [PATCH v3 06/37] net/dpaa: "
  ` [PATCH v3 07/37] net/dpaa2: "
  ` [PATCH v3 08/37] net/enetc, net/enetfec: "
  ` [PATCH v3 09/37] net/igc: "
  ` [PATCH v3 10/37] net/mana: "
  ` [PATCH v3 11/37] net/mvpp2: do not use PMD logtype
  ` [PATCH v3 12/37] net/octeon_ep: replace RTE_LOG_DP with rte_log_dp
  ` [PATCH v3 13/37] net/pfe: "
  ` [PATCH v3 14/37] net/qede: "
    ` [EXT] "
  ` [PATCH v3 15/37] net/virtio: "
  ` [PATCH v3 16/37] net/vmxnet3: do not use PMD logtype
  ` [PATCH v3 17/37] common/cnxk: replace RTE_LOG_DP with rte_log_dp
  ` [PATCH v3 18/37] common/cpt: "
  ` [PATCH v3 19/37] common/sfc_efx: remove use of PMD logtype
  ` [PATCH v3 20/37] common/dpaax: do not use "
  ` [PATCH v3 21/37] basband/la12xx: replace RTE_LOG_DP with rte_log_dp
  ` [PATCH v3 22/37] bus/cdx: "
  ` [PATCH v3 23/37] bus/fslmc: "
  ` [PATCH v3 24/37] dma/dpaa, dma/dpaa2: "
  ` [PATCH v3 25/37] mempool/dpaa, mempool/dpaa2: do not use logtype PMD
  ` [PATCH v3 26/37] vdpa/ifc: replace use of RTE_LOGTYPE_PMD
  ` [PATCH v3 27/37] raw/cnxk_bphy: replace PMD logtype with dynamic type
  ` [PATCH v3 28/37] raw/cnxk_gpio: "
  ` [PATCH v3 29/37] raw/dpaa2_cmdif: replace PMD logtype with rte_log_dp
  ` [PATCH v3 30/37] raw/ifpga: replace PMD logtype with dynamic type
  ` [PATCH v3 31/37] event/dlb2: replace logtype PMD with rte_log_dp
  ` [PATCH v3 32/37] event/dpaa, event/dpaa2: use local logtype
  ` [PATCH v3 33/37] event/skeleton: replace logtype PMD with dynamic type
  ` [PATCH v3 34/37] crypto/caam_jr: replace logtype PMD
  ` [PATCH v3 35/37] crypto/ccp: do not use PMD logtype
  ` [PATCH v3 36/37] crypto/scheduler: replace use of logtype PMD
  ` [PATCH v3 37/37] crypto/dpaa_sec, crypto/dpaa2_sec: replace use of PMD logtype

[dpdk-dev] [PATCH 1/3] common/cnxk: support mirror flow action
 2023-12-15  5:34 UTC  (8+ messages)
` [dpdk-dev] [PATCH 2/3] net/cnxk: "
  ` [EXT] "
` [dpdk-dev] [PATCH 3/3] common/cnxk: add egress mirror support
` [dpdk-dev] [PATCH v2 1/3] common/cnxk: support mirror flow action
  ` [dpdk-dev] [PATCH v2 2/3] net/cnxk: "
  ` [dpdk-dev] [PATCH v2 3/3] common/cnxk: add egress mirror support

[dpdk-dev] [PATCH 1/2] common/cnxk: support PPPoE flow item type in ROC API
 2023-12-15  5:04 UTC  (6+ messages)
` [dpdk-dev] [PATCH 2/2] net/cnxk: support PPPoE flow item type
  ` [EXT] [dpdk-dev] [PATCH 2/2] net/cnxk: support Pepo "
` [dpdk-dev] [PATCH v2 1/2] common/cnxk: support PPPoE flow item type in ROC API
  ` [dpdk-dev] [PATCH v2 2/2] net/cnxk: support PPPoE flow item type

[PATCH] net/tap: add deprecation notice for RTE_FLOW_ACTION_RSS
 2023-12-15  4:58 UTC  (6+ messages)

[Bug 1264] Tap bpf program no longer compiles
 2023-12-15  3:57 UTC  (2+ messages)

[Bug 943] BUG: scheduling while atomic
 2023-12-15  3:55 UTC  (2+ messages)

[PATCH] net/iavf: support rte flow with mask for FDIR
 2023-12-15  3:28 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/2] bugfix and replace on use of stdatomic API
 2023-12-15  2:47 UTC  (4+ messages)
` [PATCH 1/2] eal: fix constraints on "

DPDK Release Status Meeting 2023-12-14
 2023-12-15  0:43 UTC  (2+ messages)

[PATCH] maintainers: add new maintainer to DMA perf tool
 2023-12-15  0:35 UTC 

[PATCH v3 0/7] dts: Port scatter suite over
 2023-12-14 22:10 UTC  (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/7] dts: add required methods to testpmd_shell
` [PATCH v4 2/7] dts: allow passing parameters into interactive apps
` [PATCH v4 3/7] dts: add optional packet filtering to scapy sniffer
` [PATCH v4 4/7] dts: add pci addresses to EAL parameters
` [PATCH v4 5/7] dts: allow configuring MTU of ports
` [PATCH v4 6/7] dts: add scatter to the yaml schema
` [PATCH v4 7/7] dts: add scatter test suite

[RFC] ethdev: introduce entropy calculation
 2023-12-14 17:26 UTC  (6+ messages)

[PATCH] app/test: prevent exiting after skipped test
 2023-12-14 17:03 UTC  (2+ messages)

[PATCH] app/test: remove ifdefs for cmdline library
 2023-12-14 17:03 UTC  (2+ messages)

[PATCH v1] crypto/ipsec_mb: use new ipad/opad calculation API
 2023-12-14 16:41 UTC 

AMD 24.03 roadmap
 2023-12-14 16:40 UTC 

[PATCH 0/5] unify the usage of capacity and control
 2023-12-14 16:08 UTC  (2+ messages)

[PATCH v2 0/2] ethdev: add random item support
 2023-12-14 15:55 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] "
  ` [PATCH v4 0/2] "
    ` [PATCH v4 1/2] "
    ` [PATCH v4 2/2] app/testpmd: "

[PATCH v1] crypto/ipsec_mb: unified IPsec MB interface
 2023-12-14 15:15 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/2] net/mlx5: add random item support
 2023-12-14 15:12 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] net/mlx5/hws: add support for random number match
  ` [PATCH v3 2/2] net/mlx5: add random item support

[CI] Github Robot - Recheck support
 2023-12-14 13:43 UTC 

[PATCH] ethdev: add dump regs for telemetry
 2023-12-14 12:49 UTC  (2+ messages)

[PATCH 0/4] net/mlx5: add modify field ADD fields support
 2023-12-14 11:39 UTC  (10+ messages)
` [PATCH 1/4] net/mlx5: add TCP/IP length modify field
` [PATCH 2/4] net/mlx5: rename modify copy destination to destination
` [PATCH 3/4] net/mlx5: add modify field action ADD fields support
` [PATCH 4/4] net/mlx5: add modify field action ADD fields validation

[PATCH v3] lib/net: fix tcp/udp cksum with padding data
 2023-12-14 11:20 UTC  (5+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH] ixgbe: fix interrupt clear mask for eimc register
 2023-12-14 11:02 UTC  (3+ messages)

[PATCH] net/iavf: fix no polling mode switch
 2023-12-14 10:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] fix some problems of flower firmware
 2023-12-14 10:24 UTC  (4+ messages)
` [PATCH 1/3] net/nfp: fix close representor problem
` [PATCH 2/3] net/nfp: fix free resource problem
` [PATCH 3/3] net/nfp: free domain ID in close interface

[RFC 0/3] Detect superfluous newline in logs
 2023-12-14 10:11 UTC  (4+ messages)
` [RFC v2 00/14] "
  ` [RFC v2 02/14] regexdev: fix logtype register

[PATCH v2] net/ice: fix link update
 2023-12-14  8:40 UTC 

[PATCH] testpmd: add hairpin-map parameter
 2023-12-14  8:06 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net/iavf: support Tx LLDP on scalar and AVX512
 2023-12-14  6:58 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] net/iavf: support Tx LLDP on scalar
  ` [PATCH v2 2/3] net/iavf: support Tx LLDP on AVX512
  ` [PATCH v2 3/3] net/iavf: add Tx LLDP command

[PATCH] event/dlb2: remove unnecessary timer call
 2023-12-14  6:58 UTC  (7+ messages)

[PATCH 1/1] net/ixgbe: fix memoy leak after device init failure
 2023-12-14  6:44 UTC  (3+ messages)
` [PATCH RESEND] "
` [PATCH v2] "

[PATCH 1/1] net/iavf: fix memoy leak in error path
 2023-12-14  4:39 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH 0/2] ethdev: add RTE_FLOW_ITEM_TYPE_COMPARE
 2023-12-14  3:12 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] net/mlx5: add compare item support

[PATCH] net/i40e: remove redundant judgment in fdir parse
 2023-12-14  2:12 UTC  (2+ messages)

[PATCH v2 00/14] support new 5760X P7 devices
 2023-12-13 19:09 UTC  (5+ messages)

[PATCH 24.03 0/8] document scheduling types for eventdev drivers
 2023-12-13 13:20 UTC  (5+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] eventdev: clarify all-types flag documentation

[v4] net/af_xdp: enable uds_path instead of use_cni
 2023-12-13 12:24 UTC 

[v3] net/af_xdp: enable uds-path instead of use_cni
 2023-12-13 11:13 UTC  (3+ messages)

[PATCH] examples/packet_ordering: fix segfault in disable_reorder mode
 2023-12-13 11:07 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/2] fix problem in Rx
 2023-12-13 10:40 UTC  (2+ messages)

DPDK Tech Board Meeting Reminder - Tomorrow, Wed. Dec. 13th, 2023 - 7am Pacific/10am Eastern/1500h UTC
 2023-12-13  4:43 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).