DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] rcu: refactor rcu register/unregister functions
 2024-09-06 20:52 UTC 

virtio: RSS support capa
 2024-09-06 19:38 UTC 

DPDK Summit Montreal - Schedule
 2024-09-06 19:32 UTC  (4+ messages)

[PATCH v1 0/1] dts: allow for updating MTU with testpmd
 2024-09-06 18:00 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] dts: add methods for modifying MTU to testpmd shell
` [PATCH v4 0/1] dts: allow for updating MTU with testpmd
  ` [PATCH v4 1/1] dts: add methods for modifying MTU to testpmd shell

[PATCH v1 0/3] dts: port vf_smoke to new DTS
 2024-09-06 17:37 UTC  (4+ messages)
` [PATCH v1 1/3] dts: allow specifying ingress port in send_packets
` [PATCH v1 2/3] dts: parameterize ports used in pf_smoke suite
` [PATCH v1 3/3] dts: add vf_smoke tests suite

[PATCH] fib: implement RCU rule reclamation
 2024-09-06 17:09 UTC 

[PATCH] fib: network byte order IPv4 lookup
 2024-09-06 17:06 UTC 

[PATCH] fib: fix vector lookup
 2024-09-06 17:04 UTC 

[PATCH] hash: fix thash lfsr initialization
 2024-09-06 17:01 UTC 

[PATCH 0/4] dts: add pktgen and testpmd changes
 2024-09-06 16:53 UTC  (20+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] dts: add ability to send/receive multiple packets
  ` [PATCH v2 3/5] dts: add random packet generator
  ` [PATCH v2 4/5] dts: add ability to start/stop testpmd ports
  ` [PATCH v2 5/5] dts: add testpmd set ports queues

[RFC 0/4] RSS hash key generation
 2024-09-06 16:53 UTC  (5+ messages)
` [RFC 1/4] thash: add RSS hash key generation API
` [RFC 2/4] hash: add dynamic polynomial calculation
` [RFC 3/4] hash: implement RSS hash key generation API
` [RFC 4/4] test/thash: add tests for RSS "

[RFC PATCH v1 0/3] dts: pf_smoke port
 2024-09-06 16:51 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] dts: add ability to modify number of queues on a port to testpmd
  ` [PATCH v2 2/2] dts: add pf smoke testing suite

[RFC PATCH] devtools/test-meson-builds: use cross file for 32bit build
 2024-09-06 16:14 UTC  (2+ messages)

[PATCH] dts: add per-test-suite configuration
 2024-09-06 16:13 UTC 

[PATCH] config: add 32-bit cross-compilation x86 target
 2024-09-06 16:12 UTC  (7+ messages)
` [PATCH v2 0/4] simplify doing 32-bit DPDK builds
  ` [PATCH v2 1/4] config: add 32-bit x86 debian cross-compilation file
  ` [PATCH v2 2/4] config: add fedora 32-bit x86 cross-compile file
  ` [PATCH v2 3/4] config: add arch 32-bit cross-compilation file
  ` [PATCH v2 4/4] devtools/test-meson-builds: use cross files for 32bit build

[RFC v2 0/3] Import Kernel uAPI header files
 2024-09-06 15:23 UTC  (4+ messages)
` [RFC v2 1/3] uapi: introduce kernel uAPI headers import
` [RFC v2 2/3] uapi: import VDUSE header
` [RFC v2 3/3] vduse: use import VDUSE uAPI header

[PATCH] eal/x86: fix 32-bit write-combined stores
 2024-09-06 15:18 UTC  (2+ messages)

[PATCH] build: output a dependency log in build directory
 2024-09-06 14:51 UTC  (4+ messages)
` [PATCH v3 0/8] record and rework component dependencies
  ` [PATCH v3 1/8] build: split dependencies into mandatory and optional

[PATCH 0/3] eal: mark API's as stable
 2024-09-06 14:42 UTC  (15+ messages)

[PATCH] dts: add RSS functions to testpmd
 2024-09-06 14:29 UTC  (2+ messages)

[PATCH] common/cnxk: unregister IRQ before reconfigure
 2024-09-06 14:25 UTC 

Crash in tap pmd when using more than 8 rx queues
 2024-09-06 14:14 UTC  (4+ messages)

[PATCH 0/4] fix issues with using AVX-512 drivers on 32-bit
 2024-09-06 14:11 UTC  (5+ messages)
` [PATCH 1/4] net/i40e: fix AVX-512 pointer copy "
` [PATCH 2/4] net/ice: "
` [PATCH 3/4] net/iavf: "
` [PATCH 4/4] common/idpf: "

[RFC PATCH v1 0/5] Adjust wording for NUMA vs. socket ID in DPDK
 2024-09-06 13:58 UTC  (12+ messages)
` [RFC PATCH v1 1/5] eal: update socket ID API documentation
` [RFC PATCH v1 2/5] lcore: rename socket ID to NUMA ID
` [RFC PATCH v1 3/5] eal: rename socket ID to NUMA ID in internal config
` [RFC PATCH v1 4/5] eal: rename --socket-mem/--socket-limit
` [RFC PATCH v1 5/5] lcore: store physical package ID internally

