[PATCH v2 000/148] Update net/ice base driver to latest upstream snapshot
2024-06-26 11:41 UTC (102+ messages)
` [PATCH v3 000/129] "
` [PATCH v3 095/129] net/ice/base: merge unified E830 headers
` [PATCH v3 096/129] net/ice/base: replace array initialization with macros
` [PATCH v3 097/129] net/ice/base: switch speed conversions to static lookups
` [PATCH v3 098/129] net/ice/base: support E830 in DDP pkg handling
` [PATCH v3 099/129] net/ice/base: support E830 in Topology AQ command
` [PATCH v3 100/129] net/ice/base: add E830 PTP init
` [PATCH v3 101/129] net/ice/base: allow skipping main timer programming
` [PATCH v3 102/129] net/ice/base: add missing files for shared code update
` [PATCH v3 103/129] net/ice/base: rename netlist check functions to match upstream
` [PATCH v3 104/129] net/ice/base: align code to base driver
` [PATCH v3 105/129] net/ice/base: use const char* array for storing link modes
` [PATCH v3 106/129] net/ice/base: fix compile issues on some targets
` [PATCH v3 107/129] net/ice/base: move code to common headers
` [PATCH v3 108/129] net/ice/base: make some switch-related functions static
` [PATCH v3 109/129] net/ice/base: add L2TPv3 support for adv rules
` [PATCH v3 110/129] net/ice/base: detect and store device sensor reading capability
` [PATCH v3 111/129] net/ice/base: add missing defines and misc cleanup
` [PATCH v3 112/129] net/ice/base: increase PF reset wait timeout to 500 milliseconds
` [PATCH v3 113/129] net/ice/base: adjust memcpy type
` [PATCH v3 114/129] net/ice/base: use a variable to store reset count
` [PATCH v3 115/129] net/ice/base: fix ice_get_ctx() issue
` [PATCH v3 116/129] net/ice/base: add AQ function to configure SyncE error reporting
` [PATCH v3 117/129] net/ice/base: support DCF query port ETS adminq
` [PATCH v3 118/129] net/ice/base: update boost struct for traffic types
` [PATCH v3 119/129] net/ice/base: clean up ice_lan_tx_rx
` [PATCH v3 120/129] net/ice/base: enable CGU error reporting
` [PATCH v3 121/129] net/ice/base: cleanup timestamp registers correctly
` [PATCH v3 122/129] net/ice/base: remove PHY port timer bypass mode
` [PATCH v3 123/129] net/ice/base: implement TX interrupt enablement functions
` [PATCH v3 124/129] net/ice/base: make Tx and Rx vernier offset calibration independent
` [PATCH v3 125/129] net/ice/base: change a method to get pca9575 handle
` [PATCH v3 126/129] net/ice/base: rename SMA register macros to match Linux upstream
` [PATCH v3 127/129] net/ice/base: introduce new functions in ice_sched_node
` [PATCH v3 128/129] net/ice/base: misc header file clean up
` [PATCH v3 129/129] net/ice: add new device ids
` [PATCH v4 000/103] Update net/ice base driver to latest upstream snapshot
` [PATCH v4 001/103] net/ice/base: add LL Tx timestamp interrupt read
` [PATCH v4 002/103] net/ice/base: use model-dependent number of PHY ports
` [PATCH v4 003/103] net/ice/base: use ice_bitmap_t in promisc functions
` [PATCH v4 004/103] net/ice/base: fix rx-only unicast promiscuous mode
` [PATCH v4 005/103] net/ice/base: add support for E825-C TX clock changing
` [PATCH v4 006/103] net/ice/base: fix for applying multiple cloud filters
` [PATCH v4 007/103] net/ice/base: prevent potential integer overflow
` [PATCH v4 008/103] net/ice/base: implement initial PTP support for E830
` [PATCH v4 009/103] net/ice/base: fix resource leak
` [PATCH v4 010/103] net/ice/base: move lock outside of if-else
` [PATCH v4 011/103] net/ice/base: refactor control queue send delay
` [PATCH v4 012/103] net/ice/base: allow for dumping all clusters
` [PATCH v4 013/103] net/ice/base: remove PTP aqc_driver_params
` [PATCH v4 014/103] net/ice/base: change data buffer in i2c write to be const
` [PATCH v4 015/103] net/ice/base: fix sign-extension
` [PATCH v4 016/103] net/ice/base: add helper function for refsync
` [PATCH v4 017/103] net/ice/base: added informational message for NAC topology
` [PATCH v4 018/103] net/ice/base: add Cage Max Power override NVM module
` [PATCH v4 019/103] net/ice/base: adapt No FEC in Auto support check to add E82X devices
` [PATCH v4 020/103] net/ice/base: fix incorrect size when allocating children arrays
` [PATCH v4 021/103] net/ice/base: fix GCS descriptor field offsets
` [PATCH v4 022/103] net/ice/base: add VSI type for subfunctions
` [PATCH v4 023/103] net/ice/base: correct the return type of ice_bitmap_hweight
` [PATCH v4 024/103] net/ice/base: add helper to get timer command reg values
` [PATCH v4 025/103] net/ice/base: avoid stale PHY commands in ice_ptp_one_port_cmd
` [PATCH v4 026/103] net/ice/base: remove dead code from ice_get_ddp_pkg_state
` [PATCH v4 027/103] net/ice/base: use ICE_PTP_NOP to better indicate no action
` [PATCH v4 028/103] net/ice/base: use "err" instead of "status" in ice_ptp_hw.c
` [PATCH v4 029/103] net/ice/base: re-number E810-T subdevice IDs to match upstream
` [PATCH v4 030/103] net/ice/base: enable RDMA Act-Act unload paths
` [PATCH v4 031/103] net/ice/base: parse 1PPS GPIO in 1588 function caps
` [PATCH v4 032/103] net/ice/base: fix check for existing switch rule
` [PATCH v4 033/103] net/ice/base: fall back to safe CGU params
` [PATCH v4 034/103] net/ice/base: change tmr_idx to u32
` [PATCH v4 035/103] net/ice/base: be more verbose when preparing timer sync
` [PATCH v4 036/103] net/ice/base: update strict status when assigning BW limits
` [PATCH v4 037/103] net/ice/base: improve read retry value calculation
` [PATCH v4 038/103] net/ice/base: check if recipe buffer was already allocated
` [PATCH v4 039/103] net/ice/base: use correct type
` [PATCH v4 040/103] net/ice/base: read OROM in a loop
` [PATCH v4 041/103] net/ice/base: ignore snprintf return value
` [PATCH v4 042/103] net/ice/base: check array bounds
` [PATCH v4 043/103] net/ice/base: copy output IO params from command descriptor
` [PATCH v4 044/103] net/ice/base: enable Next Cluster ID capability
` [PATCH v4 045/103] net/ice/base: fix potential TLV length overflow
` [PATCH v4 046/103] net/ice/base: add function to read SDP section from NVM
` [PATCH v4 047/103] net/ice/base: add Floating VEB support
` [PATCH v4 048/103] net/ice/base: add defines for loopback mode
` [PATCH v4 049/103] net/ice/base: allow skipping PF clear
` [PATCH v4 050/103] net/ice/base: fix wrong definition of board type
` [PATCH v4 051/103] net/ice/base: make ice_clear_vsi_q_ctx() non-static
` [PATCH v4 052/103] net/ice/base: fix package download algorithm
` [PATCH v4 053/103] net/ice/base: allows packages with mixed signature presence
` [PATCH v4 054/103] net/ice/base: adjust ice_memcpy type specifiers
` [PATCH v4 055/103] net/ice/base: allow different FW API versions based on MAC type
` [PATCH v4 056/103] net/ice/base: add 32 GT bus speed enumerated value
` [PATCH v4 057/103] net/ice/base: add E830 debug dump cluster ID values
` [PATCH v4 058/103] net/ice/base: fix for preparing PHY for timesync command
` [PATCH v4 059/103] net/ice/base: support for firmware sanitization
` [PATCH v4 060/103] net/ice/base: add 200G speeds to PHY types decoding
` [PATCH v4 061/103] net/ice/base: add PHY OFFSET_READY register clearing
` [PATCH v4 062/103] net/ice/base: rename PHY model designator fields and functions
` [PATCH v4 063/103] net/ice/base: enable SB access explicitly before 1st PHY access
[PATCH v3] graph: expose node context as pointers
2024-06-26 11:30 UTC (5+ messages)
` [PATCH v5] "
Validation error in LDPC decoding
2024-06-26 11:22 UTC
[PATCH] eventdev/dma: fix missing response info in forward mode
2024-06-26 10:59 UTC (3+ messages)
[PATCH 00/12] fixes and improvements to CNXK crypto PMD
2024-06-26 10:55 UTC (17+ messages)
` [PATCH v2 "
` [PATCH v2 08/12] crypto/cnxk: add dual submission in Rx inject
` [PATCH v3 00/12] Fixes and improvements to CNXK crypto PMD
` [PATCH v3 01/12] common/cnxk: add comments to denote skipped entries
` [PATCH v3 02/12] crypto/cnxk: update version map file with PMD APIs
` [PATCH v3 03/12] common/cnxk: make inline dev PF func get as idev API
` [PATCH v3 04/12] crypto/cnxk: add flow control in Rx inject path
` [PATCH v3 05/12] crypto/cnxk: use SSO PF func of inline device in inst
` [PATCH v3 06/12] crypto/cnxk: use NEON for Rx inject inst preparation
` [PATCH v3 07/12] crypto/cnxk: remove init of CPT result field in packet
` [PATCH v3 08/12] crypto/cnxk: add dual submission in Rx inject
` [PATCH v3 09/12] crypto/cnxk: update sess pointer for next iteration
` [PATCH v3 10/12] crypto/cnxk: fix aes-gcm zero len input cases
` [PATCH v3 11/12] crypto/cnxk: make pack IV variable as const
` [PATCH v3 12/12] crypto/cnxk: enable dual submission to CPT
[PATCH v2] examples/fips_validation: fix coverity issues
2024-06-26 10:26 UTC
[PATCH v1] crypto/cnxk: minimal normalization on input
2024-06-26 10:18 UTC
[PATCH] test/event: increase default queue depth for tests
2024-06-26 10:08 UTC (3+ messages)
[PATCH v2 0/4] test/crypto: enhance modex tests
2024-06-26 10:03 UTC (5+ messages)
` [PATCH v3 0/3] test/crypto: add modex test for zero padding
` [PATCH v3 1/3] test/crypto: validate modex result from first nonzero value
` [PATCH v3 2/3] test/crypto: remove unused variable in modex test data
` [PATCH v3 3/3] test/crypto: add modex tests for zero padded operands
[PATCH v4 1/3] event/dlb2: add support for HW delayed token
2024-06-26 9:37 UTC (6+ messages)
` [PATCH v5 0/5] DLB2 Enhancements
` [PATCH v5 3/5] event/dlb2: enhance DLB credit handling
[PATCH v1 0/6] app/crypto-perf: add asymmetric crypto tests
2024-06-26 8:47 UTC (11+ messages)
` [PATCH v1 4/6] app/crypto-perf: add function to check asymmetric operation
` [PATCH v2 0/6] app/crypto-perf: add asymmetric crypto tests
` [PATCH v2 1/6] app/crypto-perf: add modex groups test
` [PATCH v2 2/6] app/crypto-perf: remove redundant local varriable
` [PATCH v2 3/6] app/crypto-perf: fix result location for asymmetric test
` [PATCH v2 4/6] app/crypto-perf: add function to check asymmetric operation
` [PATCH v2 5/6] app/crypto-perf: support SM2
` [PATCH v2 6/6] app/crypto-perf: support ECDSA
[PATCH v3 1/6] net/fm10k: add missing vector API header include
2024-06-26 8:37 UTC (10+ 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 v1 1/1] crypto/ipsec_mb: unify some IPsec MB PMDs
2024-06-26 8:26 UTC (4+ messages)
` [PATCH v2 0/1] Unifying IPsec MB
` [PATCH v2 1/1] crypto/ipsec_mb: unify some IPsec MB PMDs
` [EXTERNAL] "
[PATCH] crypto/cnxk: fix ECDH pubkey verify
2024-06-26 7:56 UTC (3+ messages)
[PATCH] crypto/cnxk: fix coverity issues
2024-06-26 7:46 UTC (2+ messages)
` [EXTERNAL] "
[PATCH 0/7] Improvements and new test cases
2024-06-26 7:30 UTC (3+ messages)
` [PATCH v2 "
[PATCH 0/2] crypto/mlx5: optimize AES-GCM IPsec operation
2024-06-26 6:49 UTC (3+ messages)
` [PATCH v3 "
` [EXTERNAL] "
[PATCH v1] crypto: fix build issues on crypto callbacks macro undefined
2024-06-26 6:02 UTC (12+ messages)
` [PATCH v2 1/2] crypto: fix build issues on unsetting crypto callbacks macro
` [EXTERNAL] "
[PATCH] dma/idxd: set defaults for GRPCFG traffic class
2024-06-26 5:45 UTC
[PATCH v2 1/4] lib/ethdev: Add link_speed lanes support into rte lib
2024-06-26 2:19 UTC (5+ messages)
` [PATCH v3] ethdev: Add link_speed lanes support
[PATCH] telemetry: fix potential connection issue
2024-06-26 2:13 UTC (2+ messages)
[PATCH 0/6] Some drivers logging cleanups
2024-06-26 2:05 UTC (10+ messages)
` [PATCH 1/6] vdpa/sfc: remove dead code
` [PATCH 2/6] drivers: use dedicated log macros instead of EAL logtype
` [PATCH 3/6] net/sfc: remove use "
` [PATCH 4/6] vdpa/sfc: "
` [PATCH 5/6] bus/pci: use a dynamic logtype
` [PATCH 6/6] crypto/ccp: "
[PATCH v1 0/1] bbdev: adding missing symbols in version map
2024-06-26 0:04 UTC (2+ messages)
` [PATCH v1 1/1] bbdev: add "
[RFC PATCH 0/1] Initial Implementation For Jumbo Frames
2024-06-25 23:49 UTC (7+ messages)
` [RFC PATCH v2] Initial Implementation For Jumbo Frames Test Suite
[RFC PATCH v1 0/2] dts: replace XML-RPC server
2024-06-25 21:11 UTC (3+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] dts: Remove XML-RPC server for Scapy TG and instead use PythonShell
DTS WG Meeting Minutes - June 20, 2024
2024-06-25 19:31 UTC (3+ messages)
[PATCH] net/tap/bpf: fix meson warning
2024-06-25 17:17 UTC (2+ messages)
[PATCH v1 0/4] Add second scatter test case
2024-06-25 16:27 UTC (6+ messages)
` [PATCH v5 "
` [PATCH v5 1/4] dts: add context manager for interactive shells
` [PATCH v5 2/4] dts: improve starting and stopping "
` [PATCH v5 3/4] dts: add methods for modifying MTU to testpmd shell
` [PATCH v5 4/4] dts: add test case that utilizes offload to pmd_buffer_scatter
[PATCH v1 0/4] dts: add dynamic queue configuration test suite
2024-06-25 15:53 UTC (5+ messages)
` [PATCH v1 1/4] dts: add send_packets to test suites and rework packet addressing
` [PATCH v1 2/4] dts: add port queue modification and forwarding stats to testpmd
` [PATCH v1 3/4] dts: add dynamic queue test suite
` [PATCH v1 4/4] dts: add dynamic queue conf to the yaml schema
[PATCH v3 0/3] VLAN Test Suite
2024-06-25 15:33 UTC (4+ messages)
` [PATCH v7 1/3] dts: VLAN test suite implementation
` [PATCH v7 2/3] dts: add VLAN methods to testpmd shell
` [PATCH v7 3/3] dts: config schema
RedHat QE's test result against DPDK release candidate 24.07-rc1
2024-06-25 15:20 UTC
[PATCH v7 2/3] ethdev: add VXLAN last reserved field
2024-06-25 14:46 UTC (4+ messages)
` [PATCH v8 "
[PATCH] vhost: Fix the crash caused by accessing the released memory
2024-06-25 13:51 UTC (2+ messages)
[PATCH] config: fix warning for cross build with meson >= 1.3.0
2024-06-25 12:36 UTC (3+ messages)
[PATCH] build: raise error if requested application is unbuildable
2024-06-25 12:36 UTC (3+ messages)
[PATCH 0/2] dts: add blocklist test suite
2024-06-25 12:36 UTC (3+ messages)
` [PATCH 1/2] dts: add blocked ports to EalParams
` [PATCH 2/2] dts: add blocklist test suite
[PATCH] meson: use built-in 'modules' helper for python dependencies
2024-06-25 12:33 UTC (3+ messages)
[PATCH] net/vmxnet3: fix init logs
2024-06-25 12:22 UTC
[PATCH v2] bus/vmbus: add device_order field to rte_vmbus_dev
2024-06-25 12:01 UTC (6+ messages)
[PATCH] vhost: only emit debug log with invalid FD
2024-06-25 11:47 UTC (3+ messages)
[PATCH v2 0/9] test-bbdev fixes and improvements for 24.07
2024-06-25 11:42 UTC (2+ 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).