DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2 000/148] Update net/ice base driver to latest upstream snapshot
 2024-06-25 11:13 UTC  (83+ messages)
` [PATCH v3 000/129] "
  ` [PATCH v3 001/129] net/ice/base: convert enum ice_status to int
  ` [PATCH v3 002/129] net/ice/base: replace ICE_SUCCESS with int
  ` [PATCH v3 003/129] net/ice/base: add E830 definitions
  ` [PATCH v3 004/129] net/ice/base: update phy config during link restart
  ` [PATCH v3 005/129] net/ice/base: fix for pointer to variable outside scope
  ` [PATCH v3 006/129] net/ice/base: add missing include
  ` [PATCH v3 007/129] net/ice/base: add ability to set markid via switch filter
  ` [PATCH v3 008/129] net/ice/base: improve ice_debug_cq messages
  ` [PATCH v3 009/129] net/ice/base: add mgmt netlist auth support command
  ` [PATCH v3 010/129] net/ice/base: avoid undefined variables
  ` [PATCH v3 011/129] net/ice/base: improve media type handling for phy caps
  ` [PATCH v3 012/129] net/ice/base: update flow seg fields to declared bitmaps
  ` [PATCH v3 013/129] net/ice/base: update interface in ice_parse_common_caps
  ` [PATCH v3 014/129] net/ice/base: refactor (non) bitmap declarations
  ` [PATCH v3 015/129] net/ice/base: remove unnecessary control queue cmd_buf arrays
  ` [PATCH v3 016/129] net/ice/base: alloc port_info only once
  ` [PATCH v3 017/129] net/ice/base: update code with flex array safe allocations
  ` [PATCH v3 018/129] net/ice/base: support for OROM update in recovery mode
  ` [PATCH v3 019/129] net/ice/base: improve find recipe routine
  ` [PATCH v3 020/129] net/ice/base: fix memory leak when checking firmware version
  ` [PATCH v3 021/129] net/ice/base: add LL Tx timestamp interrupt read
  ` [PATCH v3 022/129] net/ice/base: use model-dependent number of PHY ports
  ` [PATCH v3 023/129] net/ice/base: use ice_bitmap_t in promisc functions
  ` [PATCH v3 024/129] net/ice/base: fix rx-only unicast promiscuous mode
  ` [PATCH v3 025/129] net/ice/base: add support for E825-C TX clock changing
  ` [PATCH v3 026/129] net/ice/base: fix for applying multiple cloud filters
  ` [PATCH v3 027/129] net/ice/base: prevent potential integer overflow
  ` [PATCH v3 028/129] net/ice/base: implement initial PTP support for E830
  ` [PATCH v3 029/129] net/ice/base: fix resource leak
  ` [PATCH v3 030/129] net/ice/base: move lock outside of if-else
  ` [PATCH v3 031/129] net/ice/base: refactor control queue send delay
  ` [PATCH v3 032/129] net/ice/base: allow for dumping all clusters
  ` [PATCH v3 033/129] net/ice/base: remove PTP aqc_driver_params
  ` [PATCH v3 034/129] net/ice/base: change data buffer in i2c write to be const
  ` [PATCH v3 035/129] net/ice/base: fix sign-extension
  ` [PATCH v3 036/129] net/ice/base: add helper function for refsync
  ` [PATCH v3 037/129] net/ice/base: added informational message for NAC topology
  ` [PATCH v3 038/129] net/ice/base: add Cage Max Power override NVM module
  ` [PATCH v3 039/129] net/ice/base: adapt No FEC in Auto support check to add E82X devices
  ` [PATCH v3 040/129] net/ice/base: fix incorrect size when allocating children arrays
  ` [PATCH v3 041/129] net/ice/base: fix GCS descriptor field offsets
  ` [PATCH v3 042/129] net/ice/base: add VSI type for subfunctions
  ` [PATCH v3 043/129] net/ice/base: correct the return type of ice_bitmap_hweight
  ` [PATCH v3 044/129] net/ice/base: fix ice_ptp_one_port_cmd to avoid stale PHY commands
  ` [PATCH v3 045/129] net/ice/base: remove dead code from ice_get_ddp_pkg_state
  ` [PATCH v3 046/129] net/ice/base: use ICE_PTP_NOP to better indicate no action
  ` [PATCH v3 047/129] net/ice/base: add fw log file
  ` [PATCH v3 048/129] net/ice/base: use "err" instead of "status" in ice_ptp_hw.c
  ` [PATCH v3 049/129] net/ice/base: re-number E810-T subdevice IDs to match upstream
  ` [PATCH v3 050/129] net/ice/base: enable RDMA Act-Act unload paths
  ` [PATCH v3 051/129] net/ice/base: parse 1PPS GPIO in 1588 function caps
  ` [PATCH v3 052/129] net/ice/base: fix check for existing switch rule
  ` [PATCH v3 053/129] net/ice/base: fall back to safe CGU params
  ` [PATCH v3 054/129] net/ice/base: change tmr_idx to u32
  ` [PATCH v3 055/129] net/ice/base: be more verbose when preparing timer sync
  ` [PATCH v3 056/129] net/ice/base: update strict status when assigning BW limits
  ` [PATCH v3 057/129] net/ice/base: improve read retry value calculation
  ` [PATCH v3 058/129] net/ice/base: check if recipe buffer was already allocated
  ` [PATCH v3 059/129] net/ice/base: use correct type
  ` [PATCH v3 060/129] net/ice/base: read OROM in a loop
  ` [PATCH v3 061/129] net/ice/base: ignore snprintf return value
  ` [PATCH v3 062/129] net/ice/base: check array bounds
  ` [PATCH v3 063/129] net/ice/base: copy output IO params from command descriptor
  ` [PATCH v3 064/129] net/ice/base: enable Next Cluster ID capability
  ` [PATCH v3 065/129] net/ice/base: fix potential TLV length overflow
  ` [PATCH v3 066/129] net/ice/base: add function to read SDP section from NVM
  ` [PATCH v3 067/129] net/ice/base: add Floating VEB support
  ` [PATCH v3 068/129] net/ice/base: add defines for loopback mode
  ` [PATCH v3 069/129] net/ice/base: allow skipping PF clear
  ` [PATCH v3 070/129] net/ice/base: fix in the definition of the Board Type
  ` [PATCH v3 071/129] net/ice/base: make ice_clear_vsi_q_ctx() non-static
  ` [PATCH v3 072/129] net/ice/base: fix package download algorithm
  ` [PATCH v3 073/129] net/ice/base: allows packages with mixed signature presence
  ` [PATCH v3 074/129] net/ice/base: fix ice_memcpy type specifiers
  ` [PATCH v3 075/129] net/ice/base: allow different FW API versions based on MAC type
  ` [PATCH v3 076/129] net/ice/base: add 32 GT bus speed enumerated value
  ` [PATCH v3 077/129] net/ice/base: add E830 debug dump cluster ID values
  ` [PATCH v3 078/129] net/ice/base: fix for preparing PHY for timesync command
  ` [PATCH v3 079/129] net/ice/base: support for firmware sanitization
  ` [PATCH v3 080/129] net/ice/base: add 200G speeds to PHY types decoding
  ` [PATCH v3 081/129] net/ice/base: add PHY OFFSET_READY register clearing