[DPDK/ethdev Bug 1536] net/tap: crash in tap pmd when using more than RTE_MP_MAX_FD_NUM rx queues
 2024-09-06 13:57 UTC 

[RFC PATCH v1 00/12] DTS external DPDK build and stats
 2024-09-06 13:26 UTC  (13+ messages)
` [RFC PATCH v1 01/12] dts: rename build target to DPDK build
` [RFC PATCH v1 02/12] dts: one dpdk build per test run
` [RFC PATCH v1 03/12] dts: fix remote session transferring files
` [RFC PATCH v1 04/12] dts: improve path handling for local and remote paths
` [RFC PATCH v1 05/12] dts: add the ability to copy directories via remote
` [RFC PATCH v1 06/12] dts: add ability to prevent overwriting files/dirs
` [RFC PATCH v1 07/12] dts: update argument option for prevent overwriting
` [RFC PATCH v1 08/12] dts: add support for externally compiled DPDK
` [RFC PATCH v1 09/12] doc: update argument options for external DPDK build
` [RFC PATCH v1 10/12] dts: remove git ref option
` [RFC PATCH v1 11/12] doc: remove git-ref argument
` [RFC PATCH v1 12/12] dts: improve statistics

[RFC 0/6] Stage-Ordered API and other extensions for ring library
 2024-09-06 13:13 UTC  (8+ messages)
` [RFCv2 "
  ` [RFCv2 1/6] ring: common functions for 'move head' ops
  ` [RFCv2 2/6] ring: make copying functions generic
  ` [RFCv2 3/6] ring: make dump function more verbose
  ` [RFCv2 4/6] ring/soring: introduce Staged Ordered Ring
  ` [RFCv2 5/6] app/test: add unit tests for soring API
  ` [RFCv2 6/6] examples/l3fwd: make ACL work in pipeline and eventdev modes

[PATCH] app/testpmd: improve sse based macswap
 2024-09-06 13:02 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] app/testpmd: add register keyword

[PATCH v1 1/3] crypto/ipsec_mb: add SM3 algorithm support
 2024-09-06 12:39 UTC  (3+ messages)
` [PATCH v1 2/3] crypto/ipsec_mb: add HMAC "
` [PATCH v1 3/3] crypto/ipsec_mb: add SM4 "

[PATCH 19/19] net/xsc: add dev basic stats ops
 2024-09-06 12:14 UTC 

[PATCH 18/19] net/xsc: add dev infos get
 2024-09-06 12:14 UTC 

[PATCH 17/19] net/xsc: add dev link and MTU ops
 2024-09-06 12:14 UTC 

[PATCH 16/19] net/xsc: configure xsc device hardware table
 2024-09-06 12:14 UTC 

[PATCH 15/19] net/xsc: add ethdev Tx burst
 2024-09-06 12:14 UTC 

[PATCH 14/19] net/xsc: add ethdev Rx burst
 2024-09-06 12:14 UTC 

[PATCH 13/19] net/xsc: add ethdev start and stop ops
 2024-09-06 12:13 UTC 

[PATCH 12/19] net/xsc: add ethdev RSS hash ops
 2024-09-06 12:13 UTC 

[PATCH 11/19] net/xsc: add mailbox and structure
 2024-09-06 12:13 UTC 

[PATCH 10/19] net/xsc: add ethdev configure and rxtx queue setup ops
 2024-09-06 12:13 UTC 

[PATCH 09/19] net/xsc: initial representor eth device
 2024-09-06 12:13 UTC 

[PATCH 08/19] net/xsc: create eth devices for representor ports
 2024-09-06 12:13 UTC 

[PATCH 07/19] net/xsc: add representor ports probe
 2024-09-06 12:13 UTC 

[PATCH 06/19] net/xsc: initialize hardware information
 2024-09-06 12:13 UTC 

[PATCH 05/19] net/xsc: add ioctl command interface
 2024-09-06 12:13 UTC 

[PATCH 04/19] net/xsc: add xsc device init and uninit
 2024-09-06 12:13 UTC 

[PATCH 03/19] net/xsc: add PCI device probe and remove
 2024-09-06 12:13 UTC 

[PATCH 02/19] net/xsc: add log macro
 2024-09-06 12:13 UTC 

[PATCH 01/19] net/xsc: add doc and minimum build framework
 2024-09-06 12:13 UTC 

[PATCH 00/19] XSC PMD for Yunsilicon NICs
 2024-09-06 12:13 UTC 

[RFC 0/2] introduce LLC aware functions
 2024-09-06 11:59 UTC  (15+ messages)
` [RFC 1/2] eal: add llc "

Yunsilicon Roadmap for 24.11
 2024-09-06 11:07 UTC 

[PATCH 0/3] Error report improvement and fix
 2024-09-06 10:21 UTC  (4+ messages)
` [PATCH 1/3] net/mlx5: set rte errno if malloc failed
` [PATCH 2/3] net/mlx5/hws: add log for failing to create rule in HWS
` [PATCH 3/3] net/mlx5/hws: print CQE error syndrome and more information

[PATCH] net/virtio-user: reset used index counter in dev reset
 2024-09-06 10:14 UTC  (2+ messages)
` [EXTERNAL] "

