DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC PATCH 0/7] dts: revamp framework
 2025-02-03 15:16 UTC  (8+ messages)
` [RFC PATCH 1/7] dts: add port topology configuration
` [RFC PATCH 2/7] dts: isolate test specification to config
` [RFC PATCH 3/7] dts: revamp Topology model
` [RFC PATCH 4/7] dts: improve Port model
` [RFC PATCH 5/7] dts: add runtime status
` [RFC PATCH 6/7] dts: add global runtime context
` [RFC PATCH 7/7] dts: revamp runtime internals

[DPDK/DTS Bug 1600] Add test case/suite context parameters, e.g. required cores
 2025-02-03 15:05 UTC  (2+ messages)

[PATCH 0/4] remove common iavf and idpf drivers
 2025-02-03  8:36 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] drivers: merge common and net "
  ` [PATCH v3 2/4] net/idpf: re-enable unused variable warnings

[PATCH v1 00/42] Merge Intel IGC and E1000 drivers, and update E1000 base code
 2025-02-03  8:18 UTC  (46+ messages)
` [PATCH v1 01/42] net/e1000/base: fix semaphore timeout value
` [PATCH v1 02/42] net/e1000/base: add initial support for i225
` [PATCH v1 03/42] net/e1000/base: add link bringup "
` [PATCH v1 04/42] net/e1000/base: add LED blink "
` [PATCH v1 05/42] net/e1000/base: add NVM/EEPROM "
` [PATCH v1 06/42] net/e1000/base: add LTR support in i225
` [PATCH v1 07/42] net/e1000/base: add eee support for i225
` [PATCH v1 08/42] net/e1000/base: add misc definitions "
` [PATCH v1 09/42] net/e1000: merge igc with e1000
` [PATCH v1 10/42] net/e1000: add missing i225 devices
` [PATCH v1 11/42] net/e1000: add missing hardware support
` [PATCH v1 12/42] net/e1000: add support for more I219 devices
` [PATCH v1 13/42] net/e1000/base: correct minor formatting issues
` [PATCH v1 14/42] net/e1000/base: correct mPHY access logic
` [PATCH v1 15/42] net/e1000/base: skip MANC check for 82575
` [PATCH v1 16/42] net/e1000/base: correct disable k1 logic
` [PATCH v1 17/42] net/e1000/base: workaround for packet loss
` [PATCH v1 18/42] net/e1000/base: add EEE common API function
` [PATCH v1 19/42] net/e1000/base: add queue select definitions
` [PATCH v1 20/42] net/e1000/base: add profile information field
` [PATCH v1 21/42] net/e1000/base: add LPI counters
` [PATCH v1 22/42] net/e1000/base: improve code flow in ICH8LAN
` [PATCH v1 23/42] net/e1000/base: add definition for EXFWSM register
` [PATCH v1 24/42] net/e1000/base: use longer ULP exit timeout on more HW
` [PATCH v1 25/42] net/e1000/base: make e1000_access_phy_wakeup_reg_bm non-static
` [PATCH v1 26/42] net/e1000/base: make debug prints more informative
` [PATCH v1 27/42] net/e1000/base: add WoL definitions
` [PATCH v1 28/42] net/e1000/base: hardcode bus parameters for ICH8
` [PATCH v1 29/42] net/e1000/base: improve NVM checksum handling
` [PATCH v1 30/42] net/e1000/base: remove redundant access to RO register
` [PATCH v1 31/42] net/e1000/base: remove non-inclusive language
` [PATCH v1 32/42] net/e1000/base: introduce PHY ID retry mechanism
` [PATCH v1 33/42] net/e1000/base: add PHY read/write "
` [PATCH v1 34/42] net/e1000/base: fix iterator type
` [PATCH v1 35/42] net/e1000/base: fix static analysis warnings
` [PATCH v1 36/42] net/e1000/base: fix reset for 82580
` [PATCH v1 37/42] net/e1000/base: fix mac addr hash bit_shift
` [PATCH v1 38/42] net/e1000/base: fix uninitialized variable usage
` [PATCH v1 39/42] net/e1000/base: fix unchecked return
` [PATCH v1 40/42] net/e1000/base: fix data type in MAC hash
` [PATCH v1 41/42] net/e1000/base: rename NVM version variable
` [PATCH v1 42/42] net/e1000/base: update readme

[PATCH v3 1/2] common/idpf: enable AVX2 for single queue Rx
 2025-02-03  7:55 UTC  (7+ messages)