[PATCH 1/6] net/cnxk: stale offload flag reset
 2024-06-25  9:46 UTC  (19+ messages)
` [PATCH 2/6] net/cnxk: add MTU set ops
` [PATCH 3/6] net/cnxk: add multi seg support in eswitch
` [PATCH 4/6] net/cnxk: increment number of flow pattern
` [PATCH 5/6] net/cnxk: update processing ready message
` [PATCH 6/6] common/cnxk: flow aginig delaying app shutdown
` [PATCH v2 1/5] net/cnxk: fix stale offload flag reset
  ` [PATCH v2 2/5] net/cnxk: add MTU set ops
  ` [PATCH v2 3/5] net/cnxk: add multi seg support in eswitch
  ` [PATCH v2 4/5] net/cnxk: fix invalid pattern count
  ` [PATCH v2 5/5] net/cnxk: fix representor port mapping
` [PATCH v3 1/5] net/cnxk: fix stale offload flag reset
  ` [PATCH v3 2/5] net/cnxk: add MTU set ops
  ` [PATCH v3 3/5] net/cnxk: add multi seg support in eswitch
  ` [PATCH v3 4/5] net/cnxk: fix invalid pattern count
  ` [PATCH v3 5/5] net/cnxk: fix representor port mapping

[PATCH] vhost: Fix the crash caused by accessing the released memory
 2024-06-25  9:31 UTC 

[PATCH v2 0/9] test-bbdev fixes and improvements for 24.07
 2024-06-25  8:40 UTC  (12+ messages)
` [PATCH v2 1/9] test/bbdev: fix TB logic
` [PATCH v2 2/9] test/bbdev: fix MLD output size computation
` [PATCH v2 3/9] test/bbdev: fix interrupt tests
` [PATCH v2 4/9] test/bbdev: change iter-max argument
` [PATCH v2 5/9] test/bbdev: improve timeout message format
` [PATCH v2 6/9] test/bbdev: add soft output parsing capability
` [PATCH v2 7/9] test/bbdev: check assumptions on fft window
` [PATCH v2 8/9] test/bbdev: update fft measurement output
` [PATCH v2 9/9] test/bbdev: remove unnecessary line

