DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 00/18] net/r8169: add r8169 pmd to dpdk
 2024-10-15  3:09 UTC  (15+ messages)
` [PATCH v1 01/18] net/r8169: add PMD driver skeleton
` [PATCH v1 02/18] net/r8169: add logging structure
` [PATCH v1 03/18] net/r8169: add hardware registers access routines
` [PATCH v1 04/18] net/r8169: implement core logic for Tx/Rx
` [PATCH v1 05/18] net/r8169: add support for hw config
` [PATCH v1 06/18] net/r8169: add phy registers access routines
` [PATCH v1 07/18] net/r8169: add support for hardware operations
` [PATCH v1 08/18] net/r8169: add support for phy configuration
` [PATCH v1 09/18] net/r8169: add support for hw initialization
` [PATCH v1 10/18] net/r8169: add link status and interrupt management
` [PATCH v1 11/18] net/r8169: implement Rx path
` [PATCH v1 12/18] net/r8169: implement Tx path
` [PATCH v1 13/18] net/r8169: implement device statistics
` [PATCH v1 14/18] net/r8169: implement promisc and allmulti modes

[v5 01/15] dma/dpaa2: configure route by port by PCIe port param
 2024-10-15  2:59 UTC  (18+ messages)
` [v6 00/15] NXP DMA driver fixes and Enhancements
  ` [v6 01/15] dma/dpaa2: configure route by port by PCIe port param
  ` [v6 02/15] dma/dpaa2: refactor driver code
  ` [v6 03/15] bus/fslmc: enhance the qbman dq storage logic
  ` [v6 04/15] dma/dpaa2: add short FD support
  ` [v6 05/15] dma/dpaa2: limit the max descriptor number
  ` [v6 06/15] dma/dpaa2: change the DMA copy return value
  ` [v6 07/15] dma/dpaa2: move the qdma header to common place
  ` [v6 08/15] dma/dpaa: refactor driver
  ` [v6 09/15] dma/dpaa: support burst capacity API
  ` [v6 10/15] dma/dpaa: add silent mode support
  ` [v6 11/15] dma/dpaa: add workaround for ERR050757
  ` [v6 12/15] dma/dpaa: qdma stall workaround for ERR050265
  ` [v6 13/15] dma/dpaa: add Scatter Gather support
  ` [v6 14/15] dma/dpaa: add DMA error checks
  ` [v6 15/15] bus/dpaa: add port bmi stats

[DPDK/cryptodev Bug 1565] Lots of warnings from Clang Asan build in Openssl PMD
 2024-10-15  2:51 UTC 

[PATCH v3 0/5] power: refactor power management library
 2024-10-15  2:49 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] power: refactor core "
  ` [PATCH v4 2/5] power: refactor uncore "
  ` [PATCH v4 3/5] test/power: removed function pointer validations
  ` [PATCH v4 4/5] power/amd_uncore: uncore support for AMD EPYC processors
  ` [PATCH v4 5/5] maintainers: update for drivers/power

[v2 01/43] net/dpaa2: enhance Tx scatter-gather mempool
 2024-10-15  2:32 UTC  (49+ messages)
