DPDK patches and discussions
 help / color / mirror / Atom feed
[v3 00/43] DPAA2 specific patches
 2024-10-22 19:12 UTC  (16+ messages)
` [v4 00/42] "
  ` [v4 01/42] net/dpaa2: enhance Tx scatter-gather mempool
  ` [v4 02/42] net/dpaa2: support PTP packet one-step timestamp
  ` [v4 03/42] net/dpaa2: add proper MTU debugging print
  ` [v4 04/42] net/dpaa2: add support to dump dpdmux counters
  ` [v4 05/42] bus/fslmc: change dpcon close as internal symbol
  ` [v4 06/42] bus/fslmc: add close API to close DPAA2 device
  ` [v4 07/42] net/dpaa2: dpdmux: add support for CVLAN
  ` [v4 08/42] bus/fslmc: upgrade with MC version 10.37
  ` [v4 09/42] net/dpaa2: support link state for eth interfaces
  ` [v4 10/42] net/dpaa2: update DPNI link status method
  ` [v4 11/42] net/dpaa2: add new PMD API to check dpaa platform version
  ` [v4 12/42] bus/fslmc: improve BMAN buffer acquire
  ` [v4 13/42] bus/fslmc: get MC VFIO group FD directly
  ` [v4 14/42] bus/fslmc: enhance MC VFIO multiprocess support

[PATCH 1/9] rawdev: add API to get device from index
 2024-10-22 19:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] eal/linux: clear asan after allocation and before prefaulting
 2024-10-22 18:54 UTC  (4+ messages)

[PATCH v7 0/5] power: refactor power management library
 2024-10-22 18:41 UTC  (9+ messages)
` [PATCH v8 0/6] "
  ` [PATCH v8 1/6] power: refactor core "
  ` [PATCH v8 2/6] power: refactor uncore "
  ` [PATCH v8 3/6] test/power: removed function pointer validations
  ` [PATCH v8 4/6] drivers/power: uncore support for AMD EPYC processors
  ` [PATCH v8 5/6] maintainers: update for drivers/power
  ` [PATCH v8 6/6] power: rename library sources for cpu frequency management

[RFC v2] ethdev: an API for cache stashing hints
 2024-10-22 18:37 UTC  (4+ messages)
` [RFC v3 0/2] An API for Stashing Packets into CPU caches

[PATCH] net/mlx5: add support for transport mode ESP ptype
 2024-10-22 18:06 UTC 

[PATCH v9 03/23] examples/ptp: replace terms master and slave
 2024-10-22 17:26 UTC  (4+ messages)
` [PATCH v10] "

