DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] test/bitops: check worker lcore availability
 2024-10-25  9:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] net/ice: fix incorrect reading of PHY timestamp
 2024-10-25  9:02 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
  ` [PATCH v4] "

[PATCH v14 0/4] add support for self monitoring
 2024-10-25  8:54 UTC  (6+ messages)
` [PATCH v15 "
  ` [PATCH v15 1/4] lib: add generic support for reading PMU events
  ` [PATCH v15 2/4] pmu: support reading ARM PMU events in runtime
  ` [PATCH v15 3/4] pmu: support reading Intel x86_64 "
  ` [PATCH v15 4/4] eal: add PMU support to tracing library

[PATCH v16 0/8] Lcore variables
 2024-10-25  8:41 UTC  (10+ messages)
` [PATCH v17 "
  ` [PATCH v17 1/8] eal: add static per-lcore memory allocation facility
  ` [PATCH v17 2/8] eal: add lcore variable functional tests
  ` [PATCH v17 3/8] eal: add lcore variable performance test
  ` [PATCH v17 4/8] eal: add lcore variables' programmer's guide
  ` [PATCH v17 5/8] random: keep PRNG state in lcore variable
  ` [PATCH v17 6/8] power: keep per-lcore "
  ` [PATCH v17 7/8] service: "
  ` [PATCH v17 8/8] eal: keep per-lcore power intrinsics "

[PATCH] test/graph: fix graph autotest second test failure
 2024-10-25  8:38 UTC  (6+ messages)
` [EXTERNAL] "
  `  "
      `  "

[PATCH] ethdev: TEST support single queue per port
 2024-10-25  8:23 UTC  (3+ messages)
` [PATCH v7] "
` [PATCH v8] "

[PATCH v1] maintainers: add maintainer for Intel MEV drivers
 2024-10-25  8:17 UTC  (2+ messages)

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

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

[RFC v2] ethdev: an API for cache stashing hints
 2024-10-25  7:43 UTC  (10+ messages)
` [RFC v3 0/2] An API for Stashing Packets into CPU caches
  ` [RFC v3 2/2] ethdev: introduce the cache stashing hints API

[PATCH 0/6] Clean up many __builtin_* in drivers
 2024-10-25  7:19 UTC  (23+ messages)
` [PATCH 2/6] devtools: forbid use of builtin helpers
` [PATCH 3/6] common/dpaax: use prefetch macros
` [PATCH 4/6] crypto/openssl: fix 3DES-CTR with big endian CPUs
` [PATCH 5/6] drivers: use branch prediction macros
` [PATCH 6/6] drivers: use bitops API instead of compiler builtins
` [PATCH v2 0/6] Clean up many __builtin_* in drivers
  ` [PATCH v2 1/6] devtools: handle multiple pattern for skipping files
  ` [PATCH v2 2/6] devtools: forbid use of builtin helpers
  ` [PATCH v2 3/6] common/dpaax: use prefetch macros
  ` [PATCH v2 4/6] crypto/openssl: fix 3DES-CTR with big endian CPUs
  ` [PATCH v2 5/6] drivers: use branch prediction macros
  ` [PATCH v2 6/6] drivers: use bitops API instead of compiler builtins

[PATCH] ethdev: fix link with C++
 2024-10-25  7:18 UTC  (3+ messages)

[PATCH v3 0/9] drivers/raw: introduce cnxk rvu lf device driver
 2024-10-25  6:52 UTC  (24+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/9] "
  ` [PATCH v4 2/9] raw/cnxk_rvu_lf: add API to get NPA/SSO pffunc
  ` [PATCH v4 3/9] raw/cnxk_rvu_lf: register/unregister interrupt handler
  ` [PATCH v4 4/9] raw/cnxk_rvu_lf: register/unregister msg handler
  ` [PATCH v4 5/9] raw/cnxk_rvu_lf: set message ID range
  ` [PATCH v4 6/9] raw/cnxk_rvu_lf: process mailbox message
  ` [PATCH v4 7/9] raw/cnxk_rvu_lf: add API to get device pffunc
  ` [PATCH v4 8/9] raw/cnxk_rvu_lf: add API to get BAR addresses
  ` [PATCH v4 9/9] raw/cnxk_rvu_lf: add selftest
  ` [PATCH v5 0/9] drivers/raw: introduce cnxk rvu lf device driver
    ` [PATCH v5 1/9] "
    ` [PATCH v5 2/9] raw/cnxk_rvu_lf: add API to get NPA/SSO pffunc
    ` [PATCH v5 3/9] raw/cnxk_rvu_lf: register/unregister interrupt handler
    ` [PATCH v5 4/9] raw/cnxk_rvu_lf: register/unregister msg handler
    ` [PATCH v5 5/9] raw/cnxk_rvu_lf: set message ID range
    ` [PATCH v5 6/9] raw/cnxk_rvu_lf: process mailbox message
    ` [PATCH v5 7/9] raw/cnxk_rvu_lf: add API to get device pffunc
    ` [PATCH v5 8/9] raw/cnxk_rvu_lf: add API to get BAR addresses
    ` [PATCH v5 9/9] raw/cnxk_rvu_lf: add selftest

[PATCH] event/cnxk: fix getwork write data on reconfig
 2024-10-25  6:28 UTC  (2+ messages)

[PATCH 0/2] introduce PM QoS interface
 2024-10-25  3:35 UTC  (7+ messages)
` [PATCH v12 0/3] power: "
  ` [PATCH v12 2/3] examples/l3fwd-power: fix data overflow when parse command line
  ` [PATCH v12 3/3] examples/l3fwd-power: add PM QoS configuration

[PATCH v4 00/18] Modify code as suggested by the maintainer
 2024-10-25  3:35 UTC  (19+ messages)
` [PATCH v4 01/18] net/r8169: add PMD driver skeleton
` [PATCH v4 02/18] net/r8169: add logging structure
` [PATCH v4 03/18] net/r8169: add hardware registers access routines
` [PATCH v4 04/18] net/r8169: implement core logic for Tx/Rx
` [PATCH v4 05/18] net/r8169: add support for hw config
` [PATCH v4 06/18] net/r8169: add phy registers access routines
` [PATCH v4 07/18] net/r8169: add support for hardware operations
` [PATCH v4 08/18] net/r8169: add support for phy configuration
` [PATCH v4 09/18] net/r8169: add support for hw initialization
` [PATCH v4 10/18] net/r8169: add link status and interrupt management
` [PATCH v4 11/18] net/r8169: implement Rx path
` [PATCH v4 12/18] net/r8169: implement Tx path
` [PATCH v4 13/18] net/r8169: implement device statistics
` [PATCH v4 14/18] net/r8169: implement promisc and allmulti modes
` [PATCH v4 15/18] net/r8169: implement MTU configuration
` [PATCH v4 16/18] net/r8169: add support for getting fw version
` [PATCH v4 17/18] net/r8169: add driver_start and driver_stop
` [PATCH v4 18/18] doc/guides/nics: add documents for r8169 pmd

[PATCH] eal: support including mapped memory in core dump
 2024-10-25  0:22 UTC  (5+ messages)

[PATCH] mbuf: add transport mode ESP packet type
 2024-10-24 23:32 UTC  (6+ messages)

[PATCH v6] ethdev: TEST support single queue per port
 2024-10-24 20:30 UTC 

[PATCH v3 0/4] RSS hash key generation
 2024-10-24 19:06 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] thash: add RSS hash key generation API
  ` [PATCH v4 2/4] hash: add dynamic polynomial calculation
  ` [PATCH v4 3/4] hash: implement RSS hash key generation API
  ` [PATCH v4 4/4] test/thash: add tests for RSS "

[PATCH v2] net/ixgbe: support per-queue stats for fewer queues
 2024-10-24 19:05 UTC  (3+ messages)

[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-10-24 19:02 UTC  (15+ messages)
` [PATCH v28 00/13] Logging subsystem improvements
  ` [PATCH v28 01/13] maintainers: add for log library
  ` [PATCH v28 02/13] windows: make getopt functions have const properties
  ` [PATCH v28 03/13] windows: update os shim
  ` [PATCH v28 04/13] eal: make eal_log_level_parse common
  ` [PATCH v28 05/13] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v28 06/13] eal: change rte_exit() output to match rte_log()
  ` [PATCH v28 07/13] log: rework syslog handling
  ` [PATCH v28 08/13] eal: initialize log before everything else
  ` [PATCH v28 09/13] log: add hook for printing log messages
  ` [PATCH v28 10/13] log: add timestamp option
  ` [PATCH v28 11/13] log: add support for systemd journal
  ` [PATCH v28 12/13] log: colorize log output
  ` [PATCH v28 13/13] doc: add release note about log library

[PATCH] net/ixgbe: fix per-queue stats for less queues
 2024-10-24 19:00 UTC  (7+ messages)

[PATCH v4] ethdev: TEST support single queue per port
 2024-10-24 18:38 UTC  (3+ messages)

[PATCH v3 0/5] jump to table index support in mlx5
 2024-10-24 17:50 UTC  (12+ messages)
` [PATCH v3 1/5] net/mlx5/hws: introduce new matcher type
` [PATCH v3 2/5] net/mlx5/hws: introduce jump to matcher action
` [PATCH v3 3/5] net/mlx5: create array ste matcher
` [PATCH v3 4/5] net/mlx5: add flow rule insertion by index with pattern
` [PATCH v3 5/5] net/mlx5: implement jump to table index action
` [PATCH v4 0/5] jump to table index support in mlx5
  ` [PATCH v4 1/5] net/mlx5/hws: introduce new matcher type
  ` [PATCH v4 2/5] net/mlx5/hws: introduce jump to matcher action
  ` [PATCH v4 3/5] net/mlx5: create array ste matcher
  ` [PATCH v4 4/5] net/mlx5: add flow rule insertion by index with pattern
  ` [PATCH v4 5/5] net/mlx5: implement jump to table index action

[PATCH] dts: fix doxygen API link
 2024-10-24 17:45 UTC  (4+ messages)

[PATCH 0/7] DTS external DPDK build
 2024-10-24 17:14 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 43/43] vdpa/sfc: use rte strerror
 2024-10-24 17:05 UTC  (4+ messages)