` [v3 00/43] DPAA2 specific patches
  ` [v3 01/43] net/dpaa2: enhance Tx scatter-gather mempool
  ` [v3 02/43] net/dpaa2: support PTP packet one-step timestamp
  ` [v3 03/43] net/dpaa2: add proper MTU debugging print
  ` [v3 04/43] net/dpaa2: add support to dump dpdmux counters
  ` [v3 05/43] bus/fslmc: change dpcon close as internal symbol
  ` [v3 06/43] bus/fslmc: add close API to close DPAA2 device
  ` [v3 07/43] net/dpaa2: dpdmux: add support for CVLAN
  ` [v3 08/43] bus/fslmc: upgrade with MC version 10.37
  ` [v3 09/43] net/dpaa2: support link state for eth interfaces
  ` [v3 10/43] net/dpaa2: update DPNI link status method
  ` [v3 11/43] net/dpaa2: add new PMD API to check dpaa platform version
  ` [v3 12/43] bus/fslmc: improve BMAN buffer acquire
  ` [v3 13/43] bus/fslmc: get MC VFIO group FD directly
  ` [v3 14/43] bus/fslmc: enhance MC VFIO multiprocess support
  ` [v3 15/43] bus/fslmc: free VFIO group FD in case of add group failure
  ` [v3 16/43] bus/fslmc: dynamic IOVA mode configuration
  ` [v3 17/43] bus/fslmc: remove VFIO IRQ mapping
  ` [v3 18/43] bus/fslmc: create dpaa2 device with it's object
  ` [v3 19/43] bus/fslmc: fix coverity issue
  ` [v3 20/43] bus/fslmc: fix invalid error FD code
  ` [v3 21/43] bus/fslmc: change qbman eq desc from d to desc
  ` [v3 22/43] bus/fslmc: introduce VFIO DMA mapping API for fslmc
  ` [v3 23/43] net/dpaa2: change miss flow ID macro name
  ` [v3 24/43] net/dpaa2: flow API refactor
  ` [v3 25/43] net/dpaa2: dump Rx parser result
  ` [v3 26/43] net/dpaa2: enhancement of raw flow extract
  ` [v3 27/43] net/dpaa2: frame attribute flags parser
  ` [v3 28/43] net/dpaa2: add VXLAN distribution support
  ` [v3 29/43] net/dpaa2: protocol inside tunnel distribution
  ` [v3 30/43] net/dpaa2: eCPRI support by parser result
  ` [v3 31/43] net/dpaa2: add GTP flow support
  ` [v3 32/43] net/dpaa2: check if Soft parser is loaded
  ` [v3 33/43] net/dpaa2: soft parser flow verification
  ` [v3 34/43] net/dpaa2: add flow support for IPsec AH and ESP
  ` [v3 35/43] net/dpaa2: fix memory corruption in TM
  ` [v3 36/43] net/dpaa2: support software taildrop
  ` [v3 37/43] net/dpaa2: check IOVA before sending MC command
  ` [v3 38/43] net/dpaa2: improve DPDMUX error behavior settings
  ` [v3 39/43] net/dpaa2: store drop priority in mbuf
  ` [v3 40/43] net/dpaa2: add API to get endpoint name
  ` [v3 41/43] net/dpaa2: support VLAN traffic splitting
  ` [v3 42/43] net/dpaa2: add support for C-VLAN and MAC
  ` [v3 43/43] net/dpaa2: dpdmux single flow/multiple rules support

[PATCH] net/mlx5: fix potential memory leak in meter
 2024-10-15  1:47 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1 0/2] baseband/acc: vrb2 FFT support
 2024-10-14 22:30 UTC  (3+ messages)
` [PATCH v1 1/2] baseband/acc: FFT support in VRB2 PRQ device
` [PATCH v1 2/2] baseband/acc: saturate input to 6 bits for VRB decoder

[PATCH v5] devtools: add .clang-format file
 2024-10-14 22:16 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v2 0/2] dts: port over unified packet type suite
 2024-10-14 21:08 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] dts: add VXLAN port method to testpmd shell
  ` [PATCH v3 2/2] dts: port over unified packet suite

[PATCH 0/2] Fix race in ethdev telemetry
 2024-10-14 20:01 UTC  (5+ messages)
` [PATCH dpdk v3 "
  ` [PATCH dpdk v3 1/2] telemetry: add api to register command with private argument
  ` [PATCH dpdk v3 2/2] ethdev: fix potential race in telemetry endpoints

[PATCH v4 0/5] add feature arc in rte_graph
 2024-10-14 19:54 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] graph: add feature arc support
  ` [PATCH v5 2/5] graph: add feature arc option in graph create
  ` [PATCH v5 3/5] graph: add IPv4 output feature arc
  ` [PATCH v5 4/5] test/graph_feature_arc: add functional tests
  ` [PATCH v5 5/5] docs: add programming guide for feature arc

