DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 01/20] common/cnxk: implement SSO HW info
 2024-10-22  1:52 UTC  (27+ messages)
` [PATCH 06/20] event/cnxk: add CN20K SSO enqueue fast path
` [PATCH 07/20] event/cnxk: add CN20K SSO dequeue "
` [PATCH v2 01/21] common/cnxk: implement SSO HW info
  ` [PATCH v2 02/21] event/cnxk: add CN20K specific device probe
  ` [PATCH v2 03/21] event/cnxk: add CN20K device config
  ` [PATCH v2 04/21] event/cnxk: add CN20k event queue configuration
  ` [PATCH v2 05/21] event/cnxk: add CN20K event port configuration
  ` [PATCH v2 06/21] event/cnxk: add CN20K SSO enqueue fast path
  ` [PATCH v2 07/21] event/cnxk: add CN20K SSO dequeue "
  ` [PATCH v2 08/21] event/cnxk: add CN20K event port quiesce
  ` [PATCH v2 09/21] event/cnxk: add CN20K event port profile switch
  ` [PATCH v2 10/21] event/cnxk: add CN20K event port preschedule
  ` [PATCH v2 11/21] event/cnxk: add CN20K device start
  ` [PATCH v2 12/21] event/cnxk: add CN20K device stop and close
  ` [PATCH v2 13/21] event/cnxk: add CN20K xstats, selftest and dump
  ` [PATCH v2 14/21] event/cnxk: support CN20K Rx adapter
  ` [PATCH v2 15/21] event/cnxk: support CN20K Rx adapter fast path
  ` [PATCH v2 16/21] event/cnxk: support CN20K Tx adapter
  ` [PATCH v2 17/21] event/cnxk: support CN20K Tx adapter fast path
  ` [PATCH v2 18/21] common/cnxk: add SSO event aggregator
  ` [PATCH v2 19/21] event/cnxk: add Rx/Tx event vector support
  ` [PATCH v2 20/21] common/cnxk: update timer base code
  ` [PATCH v2 21/21] event/cnxk: add CN20K timer adapter

[PATCH v6 0/5] power: refactor power management library
 2024-10-22  1:34 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/5] power: refactor core "
  ` [PATCH v7 2/5] power: refactor uncore "

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

Use of strtok() in dpdk code
 2024-10-22  1:08 UTC  (2+ messages)

[PATCH] doc: reword sample app guides
 2024-10-21 23:42 UTC 

[PATCH v1 0/5] Fixes for release 24.07
 2024-10-21 23:24 UTC  (3+ messages)
` [PATCH v1 01/31] net/ntnic: add flow filter init API

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

[PATCH 0/7] DTS external DPDK build
 2024-10-21 22:46 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] dts: rename build target to "
  ` [PATCH v2 2/7] dts: enforce one dpdk build per test run
  ` [PATCH v2 3/7] dts: fix remote session file transfer vars
  ` [PATCH v2 4/7] dts: enable copying directories to and from nodes
  ` [PATCH v2 5/7] dts: add support for externally compiled DPDK
  ` [PATCH v2 6/7] doc: update argument options for external DPDK build
  ` [PATCH v2 7/7] dts: remove git ref option
` [PATCH v3 0/7] DTS external DPDK build
  ` [PATCH v3 1/7] dts: rename build target to "
  ` [PATCH v3 2/7] dts: enforce one dpdk build per test run
  ` [PATCH v3 3/7] dts: change remote and local paths objects
  ` [PATCH v3 4/7] dts: enable copying directories to and from nodes
  ` [PATCH v3 5/7] dts: add support for externally compiled DPDK
  ` [PATCH v3 6/7] doc: update argument options for external DPDK build
  ` [PATCH v3 7/7] dts: remove git ref option

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

[PATCH v1 0/2] baseband/acc: vrb2 FFT support
 2024-10-21 20:20 UTC  (7+ messages)
` [PATCH v1 1/2] baseband/acc: FFT support in VRB2 PRQ device