[PATCH] eventdev/dma: fix missing response info in forward mode
 2024-06-25  8:01 UTC  (2+ messages)

[PATCH] vhost: only emit debug log with invalid FD
 2024-06-25  7:35 UTC  (2+ messages)

[dpdk-dev] [PATCH] common/cnxk: fix flow aging application exit
 2024-06-25  5:10 UTC  (2+ messages)

[PATCH] app/graph: fix destination buffer too small
 2024-06-25  4:41 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

[PATCH] vhost: Fix the crash caused by accessing the released memory
 2024-06-25  2:13 UTC 

[PATCH] vhost: Fix the crash caused by accessing the released memory
 2024-06-25  1:56 UTC  (3+ messages)
  `  "

[PATCH 00/19] Wangxun fixes and supports
 2024-06-25  1:51 UTC  (2+ messages)

Hairpin Queues Throughput ConnectX-6
 2024-06-25  0:22 UTC  (2+ messages)

[PATCH v2] bus/vmbus: add device_order field to rte_vmbus_dev
 2024-06-25  0:02 UTC  (5+ messages)

[PATCH] meson: use built-in 'modules' helper for python dependencies
 2024-06-24 22:04 UTC  (5+ messages)

[RFC PATCH v1 0/2] dts: replace XML-RPC server
 2024-06-24 20:54 UTC  (5+ messages)
` [PATCH v1 0/1] "
  ` [PATCH v1 1/1] dts: Remove XML-RPC server for Scapy TG and instead use PythonShell

[PATCH] net/mlx5: fix memleak for resource object
 2024-06-24 19:41 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/3] VLAN Test Suite
 2024-06-24 18:17 UTC  (4+ messages)
` [PATCH v6 1/3] dts: updated testpmd shell class
  ` [PATCH v6 2/3] dts: refactored VLAN test suite
  ` [PATCH v6 3/3] dts: config schema

[PATCH v3 1/6] net/fm10k: add missing vector API header include
 2024-06-24 17:56 UTC  (5+ messages)
` [PATCH v4 00/13] Optionally have rte_memcpy delegate to compiler memcpy
  ` [PATCH v4 13/13] eal: provide option to use compiler memcpy instead of RTE

[PATCH 0/5] OpenSSL PMD Optimisations
 2024-06-24 16:14 UTC  (2+ messages)

[PATCH] app/testpmd: fix help string of BPF load command
 2024-06-24 15:45 UTC  (2+ messages)

[PATCH v1 0/2] dts: api docs generation
 2024-06-24 15:37 UTC  (20+ messages)
