DPDK patches and discussions
 help / color / mirror / Atom feed
[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 00/16] remove use of VLAs for Windows built code
 2025-01-31 15:24 UTC  (62+ messages)
` [PATCH v16 00/60] remove use of VLAs for Windows
` [PATCH v17 00/25] "
  ` [PATCH v17 01/25] eal: include header required for alloca
  ` [PATCH v17 02/25] eal/linux: remove use of VLAs
  ` [PATCH v17 03/25] eal/common: "
  ` [PATCH v17 04/25] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v17 05/25] hash: "
  ` [PATCH v17 06/25] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v17 07/25] rcu: remove use of VLAs for Windows built code
  ` [PATCH v17 08/25] gro: fix overwrite unprocessed packets
  ` [PATCH v17 09/25] gro: remove use of VLAs
  ` [PATCH v17 10/25] net/ixgbe: "
  ` [PATCH v17 11/25] net/ice: "
  ` [PATCH v17 12/25] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v17 13/25] test: remove use of VLAs for Windows built code
  ` [PATCH v17 14/25] common/idpf: "
  ` [PATCH v17 15/25] net/i40e: "
  ` [PATCH v17 16/25] common/mlx5: "
  ` [PATCH v17 17/25] net/mlx5: "
  ` [PATCH v17 18/25] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v17 19/25] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v17 20/25] hash: remove use of VLAs by using standard arrays
  ` [PATCH v17 21/25] config: define no_vla_cflag
  ` [PATCH v17 22/25] app: add no_vla_cflag to directories that are not VLA-free
  ` [PATCH v17 23/25] drivers: "
  ` [PATCH v17 24/25] lib: "
  ` [PATCH v17 25/25] config: add -Wvla project-wide
` [PATCH v18 00/26] remove use of VLAs for Windows
  ` [PATCH v18 01/26] eal: include header required for alloca
  ` [PATCH v18 02/26] eal/linux: remove use of VLAs
  ` [PATCH v18 03/26] eal/common: "
  ` [PATCH v18 04/26] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v18 05/26] hash: "
  ` [PATCH v18 06/26] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v18 07/26] rcu: remove use of VLAs for Windows built code
  ` [PATCH v18 08/26] gro: fix overwrite unprocessed packets
  ` [PATCH v18 09/26] gro: remove use of VLAs
  ` [PATCH v18 10/26] net/ixgbe: "
  ` [PATCH v18 11/26] net/ice: "
  ` [PATCH v18 12/26] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v18 13/26] test: remove use of VLAs for Windows built code
  ` [PATCH v18 14/26] common/idpf: "
  ` [PATCH v18 15/26] net/i40e: "
  ` [PATCH v18 16/26] common/mlx5: "
  ` [PATCH v18 17/26] net/mlx5: "
  ` [PATCH v18 18/26] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v18 19/26] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v18 20/26] hash: remove use of VLAs by using standard arrays
  ` [PATCH v18 21/26] config: define no_vla_cflag
  ` [PATCH v18 22/26] app: add no_vla_cflag to directories that are not VLA-free
  ` [PATCH v18 23/26] drivers: "
  ` [PATCH v18 24/26] lib: "
  ` [PATCH v18 25/26] examples: "
  ` [PATCH v18 26/26] config: add -Wvla project-wide

[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 v1 00/42] Merge Intel IGC and E1000 drivers, and update E1000 base code
 2025-01-31 13:13 UTC  (45+ 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] 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  (5+ 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

[PATCH 0/2] Fix use after free, and refactor af_xdp_tx_zc()
 2025-01-30 23:55 UTC  (12+ 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

[RFC PATCH 0/1] dts: add SUT cleanup to framework
 2025-01-30 22:13 UTC  (5+ messages)
` [RFC PATCH 1/1] "
  ` [PATCH v2] "

[PATCH 1/2] trace: support expression for blob length
 2025-01-30 21:06 UTC  (6+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] dmadev: avoid copies in tracepoints
  ` [PATCH v2 3/3] trace: fix undefined behavior in register

[PATCH 0/1] net/{octeon_ep,enetfec}: remove unused value
 2025-01-30 19:47 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3] net/gve: allocate RX QPL pages using malloc
 2025-01-30 18:42 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] app/testpmd: add ipv6 extension header parse
 2025-01-30 18:26 UTC  (4+ messages)
` [PATCH v2 0/2] parse ptype for tunnel packets
  ` [PATCH v2 1/2] net: add ptype parse "

[RFC PATCH] eventdev: adapter API to configure multiple Rx queues
 2025-01-30 16:48 UTC  (16+ messages)

[PATCH 0/4] remove common iavf and idpf drivers
 2025-01-30 15:12 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] drivers: merge common and net "
  ` [PATCH v2 2/4] net/idpf: re-enable unused variable warnings
  ` [PATCH v2 3/4] drivers: move iavf common folder to iavf net
  ` [PATCH v2 4/4] net/intel: allow building ice driver without iavf
` [PATCH v3 0/4] remove common iavf and idpf drivers
  ` [PATCH v3 1/4] drivers: merge common and net "
  ` [PATCH v3 2/4] net/idpf: re-enable unused variable warnings
  ` [PATCH v3 3/4] drivers: move iavf common folder to iavf net
  ` [PATCH v3 4/4] net/intel: allow building ice driver without iavf

[PATCH 0/2] enable dmadev lib to be compiled with MSVC
 2025-01-30 15:00 UTC  (7+ messages)
` [PATCH 1/2] lib/dmadev: eliminate undefined behavior
    ` [EXTERNAL] "

[PATCH] mbuf: add fast free bulk function
 2025-01-30 14:49 UTC  (2+ messages)
` [PATCH v4] mbuf: add raw free and alloc bulk functions

[DPDK/DTS Bug 1623] dts: add linting support for validating testsuite docstring (steps and verify sections)
 2025-01-30 14:42 UTC 

[PATCH] dts: add sudo to linux link up
 2025-01-30 14:11 UTC  (4+ messages)

[PATCH] net/cnxk: fix of NIX send header L3 type
 2025-01-30 11:55 UTC  (2+ messages)
` [PATCH v2] "

[v2 0/2] vhost: add RSA support
 2025-01-30  9:29 UTC  (4+ messages)
` [v2 2/2] examples/vhost_crypto: add asymmetric support
    ` [EXTERNAL] "

[PATCH] devtools: forbid use of compiler pragmas
 2025-01-30  8:52 UTC  (3+ messages)

[PATCH v2 1/3] common/idpf: enable AVX2 for single queue Rx
 2025-01-30  8:24 UTC  (5+ messages)
` [PATCH v3 0/2] enable AVX2 for single queue Rx/Tx
  ` [PATCH v3 1/2] common/idpf: enable AVX2 for single queue Rx
  ` [PATCH v3 2/2] common/idpf: enable AVX2 for single queue Tx

[PATCH] drivers/net: fix cast-qual and strict-aliasing errors for ppc64le
 2025-01-30  8:15 UTC  (4+ 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).