[PATCH v1 00/42] Merge Intel IGC and E1000 drivers, and update E1000 base code
2025-02-05 10:45 UTC (60+ messages)
` [PATCH v2 00/54] "
` [PATCH v2 01/54] net/e1000/base: copy i225 code into e1000
` [PATCH v2 02/54] net/e1000: merge igc with e1000
` [PATCH v2 03/54] net/igc: remove the driver
` [PATCH v2 04/54] net/e1000/base: remove unused parameter workaround
` [PATCH v2 05/54] net/e1000: add missing i225 devices
` [PATCH v2 06/54] net/e1000: add missing hardware support
` [PATCH v2 07/54] net/e1000: add support for more I219 devices
` [PATCH v2 08/54] net/e1000/base: correct formatting differences
` [PATCH v2 09/54] net/e1000/base: add missing definitions
` [PATCH v2 10/54] net/e1000/base: read PCIe bus info in i225
` [PATCH v2 11/54] net/e1000/base: rename VLAN PQF macros
` [PATCH v2 12/54] net/e1000/base: add PHY power management control
` [PATCH v2 13/54] net/e1000/base: remove unused function
` [PATCH v2 14/54] net/e1000/base: add LED blink support for i225
` [PATCH v2 15/54] net/e1000/base: increase PHY power up delay
` [PATCH v2 16/54] net/e1000/base: fix deadlock in i225
` [PATCH v2 17/54] net/e1000/base: add PHY reset support for i225
` [PATCH v2 18/54] net/e1000/base: fix infinite loop
` [PATCH v2 19/54] net/e1000/base: fix bitwise op type mismatch
` [PATCH v2 20/54] net/e1000/base: reset loop variable
` [PATCH v2 21/54] net/e1000/base: fix LTR for i225
` [PATCH v2 22/54] net/e1000/base: fix typo in LTR calculation
` [PATCH v2 23/54] net/e1000/base: fix unused value
` [PATCH v2 24/54] net/e1000/base: make set_ltr for i225 non-static
` [PATCH v2 25/54] net/e1000/base: fix semaphore timeout value
` [PATCH v2 26/54] net/e1000/base: correct mPHY access logic
` [PATCH v2 27/54] net/e1000/base: skip MANC check for 82575
` [PATCH v2 28/54] net/e1000/base: correct disable k1 logic
` [PATCH v2 29/54] net/e1000/base: workaround for packet loss
` [PATCH v2 30/54] net/e1000/base: add EEE common API function
` [PATCH v2 31/54] net/e1000/base: add queue select definitions
` [PATCH v2 32/54] net/e1000/base: add profile information field
` [PATCH v2 33/54] net/e1000/base: add LPI counters
` [PATCH v2 34/54] net/e1000/base: improve code flow in ICH8LAN
` [PATCH v2 35/54] net/e1000/base: add definition for EXFWSM register
` [PATCH v2 36/54] net/e1000/base: use longer ULP exit timeout on more HW
` [PATCH v2 37/54] net/e1000/base: make e1000_access_phy_wakeup_reg_bm non-static
` [PATCH v2 38/54] net/e1000/base: make debug prints more informative
` [PATCH v2 39/54] net/e1000/base: add WoL definitions
` [PATCH v2 40/54] net/e1000/base: hardcode bus parameters for ICH8
` [PATCH v2 41/54] net/e1000/base: improve NVM checksum handling
` [PATCH v2 42/54] net/e1000/base: remove redundant access to RO register
` [PATCH v2 43/54] net/e1000/base: remove non-inclusive language
` [PATCH v2 44/54] net/e1000/base: introduce PHY ID retry mechanism
` [PATCH v2 45/54] net/e1000/base: add PHY read/write "
` [PATCH v2 46/54] net/e1000/base: fix iterator type
` [PATCH v2 47/54] net/e1000/base: fix static analysis warnings
` [PATCH v2 48/54] net/e1000/base: fix reset for 82580
` [PATCH v2 49/54] net/e1000/base: fix mac addr hash bit_shift
` [PATCH v2 50/54] net/e1000/base: fix uninitialized variable usage
` [PATCH v2 51/54] net/e1000/base: fix unchecked return
` [PATCH v2 52/54] net/e1000/base: fix data type in MAC hash
` [PATCH v2 53/54] net/e1000/base: rename NVM version variable
` [PATCH v2 54/54] net/e1000/base: update readme
[PATCH v1 01/31] net/ntnic: fix index verification
2025-02-05 10:45 UTC (36+ messages)
` [PATCH v2 00/34] net/ntnic: bugfixes and refactoring
` [PATCH v2 01/34] net/ntnic: fix index verification
` [PATCH v2 02/34] net/ntnic: add thread check return code
` [PATCH v2 03/34] net/ntnic: add return code handling
` [PATCH v2 04/34] net/ntnic: add array index verification
` [PATCH v2 05/34] net/ntnic: fix realloc memory leak
` [PATCH v2 06/34] net/ntnic: fix array index verification
` [PATCH v2 07/34] net/ntnic: add var definition transparently
` [PATCH v2 08/34] net/ntnic: add proper var freed
` [PATCH v2 09/34] net/ntnic: remove unused code
` [PATCH v2 10/34] net/ntnic: fix potentially overflow
` [PATCH v2 11/34] net/ntnic: add null checking
` [PATCH v2 12/34] net/ntnic: fix overflow issue
` [PATCH v2 13/34] net/ntnic: fix untrusted loop bound
` [PATCH v2 14/34] net/ntnic: add null checking
` [PATCH v2 15/34] net/ntnic: move "
` [PATCH v2 16/34] net/ntnic: fix var size
` [PATCH v2 17/34] net/ntnic: fix var overflow
` [PATCH v2 18/34] net/ntnic: remove unused code
` [PATCH v2 19/34] net/ntnic: remove convert error func
` [PATCH v2 20/34] net/ntnic: fix array verification
` [PATCH v2 21/34] net/ntnic: fix memory leak
` [PATCH v2 22/34] net/ntnic: remove extra address-of operator
` [PATCH v2 23/34] net/ntnic: remove extra check for null
` [PATCH v2 24/34] net/ntnic: remove unused code
` [PATCH v2 25/34] net/ntnic: refactor RSS implementation
` [PATCH v2 26/34] net/ntnic: fix age timeout recalculation into fpga unit
` [PATCH v2 27/34] net/ntnic: rework age event generation
` [PATCH v2 28/34] net/ntnic: fix group print
` [PATCH v2 29/34] net/ntnic: extend module mapping
` [PATCH v2 30/34] net/ntnic: refactoring of the FPGA initialization
` [PATCH v2 31/34] net/ntnic: remove shutdown thread
` [PATCH v2 32/34] net/ntnic: add checks for action modify
` [PATCH v2 33/34] net/ntnic: add IFR DROP counter
` [PATCH v2 34/34] net/ntnic: remove tag EXPERIMENTAL
[PATCH 0/4] remove common iavf and idpf drivers
2025-02-05 10:09 UTC (3+ messages)
` [PATCH v3 "
[PATCH 1/6] drivers/bus: eliminate dependency on non-portable __SIZEOF_LONG__
2025-02-05 9:15 UTC (13+ messages)
` [PATCH v3 2/7] "
` [PATCH v4 0/7] "
` [PATCH v4 1/7] eal: "
` [PATCH v4 2/7] drivers/bus: "
` [PATCH v4 3/7] drivers/common: "
` [PATCH v4 4/7] drivers/dma: "
` [PATCH v4 5/7] drivers/net: "
` [PATCH v4 6/7] drivers/raw: "
` [PATCH v4 7/7] mldev: "
Testing dpdk application using openNIC driver
2025-02-05 7:49 UTC (3+ messages)
[RFC 0/3] Vhost: fix FD entries cleanup
2025-02-05 7:27 UTC (4+ messages)
[dpdk-dev] [PATCH 1/2] common/cnxk: support NPC flow on cn20k
2025-02-05 5:42 UTC (5+ messages)
` [dpdk-dev] [PATCH v4 "
` [EXTERNAL] "
` [dpdk-dev] [PATCH v5 "
` [dpdk-dev] [PATCH v5 2/2] net/cnxk: support rte "
[PATCH] drivers/net: use intrinsic to access content of __m128i
2025-02-05 4:50 UTC (3+ messages)
` [PATCH v2] "
` [EXTERNAL] "
[PATCH v3] eal/common: fix inconsistent representation of PCI numbers
2025-02-05 1:55 UTC (5+ messages)
` [PATCH v4] bus: "
[PATCH 0/3] dts: fix doc issues
2025-02-05 0:08 UTC (7+ 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
[RFC PATCH 0/7] dts: revamp framework
2025-02-04 21:08 UTC (2+ messages)
[PATCH 00/16] remove use of VLAs for Windows built code
2025-02-04 20:57 UTC (61+ messages)
` [PATCH v19 00/27] remove use of VLAs for Windows
` [PATCH v20 "
` [PATCH v20 01/27] eal: include header required for alloca
` [PATCH v20 02/27] eal/linux: remove use of VLAs
` [PATCH v20 03/27] eal/common: "
` [PATCH v20 04/27] ethdev: remove use of VLAs for Windows built code
` [PATCH v20 05/27] hash: "
` [PATCH v20 06/27] hash/thash: remove use of VLAs for Windows built
` [PATCH v20 07/27] rcu: remove use of VLAs for Windows built code
` [PATCH v20 08/27] gro: fix overwrite unprocessed packets
` [PATCH v20 09/27] gro: remove use of VLAs
` [PATCH v20 10/27] net/ixgbe: "
` [PATCH v20 11/27] net/ice: "
` [PATCH v20 12/27] app/testpmd: remove use of VLAs for Windows built
` [PATCH v20 13/27] test: remove use of VLAs for Windows built code
` [PATCH v20 14/27] common/idpf: "
` [PATCH v20 15/27] net/i40e: "
` [PATCH v20 16/27] common/mlx5: "
` [PATCH v20 17/27] net/mlx5: "
` [PATCH v20 18/27] test: remove use of VLAs for Windows built code in bitset tests
` [PATCH v20 19/27] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
` [PATCH v20 20/27] hash: remove use of VLAs by using standard arrays
` [PATCH v20 21/27] config: define no_wvla_cflag
` [PATCH v20 22/27] app: add no_wvla_cflag to directories that are not VLA-free
` [PATCH v20 23/27] drivers: "
` [PATCH v20 24/27] lib: "
` [PATCH v20 25/27] examples: "
` [PATCH v20 26/27] buildtools: "
` [PATCH v20 27/27] config: add -Wvla project-wide
` [PATCH v21 00/27] remove use of VLAs for Windows
` [PATCH v21 01/27] eal: include header required for alloca
` [PATCH v21 02/27] eal/linux: remove use of VLAs
` [PATCH v21 03/27] eal/common: "
` [PATCH v21 04/27] ethdev: remove use of VLAs for Windows built code
` [PATCH v21 05/27] hash: "
` [PATCH v21 06/27] hash/thash: remove use of VLAs for Windows built
` [PATCH v21 07/27] rcu: remove use of VLAs for Windows built code
` [PATCH v21 08/27] gro: fix overwrite unprocessed packets
` [PATCH v21 09/27] gro: remove use of VLAs
` [PATCH v21 10/27] net/ixgbe: "
` [PATCH v21 11/27] net/ice: "
` [PATCH v21 12/27] app/testpmd: remove use of VLAs for Windows built
` [PATCH v21 13/27] test: remove use of VLAs for Windows built code
` [PATCH v21 14/27] common/idpf: "
` [PATCH v21 15/27] net/i40e: "
` [PATCH v21 16/27] common/mlx5: "
` [PATCH v21 17/27] net/mlx5: "
` [PATCH v21 18/27] test: remove use of VLAs for Windows built code in bitset tests
` [PATCH v21 19/27] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
` [PATCH v21 20/27] hash: remove use of VLAs by using standard arrays
` [PATCH v21 21/27] config: define no_wvla_cflag
` [PATCH v21 22/27] app: add no_wvla_cflag to directories that are not VLA-free
` [PATCH v21 23/27] drivers: "
` [PATCH v21 24/27] lib: "
` [PATCH v21 25/27] examples: "
` [PATCH v21 26/27] buildtools: "
` [PATCH v21 27/27] config: add -Wvla project-wide
[PATCH] eal: force evaluation of RTE_ASSERT expression
2025-02-04 19:46 UTC (2+ messages)
` [PATCH v2] eal: force compilation "
[PATCH 0/3] enable build of lib/stack when using MSVC
2025-02-04 17:42 UTC (6+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 2/2] stack: enable build with MSVC
[RFC] ci: Add support for Cirrus-CI service to test FreeBSD
2025-02-04 17:33 UTC (2+ messages)
[PATCH] net/cnxk: fix of NIX send header L3 type
2025-02-04 17:00 UTC (3+ messages)
` [PATCH v2] "
[PATCH] net/af_packet: fix socket close on device stop
2025-02-04 16:45 UTC
[RFC v5 1/2] eventdev: add atomic queue to test-eventdev app
2025-02-04 16:11 UTC (3+ messages)
` [RFC PATCH v6 "
` [EXTERNAL] "
[PATCH] net: support Arista L2 headers
2025-02-04 16:02 UTC (2+ messages)
[PATCH] devtools: forbid use of compiler pragmas
2025-02-04 15:59 UTC (2+ messages)
[PATCH] doc: update ODM dmadev guide
2025-02-04 15:55 UTC (2+ messages)
DPDK Release Status Meeting 2025-02-04
2025-02-04 15:00 UTC
[PATCH] common/cnxk: check MACsec HW capability
2025-02-04 14:50 UTC (2+ messages)
[PATCH] event/dlb2: fix event weight handling in SSE code path
2025-02-04 14:48 UTC (2+ messages)
` [EXTERNAL] "
[DPDK/DTS Bug 1660] The softnic test suite should test more of the softnic vdev feature set
2025-02-04 14:01 UTC
[DPDK/DTS Bug 1659] Softnic should be implemented as a proper VirtualDevice
2025-02-04 13:59 UTC
[PATCH 0/2] Fix use after free, and refactor af_xdp_tx_zc()
2025-02-04 13:39 UTC (4+ messages)
` [PATCH v7 0/2] Fix use after free, and refactor af_xdp_tx_zc
` [PATCH v7 2/2] net/af_xdp: Refactor af_xdp_tx_zc
[PATCH] stack: occasional crash due to uninitialized variable
2025-02-04 12:45 UTC (2+ messages)
[PATCH 0/2] remove 'requires_forwarding_restart' from framework
2025-02-04 10:40 UTC (4+ messages)
` [PATCH v2 0/2] remove requires forwarding restart "
` [PATCH v2 1/2] dts: remove 'requires_forwarding_restart' "
[RFC PATCH] eventdev: adapter API to configure multiple Rx queues
2025-02-04 7:15 UTC (18+ messages)
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).