21.11.8 patches review and test
 2024-09-06  9:53 UTC  (4+ messages)

[PATCH 0/2] vhost: add VDUSE reconnection support
 2024-09-06  9:20 UTC  (7+ messages)
` [PATCH 1/2] vhost: add logging mechanism for reconnection
` [PATCH 2/2] vhost: add reconnection support to VDUSE

32-bit virtio failing on DPDK v23.11.1 (and tags)
 2024-09-06  9:15 UTC  (3+ messages)

[PATCH v1 0/1] Add DPDK build directory configuration script
 2024-09-06  8:55 UTC  (6+ messages)
` [PATCH v1 1/1] usertools: add DPDK build directory setup script

[RFC 0/3] Import Kernel uAPI header files
 2024-09-06  8:29 UTC  (8+ messages)
` [RFC 1/3] uapi: introduce kernel uAPI headers importation
` [RFC 2/3] uapi: import VDUSE header
` [RFC 3/3] vduse: use import VDUSE uAPI header

[PATCH v2] doc: add new driver guidelines
 2024-09-06  8:27 UTC  (4+ messages)

[PATCH] net/af_packet: add timestamp offloading support
 2024-09-06  8:13 UTC  (5+ messages)

[PATCH] eal: increase max file descriptor for secondary process device
 2024-09-06  7:55 UTC  (4+ messages)

[PATCH] [RFC] cryptodev: replace LIST_END enumerators with APIs
 2024-09-06  7:54 UTC  (6+ messages)
    ` [EXTERNAL] "

[PATCH] net/hns3: dump queue head and tail pointer info
 2024-09-06  7:51 UTC  (2+ messages)

[DPDK/ethdev Bug 1534] Transmit errors with iavf VF using SR-IOV on VM
 2024-09-06  6:57 UTC 

Bug 1531
 2024-09-06  6:45 UTC  (2+ messages)

[v2 1/5] raw/zxdh: introduce zxdh raw device driver
 2024-09-06  6:20 UTC  (2+ messages)
`  "

[PATCH v2 0/3] add frequency adjustment support for PTP
 2024-09-06  5:19 UTC  (4+ messages)
` [PATCH v2 1/3] ethdev: add frequency adjustment API
` [PATCH v2 2/3] net/ice: add frequency adjustment support for PTP
` [PATCH v2 3/3] examples/ptpclient: add frequency adjustment support

[PATCH 0/2] add API to get GPU physical address
 2024-09-06  4:16 UTC  (3+ messages)
` [PATCH 1/2] gpudev: "
` [PATCH 2/2] gpu/cuda: extend cuda code to get PA of GPU

[PATCH v2 1/2] net/sxe: add net driver sxe
 2024-09-06  2:09 UTC  (2+ messages)
` [PATCH v2 2/2] "

[PATCH] app/test-pmd: remove unnecessary cast
 2024-09-06  1:53 UTC  (2+ messages)

[PATCH 0/4] cfgfile: enhance error detecting
 2024-09-06  1:03 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/4] refine argparse library
 2024-09-06  0:59 UTC  (4+ messages)
` [PATCH v4 0/6] "

[PATCH v4 0/2] Mac Filter Port to New DTS
 2024-09-05 19:11 UTC  (4+ messages)
` [PATCH v4 2/2] dts: mac filter test suite refactored for new dts

[PATCH] cryptodev: add asymmetric operational capability
 2024-09-05 18:17 UTC 

[PATCH] net/pcap: use pcap_next_ex to track errors
 2024-09-05 16:10 UTC 

[PATCH v1] dts: fix testpmd port device error handling mode
 2024-09-05 16:10 UTC  (2+ messages)

[PATCH v1] dts: add testpmd port information caching
 2024-09-05 16:09 UTC  (2+ messages)

net/failsafe: segfault happens on hotplug alarm
 2024-09-05 16:07 UTC 

[RFC PATCH v1] dts: skip test cases based on capabilities
 2024-09-05 15:30 UTC  (18+ messages)
` [PATCH v3 00/12] dts: add test skipping "
  ` [PATCH v3 03/12] dts: add test case decorators
  ` [PATCH v3 04/12] dts: add mechanism to skip test cases or suites
  ` [PATCH v3 06/12] dst: add basic capability support
  ` [PATCH v3 08/12] dts: add NIC "

[PATCH 1/2] net: add thread-safe crc api
 2024-09-05 15:07 UTC  (2+ messages)
` [PATCH 2/2] crypto/qat: fix thread-safety issue in the crc

[PATCH 0/6] vhost: add asymmetric crypto support
 2024-09-05 14:56 UTC  (7+ messages)
` [PATCH 1/6] cryptodev: move RSA padding information into xform
` [PATCH 2/6] cryptodev: fix RSA xform for ASN.1 syntax
` [PATCH 3/6] vhost: add asymmetric RSA support
` [PATCH 4/6] crypto/virtio: "
` [PATCH 5/6] examples/vhost_crypto: add asymmetric support
` [PATCH 6/6] app/test: add asymmetric tests for virtio pmd

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