DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 00/73] Provide flow filter API and statistics
 2024-10-22 16:54 UTC  (26+ 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 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 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 v9 03/23] examples/ptp: replace terms master and slave
 2024-10-22 16:39 UTC  (3+ messages)
` [PATCH v10] "

[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  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] net/mlx5: track unicast DMAC control flow rules
  ` [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

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

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  (3+ messages)
` [RFC v2] "

[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  (5+ 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  (16+ messages)
` [PATCH v10 0/2] power: "
  ` [PATCH v10 1/2] power: introduce PM QoS API on CPU wide
` [PATCH v11 0/2] power: introduce PM QoS interface
  ` [PATCH v11 1/2] power: introduce PM QoS API on CPU wide
  ` [PATCH v11 2/2] examples/l3fwd-power: add PM QoS configuration

[PATCH] test/event: fix device stop
 2024-10-22 12:03 UTC 

[PATCH 00/43] replace strerror
 2024-10-22 10:48 UTC  (3+ messages)

[PATCH 00/21] replace strtok with strtok_r
 2024-10-22 10:46 UTC  (3+ messages)
` [PATCH v3 00/22] replace strtok with reentrant version

[PATCH 01/20] common/cnxk: implement SSO HW info
 2024-10-22  8:54 UTC  (8+ messages)
` [PATCH 06/20] event/cnxk: add CN20K SSO enqueue fast path
` [PATCH 07/20] event/cnxk: add CN20K SSO dequeue "
    ` [EXTERNAL] "
  ` [EXTERNAL] Re: [PATCH 01/20] common/cnxk: implement SSO HW info

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

[PATCH v2] ip_frag: support IPv6 reassembly with extensions
 2024-10-22  8:39 UTC  (2+ messages)

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

[PATCH 0/4] net/mlx5: series to fix and improve tx trace capabilities
 2024-10-22  6:37 UTC  (3+ messages)
` [PATCH v2 0/4] net/mlx5: series to fix and improve tx trace capabilitie

[PATCH] net/hns3: fix variable type
 2024-10-22  6:32 UTC  (6+ messages)
` [PATCH v2 0/2] net/hns3: bugfix on register dump
  ` [PATCH v2 1/2] net/hns3: fix variable type
  ` [PATCH v2 2/2] net/hns3: fix pointer offset

[PATCH 0/7] refactor kvargs test
 2024-10-22  6:14 UTC  (10+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] app/test: introduce UT suite framework for kvargs
  ` [PATCH v3 2/8] app/test: extract basic token count testcase "
  ` [PATCH v3 3/8] app/test: extract without keys "
  ` [PATCH v3 4/8] app/test: extract with "
  ` [PATCH v3 5/8] app/test: extract parse list value "
  ` [PATCH v3 6/8] app/test: extract parse empty elements "
  ` [PATCH v3 7/8] app/test: add process opt "
  ` [PATCH v3 8/8] maintainers: update for kvargs library

[PATCH] event/cnxk: remove single dequeue functions
 2024-10-22  5:01 UTC  (2+ messages)

graph: make the in-built nodes better reusable
 2024-10-22  3:52 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] bus/vmbus: remove unnecessary packed attribute
 2024-10-22  3:43 UTC  (2+ messages)

[PATCH v11 01/12] zsda: add zsdadev driver documents
 2024-10-22  2:16 UTC  (4+ messages)
` [PATCH v12 00/12] drivers/zsda: introduce zsda drivers
  ` [PATCH v12 03/12] common/zsda: add some common functions

[PATCH v1 0/4] power: refactor power management library
 2024-10-22  2:05 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] power: refactor uncore "

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

[PATCH] doc: reword sample app guides
 2024-10-21 23:42 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).