DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 00/73] Provide flow filter API and statistics
 2024-10-21 21:04 UTC  (43+ 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 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 44/73] net/ntnic: add IFR module

[PATCH 01/20] common/cnxk: implement SSO HW info
 2024-10-21 20:57 UTC  (22+ messages)
` [PATCH v2 01/21] "
  ` [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 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

Use of strtok() in dpdk code
 2024-10-21 18:30 UTC 

[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  (50+ messages)
` [PATCH v6 01/47] net/bnxt: tf_core: fix wc tcam multi slice delete issue
` [PATCH v6 02/47] net/bnxt: tf_core: tcam manager data corruption
` [PATCH v6 03/47] net/bnxt: tf_core: External EM support cleanup
` [PATCH v6 04/47] net/bnxt: tf_core: Thor TF EM key size check
` [PATCH v6 05/47] net/bnxt: tf_core: flow scale improvement
` [PATCH v6 06/47] net/bnxt: tf_core: TF support flow scale query
` [PATCH v6 07/47] net/bnxt: tf_core: fix slice count in case of HA entry move
` [PATCH v6 08/47] net/bnxt: tf_core: convert priority based TCAM manager to dynamic allocation
` [PATCH v6 09/47] net/bnxt: tf_core: remove dead AFM code from session-based priority TCAM mgr
` [PATCH v6 10/47] net/bnxt: tf_core: remove dead "
` [PATCH v6 11/47] net/bnxt: tfc: support tf-core for Thor2
` [PATCH v6 12/47] net/bnxt: tf_ulp: add vxlan-gpe base support
` [PATCH v6 13/47] net/bnxt: tf_ulp: add custom l2 etype tunnel support
` [PATCH v6 14/47] net/bnxt: tf_ulp: add support for vf to vf flow offload
` [PATCH v6 15/47] net/bnxt: tf_ulp: Wh+ mirroring support
` [PATCH v6 16/47] net/bnxt: tf_ulp: miscellaneous fixes
` [PATCH v6 17/47] net/bnxt: tf_ulp: support for Thor2 ulp layer
` [PATCH v6 18/47] net/bnxt: tf_ulp: add support for overlapping flows
` [PATCH v6 19/47] net/bnxt: tf_ulp: convert recipe table to dynamic memory
` [PATCH v6 20/47] net/bnxt: tf_ulp: add feature bit support
` [PATCH v6 21/47] net/bnxt: tf_ulp: add action read and clear support
` [PATCH v6 22/47] net/bnxt: tf_ulp: update template files
` [PATCH v6 23/47] net/bnxt: tf_ulp: VFR updates for Thor 2
` [PATCH v6 24/47] net/bnxt: tf_ulp: add support for tunnel flow stats
` [PATCH v6 25/47] net/bnxt: tf_ulp: update template files
` [PATCH v6 26/47] net/bnxt: tf_ulp: enable recipe id generation
` [PATCH v6 27/47] net/bnxt: tf_ulp: fixed parent child db counters
` [PATCH v6 28/47] net/bnxt: tf_ulp: modify return values to adhere to C coding standard
` [PATCH v6 29/47] net/bnxt: tf_ulp: update template files
` [PATCH v6 30/47] net/bnxt: tf_ulp: add mask defaults when mask is not specified
` [PATCH v6 31/47] net/bnxt: tf_ulp: add jump action support
` [PATCH v6 32/47] net/bnxt: tf_ulp: add support for flow priority
` [PATCH v6 33/47] net/bnxt: tf_ulp: support for dynamic tunnel ports
` [PATCH v6 34/47] net/bnxt: tf_ulp: add rte_mtr support for Thor2
` [PATCH v6 35/47] net/bnxt: tf_ulp: TF support flow scale query
` [PATCH v6 36/47] net/bnxt: tf_ulp: add support for rss flow query to ULP
` [PATCH v6 37/47] net/bnxt: tf_ulp: add track type feature to tables
` [PATCH v6 38/47] net/bnxt: tf_ulp: inline utility functions and use likely/unlikely
` [PATCH v6 39/47] net/bnxt: tf_ulp: switch ulp to use rte crc32 hash
` [PATCH v6 40/47] net/bnxt: tf_ulp: update template files
` [PATCH v6 41/47] net/bnxt: tf_ulp: support a few generic template items
` [PATCH v6 42/47] net/bnxt: tf_ulp: TFC support flow scale query for Thor2
` [PATCH v6 43/47] net/bnxt: tf_ulp: update template files
` [PATCH v6 44/47] net/bnxt: tf_ulp: enable support for truflow feature configuration
` [PATCH v6 45/47] net/bnxt: tf_ulp: support a few feature extensions
` [PATCH v6 46/47] net/bnxt: tf_ulp: update template files
` [PATCH v6 47/47] net/bnxt: tf_ulp: add stats cache for thor2

[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] "

[PATCH 0/7] DTS external DPDK build
 2024-10-21 13:49 UTC  (9+ 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

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 "

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

[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 v5 1/9] net/zxdh: add zxdh ethdev pmd driver
 2024-10-21 10:56 UTC  (12+ 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 5/9] net/zxdh: add msg chan enable implementation
      ` [PATCH v6 6/9] net/zxdh: add zxdh get device backend infos
      ` [PATCH v6 8/9] net/zxdh: add zxdh dev infos get ops

[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 v2 01/10] event/dsw: remove single event enqueue and dequeue
 2024-10-21  9:21 UTC  (28+ messages)
` [RFC v3 00/10] eventdev: remove single-event "
  ` [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 v12 12/12] crypto/zsda: add zsda crypto PMD
 2024-10-21  8:52 UTC  (2+ messages)
` [v12,12/12] "

[PATCH] app/dma-perf: per device config support
 2024-10-21  8:37 UTC  (3+ messages)
` [PATCH v2] "

[RFC 0/2] introduce LLC aware functions
 2024-10-21  8:20 UTC  (10+ messages)
` [RFC 1/2] eal: add llc "

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