[PATCH v1 00/73] Provide flow filter API and statistics
 2024-10-22 17:20 UTC  (78+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/73] net/ntnic: add API for configuration NT flow dev
  ` [PATCH v2 02/73] net/ntnic: add flow filter API
  ` [PATCH v2 03/73] net/ntnic: add minimal create/destroy flow operations
  ` [PATCH v2 04/73] net/ntnic: add internal flow create/destroy API
  ` [PATCH v2 05/73] net/ntnic: add minimal NT flow inline profile
  ` [PATCH v2 06/73] net/ntnic: add management API for NT flow profile
  ` [PATCH v2 07/73] net/ntnic: add NT flow profile management implementation
  ` [PATCH v2 08/73] net/ntnic: add create/destroy implementation for NT flows
  ` [PATCH v2 09/73] net/ntnic: add infrastructure for for flow actions and items
  ` [PATCH v2 10/73] net/ntnic: add action queue
  ` [PATCH v2 11/73] net/ntnic: add action mark
  ` [PATCH v2 12/73] net/ntnic: add ation jump
  ` [PATCH v2 13/73] net/ntnic: add action drop
  ` [PATCH v2 14/73] net/ntnic: add item eth
  ` [PATCH v2 15/73] net/ntnic: add item IPv4
  ` [PATCH v2 16/73] net/ntnic: add item ICMP
  ` [PATCH v2 17/73] net/ntnic: add item port ID
  ` [PATCH v2 18/73] net/ntnic: add item void
  ` [PATCH v2 19/73] net/ntnic: add item UDP
  ` [PATCH v2 20/73] net/ntnic: add action TCP
  ` [PATCH v2 21/73] net/ntnic: add action VLAN
  ` [PATCH v2 22/73] net/ntnic: add item SCTP
  ` [PATCH v2 23/73] net/ntnic: add items IPv6 and ICMPv6
  ` [PATCH v2 24/73] net/ntnic: add action modify filed
  ` [PATCH v2 25/73] net/ntnic: add items gtp and actions raw encap/decap
  ` [PATCH v2 26/73] net/ntnic: add cat module
  ` [PATCH v2 27/73] net/ntnic: add SLC LR module
  ` [PATCH v2 28/73] net/ntnic: add PDB module
  ` [PATCH v2 29/73] net/ntnic: add QSL module
  ` [PATCH v2 30/73] net/ntnic: add KM module
  ` [PATCH v2 31/73] net/ntnic: add hash API
  ` [PATCH v2 32/73] net/ntnic: add TPE module
  ` [PATCH v2 33/73] net/ntnic: add FLM module
  ` [PATCH v2 34/73] net/ntnic: add flm rcp module
  ` [PATCH v2 35/73] net/ntnic: add learn flow queue handling
  ` [PATCH v2 36/73] net/ntnic: match and action db attributes were added
  ` [PATCH v2 37/73] net/ntnic: add flow dump feature
  ` [PATCH v2 38/73] net/ntnic: add flow flush
  ` [PATCH v2 39/73] net/ntnic: add GMF (Generic MAC Feeder) module
  ` [PATCH v2 40/73] net/ntnic: sort FPGA registers alphanumerically
  ` [PATCH v2 41/73] net/ntnic: add MOD CSU
  ` [PATCH v2 42/73] net/ntnic: add MOD FLM
  ` [PATCH v2 43/73] net/ntnic: add HFU module
  ` [PATCH v2 44/73] net/ntnic: add IFR module
  ` [PATCH v2 45/73] net/ntnic: add MAC Rx module
  ` [PATCH v2 46/73] net/ntnic: add MAC Tx module
  ` [PATCH v2 47/73] net/ntnic: add RPP LR module
  ` [PATCH v2 48/73] net/ntnic: add MOD SLC LR
  ` [PATCH v2 49/73] net/ntnic: add Tx CPY module
  ` [PATCH v2 50/73] net/ntnic: add Tx INS module
  ` [PATCH v2 51/73] net/ntnic: add Tx RPL module
  ` [PATCH v2 52/73] net/ntnic: update alignment for virt queue structs
  ` [PATCH v2 53/73] net/ntnic: enable RSS feature
  ` [PATCH v2 54/73] net/ntnic: add statistics API
  ` [PATCH v2 55/73] net/ntnic: add rpf module
  ` [PATCH v2 56/73] net/ntnic: add statistics poll
  ` [PATCH v2 57/73] net/ntnic: added flm stat interface
  ` [PATCH v2 58/73] net/ntnic: add tsm module
  ` [PATCH v2 59/73] net/ntnic: add STA module
  ` [PATCH v2 60/73] net/ntnic: add TSM module
  ` [PATCH v2 61/73] net/ntnic: add xstats
  ` [PATCH v2 62/73] net/ntnic: added flow statistics
  ` [PATCH v2 63/73] net/ntnic: add scrub registers
  ` [PATCH v2 64/73] net/ntnic: update documentation
  ` [PATCH v2 65/73] net/ntnic: added flow aged APIs
  ` [PATCH v2 66/73] net/ntnic: add aged API to the inline profile
  ` [PATCH v2 67/73] net/ntnic: add info and configure flow API
  ` [PATCH v2 68/73] net/ntnic: add aged flow event
  ` [PATCH v2 69/73] net/ntnic: add thread termination
  ` [PATCH v2 70/73] net/ntnic: add age documentation
  ` [PATCH v2 71/73] net/ntnic: add meter API
  ` [PATCH v2 72/73] net/ntnic: add meter module
  ` [PATCH v2 73/73] net/ntnic: add meter documentation

[RFC v3 00/10] eventdev: remove single-event enqueue and dequeue
 2024-10-22 17:15 UTC  (4+ messages)
` [PATCH "
  ` [PATCH 01/10] event/dsw: remove single event "

[PATCH v2 0/9] drivers/raw: introduce cnxk rvu lf device driver
 2024-10-22 17:06 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/9] raw/cnxk_rvu_lf: add PMD API to get BAR addresses
        ` [EXTERNAL] "

[PATCH 0/5] updates for net/ice driver
 2024-10-22 16:39 UTC  (6+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] net/ice: detect stopping a flow-director queue twice
  ` [PATCH v4 2/4] net/ice: improve Tx scheduler graph output
  ` [PATCH v4 3/4] net/ice: add option to choose DDP package file
  ` [PATCH v4 4/4] net/ice: limit the number of queues to sched capabilities

[PATCH v12 01/12] zsda: add zsdadev driver documents
 2024-10-22 16:20 UTC  (30+ messages)