[PATCH v4 00/47] TruFlow update for Thor2
 2024-10-14 19:41 UTC  (3+ messages)
` [PATCH v4 01/47] net/bnxt: tf_core: fix wc tcam multi slice delete issue

[PATCH v4 1/5] graph: add support for node specific errors
 2024-10-14 19:39 UTC  (13+ messages)
` [PATCH v5 0/3] Introduce node-specific errors in graph library
  ` [PATCH v5 1/3] graph: add support for node specific errors
  ` [PATCH v5 2/3] graph: add node error counters
  ` [PATCH v5 3/3] node: add error stats for ip4 nodes
    ` [EXTERNAL] Re: [PATCH v5 0/3] Introduce node-specific errors in graph library
  ` [PATCH v6 0/3] Introduce node-specific xstats "
    ` [PATCH v6 1/3] graph: add support for node specific xstats
    ` [PATCH v6 2/3] doc: update graph layout and node anatomy images
    ` [PATCH v6 3/3] node: add xstats for ip4 nodes

[PATCH 1/2] eal/linux: fix VFIO hotplug with multiprocess
 2024-10-14 18:58 UTC  (3+ messages)

[PATCH] eal/x86: cache queried CPU flags
 2024-10-14 18:29 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/2] dts: port over checksum offload suite
 2024-10-14 18:23 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] dts: add csum HW offload to testpmd shell
  ` [PATCH v4 2/2] dts: checksum offload test suite

[PATCH v01] net/af_packet: support link status update
 2024-10-14 17:41 UTC  (2+ messages)

[RFC PATCH v1 0/5] Adjust wording for NUMA vs. socket ID in DPDK
 2024-10-14 17:31 UTC  (3+ messages)
` [RFC PATCH v1 5/5] lcore: store physical package ID internally

[PATCH 0/9] net/ice: base code update for RC2
 2024-10-14 17:27 UTC  (13+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] net/ice/base: re-enable bypass mode for E822
  ` [PATCH v2 02/10] net/ice/base: add bounds check
  ` [PATCH v2 03/10] net/ice/base: fix VLAN replay after reset
  ` [PATCH v2 04/10] net/ice/base: remove 255 limit on sched child nodes
  ` [PATCH v2 05/10] net/ice/base: set VSI index on newly created nodes
  ` [PATCH v2 06/10] net/ice/base: optimize subtree searches
  ` [PATCH v2 07/10] net/ice/base: remove flag checks before topology upload
  ` [PATCH v2 08/10] net/ice/base: allow init without TC class sched nodes
  ` [PATCH v2 09/10] net/ice/base: read VSI layer info from VSI
  ` [PATCH v2 10/10] net/ice/base: update README

[PATCH v2 1/2] fib: implement RCU rule reclamation
 2024-10-14 17:10 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2] doc: reword sample app guides
 2024-10-14 17:03 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] fib: fix vector lookup
 2024-10-14 17:01 UTC  (2+ messages)

[PATCH v4] fib: network byte order IPv4 lookup
 2024-10-14 16:59 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v2] examples/flow_filtering: introduce use cases snippets
 2024-10-14 16:47 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net/bonding: add user callback for bond xmit policy
 2024-10-14 16:40 UTC  (3+ messages)

[RFC PATCH] build: automatically report minimum meson version
 2024-10-14 16:31 UTC  (2+ messages)

[PATCH v10 1/7] eal: add static per-lcore memory allocation facility
 2024-10-14 16:30 UTC  (6+ messages)
` [PATCH v11 0/7] Lcore variables
  ` [PATCH v11 1/7] eal: add static per-lcore memory allocation facility
  ` [PATCH v11 7/7] eal: keep per-lcore power intrinsics state in lcore variable

[PATCH] ip_frag: support IPv6 reassembly with extensions
 2024-10-14 16:11 UTC  (6+ messages)

[PATCH v2] hash: separate param checks in hash create func
 2024-10-14 15:28 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] introduce PM QoS interface
 2024-10-14 15:27 UTC  (10+ messages)