` [PATCH v4 0/2] enable AVX2 for single queue Rx/Tx
  ` [PATCH v4 1/2] common/idpf: enable AVX2 for single queue Rx
    ` [PATCH v5 0/2] enable AVX2 for single queue Rx/Tx
      ` [PATCH v5 1/2] common/idpf: enable AVX2 for single queue Rx
      ` [PATCH v5 2/2] common/idpf: enable AVX2 for single queue Tx
  ` [PATCH v4 "

[RFC PATCH] eventdev: adapter API to configure multiple Rx queues
 2025-02-03  4:37 UTC  (17+ messages)

[DPDK/vhost/virtio Bug 1658] Vhost multi-queue reconnection failed with QEMU version 4.2.0 to 5.1.0
 2025-02-03  4:36 UTC 

[DPDK/core Bug 1657] Unsuitable IOVA mode may be picked as the default
 2025-02-03  4:35 UTC 

[DPDK/other Bug 1656] AVX-512 support disabled
 2025-02-03  4:33 UTC 

[DPDK/netuio Bug 1655] Kernel crash when hot-unplug igb_uio device while DPDK application is running
 2025-02-03  4:31 UTC 

[DPDK/ethdev Bug 1654] Restricted vdev ethdev operations supported in secondary process
 2025-02-03  4:30 UTC 

[DPDK/ethdev Bug 1653] PHY link up fails when rebinding i40e NICs to kernel driver
 2025-02-03  4:29 UTC 

[DPDK/ethdev Bug 1652] Netvsc driver and application restart
 2025-02-03  4:27 UTC 

[DPDK/testpmd Bug 1651] Linux kernel 4.10.0 iommu attribute read error
 2025-02-03  4:26 UTC 

[DPDK/ethdev Bug 1629] Packets are not sent by the 1 GbE/10 GbE SR-IOV driver when the source MAC is not the MAC assigned to the VF NIC
 2025-02-03  4:21 UTC  (2+ messages)

[DPDK/examples Bug 1628] Multi-process sample app requires exact memory mapping
 2025-02-03  4:18 UTC  (2+ messages)

[DPDK/netuio Bug 1650] igb_uio can not be used when running l3fwd-power
 2025-02-03  4:18 UTC 

[DPDK/meson Bug 1644] DPDK may not build on some Intel CPUs using clang < 3.7.0
 2025-02-03  4:09 UTC  (2+ messages)

[DPDK/vhost/virtio Bug 1642] Devices bound to igb_uio with VT-d enabled do not work on Linux kernel 3.15-3.17
 2025-02-03  4:07 UTC  (2+ messages)

[DPDK/other Bug 1649] igb_uio legacy mode can not be used in X710/XL710/XXV710
 2025-02-03  4:06 UTC 

[PATCH 00/16] remove use of VLAs for Windows built code
 2025-02-03  4:06 UTC  (32+ messages)
` [PATCH v18 00/26] remove use of VLAs for Windows
` [PATCH v19 00/27] "
  ` [PATCH v19 01/27] eal: include header required for alloca
  ` [PATCH v19 02/27] eal/linux: remove use of VLAs
  ` [PATCH v19 03/27] eal/common: "
  ` [PATCH v19 04/27] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v19 05/27] hash: "
  ` [PATCH v19 06/27] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v19 07/27] rcu: remove use of VLAs for Windows built code
  ` [PATCH v19 08/27] gro: fix overwrite unprocessed packets
  ` [PATCH v19 09/27] gro: remove use of VLAs
  ` [PATCH v19 10/27] net/ixgbe: "
  ` [PATCH v19 11/27] net/ice: "
  ` [PATCH v19 12/27] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v19 13/27] test: remove use of VLAs for Windows built code
  ` [PATCH v19 14/27] common/idpf: "
  ` [PATCH v19 15/27] net/i40e: "
  ` [PATCH v19 16/27] common/mlx5: "
  ` [PATCH v19 17/27] net/mlx5: "
  ` [PATCH v19 18/27] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v19 19/27] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v19 20/27] hash: remove use of VLAs by using standard arrays
  ` [PATCH v19 21/27] config: define no_wvla_cflag
  ` [PATCH v19 22/27] app: add no_wvla_cflag to directories that are not VLA-free
  ` [PATCH v19 23/27] drivers: "
  ` [PATCH v19 24/27] lib: "
  ` [PATCH v19 25/27] examples: "
  ` [PATCH v19 26/27] buildtools: "
  ` [PATCH v19 27/27] config: add -Wvla project-wide