` [PATCH v13 00/12] drivers/zsda: introduce zsda drivers
  ` [PATCH v13 01/12] zsda: add zsdadev driver documents
  ` [PATCH v13 02/12] config: add zsda device number
  ` [PATCH v13 03/12] common/zsda: add some common functions
  ` [PATCH v13 04/12] common/zsda: configure zsda device
  ` [PATCH v13 05/12] common/zsda: configure zsda queue base functions
  ` [PATCH v13 06/12] common/zsda: configure zsda queue enqueue functions
  ` [PATCH v13 07/12] common/zsda: configure zsda queue dequeue functions
  ` [PATCH v13 08/12] compress/zsda: add zsda compress driver
  ` [PATCH v13 09/12] compress/zsda: add zsda compress PMD
  ` [PATCH v13 10/12] crypto/zsda: add crypto sessions configuration
  ` [PATCH v13 11/12] crypto/zsda: add zsda crypto driver
  ` [PATCH v13 12/12] crypto/zsda: add zsda crypto PMD
    ` [v13,01/12] zsda: add zsdadev driver documents

[PATCH] ixgbe: Removed FreeBSD forcing wait in ixgbe_dev_link_update_share()
 2024-10-22 16:16 UTC  (4+ messages)

[PATCH v6 00/47] TruFlow update for Thor2
 2024-10-22 16:12 UTC  (7+ messages)
` [PATCH v6 06/47] net/bnxt: tf_core: TF support flow scale query
` [PATCH v6 12/47] net/bnxt: tf_ulp: add vxlan-gpe base support

[PATCH dpdk] meson: properly disable docs
 2024-10-22 16:01 UTC  (6+ messages)

Including contigmem in core dumps
 2024-10-22 16:00 UTC  (5+ messages)

[PATCH 00/10] net/mlx5: improve MAC address and VLAN add latency
 2024-10-22 15:41 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/10] net/mlx5: add checking if unicast flow rule exists
  ` [PATCH v2 03/10] net/mlx5: rework creation of unicast flow rules
  ` [PATCH v2 04/10] net/mlx5: support destroying "
  ` [PATCH v2 05/10] net/mlx5: rename control flow rules types
  ` [PATCH v2 06/10] net/mlx5: shared init of control flow rules
  ` [PATCH v2 07/10] net/mlx5: add legacy unicast flow rules management
  ` [PATCH v2 08/10] net/mlx5: add legacy unicast flow rule registration
  ` [PATCH v2 09/10] net/mlx5: add dynamic unicast flow rule management
  ` [PATCH v2 10/10] net/mlx5: optimize MAC address and VLAN filter handling

Use of strtok() in dpdk code
 2024-10-22 15:25 UTC  (5+ messages)

[RFC] net/ice: add devargs to control link update
 2024-10-22 15:23 UTC  (2+ messages)

[PATCH v2 1/5] net/mlx5/hws: introduce new matcher type
 2024-10-22 15:02 UTC  (11+ messages)
` [PATCH v2 2/5] net/mlx5/hws: introduce jump to matcher action
` [PATCH v2 3/5] net/mlx5: create array ste matcher
` [PATCH v2 4/5] net/mlx5: add flow rule insertion by index with pattern
` [PATCH v2 5/5] net/mlx5: implement jump to table index action

[PATCH 0/7] DTS external DPDK build
 2024-10-22 14:56 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2 00/47] TruFlow update for Thor2
 2024-10-22 14:47 UTC  (6+ messages)
` [PATCH v2 17/47] net/bnxt: tf_ulp: support for Thor2 ulp layer
  ` FreeBSD problem with ixgbe

[PATCH] graph: add some print to the node dump
 2024-10-22 13:40 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] test/graph: fix graph autotest second test failure
 2024-10-22 13:38 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] mbuf: add transport mode ESP packet type
 2024-10-22 13:19 UTC  (3+ messages)

[PATCH] event/cnxk: fix getwork write data on reconfig
 2024-10-22 12:23 UTC 

[PATCH v6 1/9] net/zxdh: add zxdh ethdev pmd driver
 2024-10-22 12:20 UTC  (11+ messages)
` [PATCH v7 0/9] net/zxdh: introduce net zxdh driver
  ` [PATCH v7 1/9] net/zxdh: add zxdh ethdev pmd driver
  ` [PATCH v7 2/9] net/zxdh: add logging implementation
  ` [PATCH v7 3/9] net/zxdh: add zxdh device pci init implementation
  ` [PATCH v7 4/9] net/zxdh: add msg chan and msg hwlock init
  ` [PATCH v7 5/9] net/zxdh: add msg chan enable implementation
  ` [PATCH v7 6/9] net/zxdh: add zxdh get device backend infos
  ` [PATCH v7 7/9] net/zxdh: add configure zxdh intr implementation
  ` [PATCH v7 8/9] net/zxdh: add zxdh dev infos get ops
  ` [PATCH v7 9/9] net/zxdh: add zxdh dev configure ops

[PATCH 0/2] introduce PM QoS interface
 2024-10-22 12:15 UTC  (6+ messages)
` [PATCH v11 0/2] power: "
  ` [PATCH v11 2/2] examples/l3fwd-power: add PM QoS configuration

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