` [PATCH v10 0/2] power: "
  ` [PATCH v10 1/2] power: introduce PM QoS API on CPU wide
  ` [PATCH v10 2/2] examples/l3fwd-power: add PM QoS configuration

[PATCH v8 1/7] eal: add static per-lcore memory allocation facility
 2024-10-14 15:19 UTC  (7+ messages)
` [PATCH v9 0/7] Lcore variables
  ` [PATCH v9 1/7] eal: add static per-lcore memory allocation facility

[PATCH 1/6] eal: add bitset type
 2024-10-14 15:08 UTC  (3+ messages)
` [PATCH v2 0/4] Add "

[PATCH] eventdev: announce single-event enqueue/dequeue ABI change
 2024-10-14 14:44 UTC  (7+ messages)
` [PATCH v2] doc: "

[PATCH] bitops: fix issue in parallel atomic tests
 2024-10-14 14:33 UTC  (7+ messages)

[PATCH] test/bitops: check worker lcore availability
 2024-10-14 14:26 UTC  (3+ messages)

[DPDK/core Bug 1558] 10 second timeout is too short to pass tests on RISC-V devices
 2024-10-14 13:55 UTC  (2+ messages)

[DPDK/ethdev Bug 1561] BNX2X: Jumbo frames not working on NetXtreme II BCM57810
 2024-10-14 13:47 UTC  (2+ messages)

[PATCH v1 0/3] Import Kernel uAPI header files
 2024-10-14 12:14 UTC  (4+ messages)
` [PATCH v1 1/3] uapi: introduce kernel uAPI headers import

[PATCH] vhost: promote max queue setting API to stable
 2024-10-14 11:47 UTC  (2+ messages)

[PATCH v3 00/12] acc baseband PMD fix and updates for 24.11
 2024-10-14 11:43 UTC  (14+ messages)
` [PATCH v3 02/12] baseband/acc: fix soft output bypass RM
` [PATCH v3 03/12] baseband/acc: queue allocation refactor
` [PATCH v3 06/12] baseband/acc: enhance SW ring alignment
` [PATCH v3 10/12] baseband/acc: cosmetic changes
` [PATCH v3 11/12] baseband/acc: rte free refactor
` [PATCH v3 12/12] baseband/acc: clean up of VRB1 capabilities

[RFC PATCH 0/3] add feature arc in rte_graph
 2024-10-14 11:11 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] common/cnxk: allow enabling IOVA field in mbuf
 2024-10-14 11:06 UTC 

[PATCH] test: fix option block
 2024-10-14 10:22 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] test: fix option devices

[PATCH] Revert "build: disable gcc 10 zero-length-bounds warning"
 2024-10-14  9:33 UTC  (2+ messages)

[v2 1/5] raw/zxdh: introduce zxdh raw device driver
 2024-10-14  8:33 UTC  (8+ messages)
` [v3 1/5] raw/gdtc: introduce gdtc "
` [v3 2/5] raw/gdtc: add support for queue setup operation
` [v3 3/5] raw/gdtc: add support for standard rawdev operations
` [v3 4/5] raw/gdtc: add support for enqueue operation
` [v3 5/5] raw/gdtc: add support for dequeue operation
` Re:[PATCH] raw/gdtc: introduce gdtc raw device driver
  ` [PATCH] "

[PATCH] net: improve vlan header type alignment
 2024-10-14  8:04 UTC  (2+ messages)

[PATCH 0/4] net/mlx5: series to fix and improve tx trace capabilities
 2024-10-14  8:04 UTC  (6+ messages)
` [PATCH v2 0/4] net/mlx5: series to fix and improve tx trace capabilitie
  ` [PATCH v2 1/4] net/mlx5/tools: fix trace dump multiple burst completions
  ` [PATCH v2 2/4] net/mlx5: fix real time counter reading from PCI BAR
  ` [PATCH v2 3/4] net/mlx5: fix Tx tracing to use single clock source
  ` [PATCH v2 4/4] net/mlx5: update dump script to show incomplete records

[PATCH v01] net/af_packet: don't specify protocol on socket create
 2024-10-13 13: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).