[DPDK/vhost/virtio Bug 1648] virtio tx_burst() function cannot do TSO on shared packets
 2025-02-03  4:01 UTC 

[DPDK/ethdev Bug 1647] uio_pci_generic module bind failed in X710/XL710/XXV710
 2025-02-03  3:58 UTC 

[DPDK/ethdev Bug 1646] I40e VF may not receive packets in the promiscuous mode
 2025-02-03  3:57 UTC 

[DPDK/other Bug 1645] The last EAL argument is replaced by the program name in argv[]
 2025-02-03  3:56 UTC 

[DPDK/vhost/virtio Bug 1643] VM power manager may not work on systems with more than 64 cores
 2025-02-03  3:42 UTC 

[DPDK/ethdev Bug 1641] Cannot set link speed on Intel® 40G Ethernet controller
 2025-02-03  3:37 UTC 

[DPDK/ethdev Bug 1640] Ethertype filter could receive other packets (non-assigned) in Niantic
 2025-02-03  3:08 UTC 

[DPDK/other Bug 1639] GCC might generate Intel® AVX instructions for processors without Intel® AVX support
 2025-02-03  3:07 UTC 

[DPDK/ethdev Bug 1638] Differences in how different Intel NICs handle maximum packet length for jumbo frame
 2025-02-03  3:05 UTC 

[DPDK/examples Bug 1637] Intel® QuickAssist Technology sample application does not work on a 32-bit OS on Shumway
 2025-02-03  3:04 UTC 

[DPDK/core Bug 1636] Error reported opening files on DPDK initialization
 2025-02-03  3:02 UTC 

[DPDK/ethdev Bug 1635] Discrepancies between statistics reported by different NICs
 2025-02-03  2:59 UTC 

[DPDK/core Bug 1634] Twinpond and Ironpond NICs do not report link status correctly
 2025-02-03  2:54 UTC 

[DPDK/core Bug 1633] Kernel crash on IGB port unbinding
 2025-02-03  2:51 UTC 

[DPDK/vhost/virtio Bug 1632] Some hardware off-load functions are not supported by the VF Driver
 2025-02-03  2:49 UTC 

[DPDK/ethdev Bug 1631] PMD does not work with –no-huge EAL command line parameter
 2025-02-03  2:46 UTC 

[DPDK/ethdev Bug 1630] SR-IOV drivers do not fully implement the rte_ethdev API
 2025-02-03  2:44 UTC 

[DPDK/testpmd Bug 1627] Not all variants of supported NIC types have been used in testing
 2025-02-03  2:39 UTC 

[DPDK/eventdev Bug 1626] HPET timers do not work on the Osage customer reference platform
 2025-02-03  2:37 UTC 

[DPDK/eventdev Bug 1625] HPET reading is slow
 2025-02-03  2:32 UTC 

[DPDK/ethdev Bug 1624] The rte_malloc library is not fully implemented
 2025-02-03  2:31 UTC 

[PATCH 0/2] Fix use after free, and refactor af_xdp_tx_zc()
 2025-02-01 10:03 UTC  (22+ messages)
` [PATCH 1/2] net/af_xdp: fix use after free in af_xdp_tx_zc()
` [PATCH v3 0/2] Fix use after free, and refactor af_xdp_tx_zc()
  ` [PATCH v3 2/2] net/af_xdp: Refactor af_xdp_tx_zc()
` [PATCH v4 0/2] Fix use after free, and refactor af_xdp_tx_zc
  ` [PATCH v4 1/2] net/af_xdp: Fix use after free in af_xdp_tx_zc
  ` [PATCH v4 2/2] net/af_xdp: Refactor af_xdp_tx_zc