` [PATCH v4 00/42] replace strerror
  ` [PATCH v4 22/42] net/af_xdp: use rte strerror

[PATCH] ixgbe: Removed FreeBSD forcing wait in ixgbe_dev_link_update_share()
 2024-10-24 17:00 UTC  (3+ messages)

[PATCH] common/cnxk: allow enabling IOVA field in mbuf
 2024-10-24 16:44 UTC  (5+ messages)
    ` [EXTERNAL] "

[PATCH] MAINTAINERS: add maintainers for Intel NIC drivers
 2024-10-24 16:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: add maintainer for next-net-intel tree
 2024-10-24 16:41 UTC  (2+ messages)

[PATCH v5] ethdev: TEST support single queue per port
 2024-10-24 15:49 UTC 

[PATCH dpdk 0/2] IPv6: Fix coverity issues
 2024-10-24 15:37 UTC  (4+ messages)
` [PATCH dpdk 1/2] net/ipv6: fix overflowed array index reads
` [PATCH dpdk 2/2] net/ipv6: fix out-of-bounds read

[PATCH 1/4] crypto/dpaa_sec: enhance IPsec extended sequence number
 2024-10-24 15:01 UTC  (4+ messages)
` [PATCH 2/4] crypto/dpaa_sec: enabling diffserv and ECN support
` [PATCH 3/4] crypto/dpaa_sec: add support for UDP-encapsulated ESP
` [PATCH 4/4] crypto/dpaa2_sec: add support for IPv6 UDP encap

Tech Board Meeting Minutes - 2024-Oct-16
 2024-10-24 14:12 UTC 

[PATCH 00/10] net/mlx5: improve MAC address and VLAN add latency
 2024-10-24 14:11 UTC  (3+ messages)
` [PATCH v2 "

Tech Board Meeting Minutes - Sept. 23, 2024
 2024-10-24 13:41 UTC 

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

[PATCH] test/event: fix device stop
 2024-10-24 13:02 UTC  (2+ messages)

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