` [PATCH v5 0/4] dts: API "
  ` [PATCH v5 1/4] dts: update params and parser docstrings
  ` [PATCH v5 2/4] dts: add doc generation dependencies
  ` [PATCH v5 3/4] dts: add API doc sources
  ` [PATCH v5 4/4] dts: add API doc generation
` [PATCH v6 0/4] dts: API docs generation
  ` [PATCH v6 1/4] dts: update params and parser docstrings
  ` [PATCH v6 2/4] dts: add doc generation dependencies
  ` [PATCH v6 3/4] dts: add API doc sources
  ` [PATCH v6 4/4] dts: add API doc generation
` [PATCH v7 0/4] dts: API docs generation
  ` [PATCH v7 1/4] dts: update params and parser docstrings
  ` [PATCH v7 2/4] dts: add doc generation dependencies
  ` [PATCH v7 3/4] dts: add API doc sources
  ` [PATCH v7 4/4] dts: add API doc generation

[PATCH v2 3/9] doc: reword design section in contributors guidelines
 2024-06-24 15:07 UTC  (3+ messages)
` [PATCH] doc/design: minor cleanus

[PATCH v1] crypto/ipsec_mb: use new ipad/opad calculation API
 2024-06-24 14:33 UTC  (2+ messages)

zxdh: add zxdh poll mode driver
 2024-06-24 12:31 UTC  (2+ messages)
` [v2] raw/zxdh: introduce zxdh raw device driver

[PATCH] bus/vmbus: add device_order field to rte_vmbus_dev
 2024-06-24 10:56 UTC 

[PATCH 0/2] crypto/mlx5: optimize AES-GCM IPsec operation
 2024-06-24  9:16 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] "
    ` [EXTERNAL] "
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] crypto/mlx5: add out of place mode for "

[PATCH v4 21/21] doc: updated the documentation for cpfl PMD
 2024-06-24  9:16 UTC  (23+ messages)
` [PATCH v5 00/21] Update MEV TS Base Driver
  ` [PATCH v5 01/21] common/idpf: updated IDPF VF device ID
  ` [PATCH v5 02/21] common/idpf: added new virtchnl2 capability and vport flag
  ` [PATCH v5 03/21] common/idpf: moved the idpf HW into API header file
  ` [PATCH v5 04/21] common/idpf: avoid defensive programming
  ` [PATCH v5 05/21] common/idpf: use BIT ULL for large bitmaps
  ` [PATCH v5 06/21] common/idpf: convert data type to 'le'
  ` [PATCH v5 07/21] common/idpf: compress RXDID mask definitions
  ` [PATCH v5 08/21] common/idpf: refactor size check macro
  ` [PATCH v5 09/21] common/idpf: update mask of Rx FLEX DESC ADV FF1 M
  ` [PATCH v5 10/21] common/idpf: use 'pad' and 'reserved' fields appropriately
  ` [PATCH v5 11/21] common/idpf: move related defines into enums
  ` [PATCH v5 12/21] common/idpf: avoid variable 0-init
  ` [PATCH v5 13/21] common/idpf: update in PTP message validation
  ` [PATCH v5 14/21] common/idpf: rename INLINE FLOW STEER to FLOW STEER
  ` [PATCH v5 15/21] common/idpf: add wmb before tail
  ` [PATCH v5 16/21] drivers: add flex array support and fix issues
  ` [PATCH v5 17/21] common/idpf: enable flow steer capability for vports
  ` [PATCH v5 18/21] common/idpf: add a new Tx context descriptor structure
  ` [PATCH v5 19/21] common/idpf: remove idpf common file
  ` [PATCH v5 20/21] drivers: adding type to idpf vc queue switch
  ` [PATCH v5 21/21] doc: updated the documentation for cpfl PMD

[PATCH v1 1/2] event/dlb2: add support for enqueue reordering
 2024-06-24  8:28 UTC  (4+ messages)
` [PATCH v3 0/2] DLB Enqueue Reorder Support
  ` [PATCH v3 2/2] eventdev: add support for enqueue reorder

[PATCH v1 0/9] test-bbdev fixes and improvements for 24.07
 2024-06-24  7:48 UTC  (5+ messages)
` [PATCH v1 7/9] test/bbdev: check assumptions on fft window

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