[PATCH] ethdev: fix link with C++
2024-10-25 7:18 UTC (3+ messages)
[PATCH 0/6] Clean up many __builtin_* in drivers
2024-10-25 7:04 UTC (23+ messages)
` [PATCH 1/6] devtools: handle multiple pattern for skipping files
` [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 v1] maintainers: add maintainer for Intel MEV drivers
2024-10-25 7:01 UTC
[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 v3 01/22] event/cnxk: use stdatomic API
2024-10-25 6:37 UTC (3+ messages)
` [PATCH v4 "
[PATCH] event/cnxk: fix getwork write data on reconfig
2024-10-25 6:28 UTC (2+ messages)
[PATCH v1] net/ice: fix incorrect reading of PHY timestamp
2024-10-25 5:14 UTC (2+ messages)
` [PATCH v2] "
[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] ethdev: TEST support single queue per port
2024-10-24 21:11 UTC (2+ messages)
` [PATCH v7] "
[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 v1 0/3] Import Kernel uAPI header files
2024-10-24 16:14 UTC (6+ messages)
` [PATCH v1 1/3] uapi: introduce kernel uAPI headers import
[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
[RFC v2] ethdev: an API for cache stashing hints
2024-10-24 15:12 UTC (9+ 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 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)
[PATCH v1 1/1] dma/cnxk: support dma queue priority configuration
2024-10-24 12:17 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v3 "
[PATCH v3 0/6] VDUSE reconnection fixes and cleanup
2024-10-24 11:42 UTC (13+ messages)
` [PATCH v3 1/6] vhost: fix VDUSE device creation error handling
` [PATCH v3 2/6] vhost: fix possible TOCTOU in VDUSE dev creation
` [PATCH v3 3/6] vhost: fix VDUSE reconnect device start failure
` [PATCH v3 4/6] vhost: refactor VDUSE reconnection log mapping
` [PATCH v3 5/6] vhost: fix and refactor VDUSE reconnect log check
` [PATCH v3 6/6] vhost: move VDUSE reconnection after device is created
[PATCH v7 9/9] net/zxdh: add zxdh dev configure ops
2024-10-24 11:31 UTC (2+ messages)
` [v7,9/9] "
[DPDK/ethdev Bug 1570] Bonding mode 4 DMA errors
2024-10-24 11:22 UTC
[PATCH v3] ethdev: TEST support single queue per port
2024-10-24 11:21 UTC
[PATCH] net/vmxnet3: support per-queue stats for less queues
2024-10-24 11:01 UTC
[PATCH v2] ethdev: TEST support single queue per port
2024-10-24 10:35 UTC
[PATCH v7 0/3] add ec points to sm2 op
2024-10-24 10:20 UTC (3+ messages)
` [PATCH v7 2/3] crypto/qat: add sm2 encryption/decryption function
` [EXTERNAL] "
[PATCH v1 0/2] baseband/acc: vrb2 FFT support
2024-10-24 9:58 UTC (4+ messages)
` [PATCH v1 1/2] baseband/acc: FFT support in VRB2 PRQ device
[PATCH v2 0/6] VDUSE reconnection fixes and cleanup
2024-10-24 9:44 UTC (4+ messages)
` [PATCH v2 5/6] vhost: fix and refactor VDUSE reconnect log check
DPDK Release Status Meeting 2024-10-17
2024-10-24 9:39 UTC
Can DPDK AF_XDP PMD support macvlan driver in container?
2024-10-24 9:16 UTC (2+ messages)
[PATCH v2] bus/pci: don't open uio device in secondary process
2024-10-24 9:05 UTC (3+ messages)
` [PATCH v3] "
[DPDK/other Bug 1562] dumpcap captures all available network interfaces when specifying any PCI network interface
2024-10-24 9:02 UTC (2+ messages)
[PATCH v14 01/12] zsda: add zsdadev driver documents
2024-10-24 8:35 UTC (9+ messages)
` [PATCH v14 02/12] config: add zsda device number
` [PATCH v14 05/12] common/zsda: configure zsda queue base functions
` [PATCH v14 06/12] common/zsda: configure zsda queue enqueue functions
` [PATCH v14 07/12] common/zsda: configure zsda queue dequeue functions
` [PATCH v14 09/12] compress/zsda: add zsda compress PMD
` [PATCH v14 10/12] crypto/zsda: add crypto sessions configuration
` [PATCH v14 11/12] crypto/zsda: add zsda crypto driver
` [PATCH v14 12/12] crypto/zsda: add zsda crypto PMD
page: next (older) | prev (newer) | 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).