` [PATCH v5 0/2] Fix use after free, and refactor af_xdp_tx_zc
  ` [PATCH v5 1/2] net/af_xdp: Fix use after free in af_xdp_tx_zc
  ` [PATCH v5 2/2] net/af_xdp: Refactor af_xdp_tx_zc
` [PATCH v6 0/2] Fix use after free, and refactor af_xdp_tx_zc
` [PATCH v6 1/2] net/af_xdp: Fix use after free in af_xdp_tx_zc
` [PATCH v6 2/2] net/af_xdp: Refactor af_xdp_tx_zc
` [PATCH v7 0/2] Fix use after free, and refactor af_xdp_tx_zc
  ` [PATCH v7 1/2] net/af_xdp: Fix use after free in af_xdp_tx_zc
  ` [PATCH v7 2/2] net/af_xdp: Refactor af_xdp_tx_zc

[PATCH 0/2] remove 'requires_forwarding_restart' from framework
 2025-01-31 21:08 UTC  (5+ messages)
` [PATCH 1/2] dts: "
` [PATCH 2/2] dts: rework run-time MTU adjustment test case

[PATCH 0/3] dts: fix doc issues
 2025-01-31 19:19 UTC  (4+ messages)
` [PATCH 1/3] dts: remove use of field validators
` [PATCH 2/3] dts: stop using partial in enums
` [PATCH 3/3] dts: bump up fabric version

[PATCH] vhost: fix VDUSE devices registration
 2025-01-31 17:34 UTC 

[PATCH] net/ice: fix segmentation fault Rx function
 2025-01-31 15:28 UTC  (4+ messages)

[PATCH] dma/idxd: add device ids for new HW versions
 2025-01-31 15:05 UTC  (2+ messages)

[PATCH] doc/dmadevs: clarify naming constraints for idxd devices
 2025-01-31 14:49 UTC 

[PATCH] vhost: fix VDUSE devices registration
 2025-01-31 13:09 UTC 

[PATCH] net/ice: fix how ice driver handles flows
 2025-01-31 11:45 UTC  (3+ messages)
` [PATCH v2] "

[RFC 0/7] Introduce FreeBSD macros for SAFE iteration
 2025-01-31  9:03 UTC  (3+ messages)
` [RFC 7/7] raw/ifpga: use EAL version of TAILQ_FOREACH_SAFE

[PATCH 01/34] net/cnxk: allow duplicate SPI in outbound IPsec
 2025-01-31  8:05 UTC  (34+ messages)
` [PATCH 02/34] common/cnxk: remove unused param in SA init
` [PATCH 03/34] net/cnxk: remove unnecessary delay on stats read
` [PATCH 04/34] common/cnxk: move CTX defines to common
` [PATCH 05/34] common/cnxk: add cn20k CPT result struct
` [PATCH 06/34] common/cnxk: enable IE with cn9k and cn10k only
` [PATCH 07/34] common/cnxk: make special handling only for 9k
` [PATCH 08/34] common/cnxk: add CPT cn20k device enumeration
` [PATCH 09/34] common/cnxk: add CPT LMT defines
` [PATCH 10/34] common/cnxk: add 20k defines for IPsec
` [PATCH 11/34] common/cnxk: update default eng group for cn20k
` [PATCH 12/34] common/cnxk: support for cn20k IPsec session
` [PATCH 13/34] common/cnxk: add cn20k meta pkt structs
` [PATCH 14/34] common/cnxk: support for inline IPsec for cn20k
` [PATCH 15/34] common/cnxk: support inline SA context invalidate
` [PATCH 16/34] common/cnxk: update feature flags for cn20k
` [PATCH 17/34] common/cnxk: add mbox define for inline profile support
` [PATCH 18/34] common/cnxk: support for inline inbound queue
` [PATCH 19/34] common/cnxk: add NIX inline reassembly profile config
` [PATCH 20/34] common/cnxk: add API to fetch inline profile ID
` [PATCH 21/34] common/cnxk: add NPC action2 support
` [PATCH 22/34] common/cnxk: support for NPC inline rule for cn20k
` [PATCH 23/34] net/cnxk: support for cn20k inline IPsec session
` [PATCH 24/34] common/cnxk: update CPT RXC time config mbox for cn20k
` [PATCH 25/34] net/cnxk: store pool buffer size in lookup memory
` [PATCH 26/34] net/cnxk: inline IPsec Rx support for cn20k
` [PATCH 27/34] event/cnxk: "
` [PATCH 28/34] common/cnxk: enable allmulti mode on rpm/cgx VF
` [PATCH 29/34] net/cnxk: fix of NIX send header L3 type
` [PATCH 30/34] common/cnxk: fix inbound IPsec sa setup
` [PATCH 31/34] common/cnxk: add stats reset for inline device
` [PATCH 32/34] common/cnxk: change the error log to a debug log
` [PATCH 33/34] net/cnxk: update MC address list configure API
` [PATCH 34/34] common/cnxk: move interrupt handling to platform-specific

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