[PATCH 0/3] Enhance headers check
 2024-10-21 18:01 UTC  (10+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] bitset: fix build for GCC without experimental API
  ` [PATCH v3 2/4] buildtools/chkincs: check headers with stable API only
  ` [PATCH v3 3/4] bus/ifpga: use C linkage where appropriate in driver header
  ` [PATCH v3 4/4] buildtools/chkincs: check driver specific headers

[PATCH v5 0/6] Stage-Ordered API and other extensions for ring library
 2024-10-21 17:47 UTC  (16+ messages)
` [PATCH v6 0/7] "
  ` [PATCH v6 1/7] test/ring: fix failure with custom number of lcores
  ` [PATCH v6 2/7] ring: common functions for 'move head' ops
  ` [PATCH v6 3/7] ring: make copying functions generic
  ` [PATCH v6 4/7] ring: make dump function more verbose
  ` [PATCH v6 5/7] ring/soring: introduce Staged Ordered Ring
  ` [PATCH v6 6/7] app/test: add unit tests for soring API
  ` [PATCH v6 7/7] test: add stress test suite

[dpdk-dev] [PATCH 1/2] common/cnxk: support NPC flow on cn20k
 2024-10-21 17:09 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] net/cnxk: support rte "

[PATCH] examples/l3fwd: support setting the data size of mbuf
 2024-10-21 17:07 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v6 00/47] TruFlow update for Thor2
 2024-10-21 16:09 UTC  (5+ 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 0/5] updates for net/ice driver
 2024-10-21 15:57 UTC  (3+ messages)
` [PATCH v3 0/4] "

[DPDK/other Bug 1569] dpdk-devbind not recognizing Hyper-V synthetic network adapters
 2024-10-21 15:46 UTC  (2+ messages)

[PATCH v1] config/x86: add lcore support for AMD EPYC Zen5 platforms
 2024-10-21 15:07 UTC  (2+ messages)

[PATCH v5 0/1] devtools: add tracepoint check in checkpatch
 2024-10-21 14:06 UTC  (7+ messages)
` [PATCH v6 0/2] "
      ` [EXTERNAL] "

graph: make the in-built nodes better reusable
 2024-10-21 12:53 UTC 

[PATCH v1 1/1] dma/cnxk: support dma queue priority configuration
 2024-10-21 12:52 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/2] introduce PM QoS interface
 2024-10-21 11:42 UTC  (4+ messages)
` [PATCH v11 0/2] power: "
  ` [PATCH v11 1/2] power: introduce PM QoS API on CPU wide
  ` [PATCH v11 2/2] examples/l3fwd-power: add PM QoS configuration

[PATCH v6 5/9] net/zxdh: add msg chan enable implementation
 2024-10-21 10:56 UTC  (2+ messages)

[PATCH 1/9] rawdev: add API to get device from index
 2024-10-21 10:48 UTC  (6+ messages)
` [PATCH v2] "
    ` [EXTERNAL] "

[PATCH] maintainers: update for hns3
 2024-10-21  9:33 UTC  (2+ messages)

[RFC v3 00/10] eventdev: remove single-event enqueue and dequeue
 2024-10-21  9:21 UTC  (25+ messages)
` [PATCH "
  ` [PATCH 01/10] event/dsw: remove single event "
  ` [PATCH 02/10] event/dlb2: "
  ` [PATCH 03/10] event/octeontx: "
  ` [PATCH 04/10] event/sw: "
  ` [PATCH 05/10] event/dpaa: "
  ` [PATCH 06/10] event/dpaa2: "
  ` [PATCH 07/10] event/opdl: "
  ` [PATCH 08/10] event/cnxk: "
  ` [PATCH 09/10] event/skeleton: "
  ` [PATCH 10/10] eventdev: "

[PATCH v14 1/7] eal: add static per-lcore memory allocation facility
 2024-10-21  9:16 UTC  (4+ messages)
` [PATCH v15 0/7] Lcore variables

[PATCH v5 1/9] net/zxdh: add zxdh ethdev pmd driver
 2024-10-21  9:03 UTC  (7+ messages)
` [PATCH v6 0/9] net/zxdh: introduce net zxdh driver
  ` [PATCH v6 1/9] net/zxdh: add zxdh ethdev pmd driver
    ` [PATCH v6 2/9] net/zxdh: add logging implementation
      ` [PATCH v6 8/9] net/zxdh: add zxdh dev infos get ops

[PATCH v12 12/12] crypto/zsda: add zsda crypto PMD
 2024-10-21  8:52 UTC  (2+ messages)
` [v12,12/12] "

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