DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC] net/ice: Update base code with latest snapshot
 2024-06-12 15:01 UTC  (76+ messages)
` [PATCH v2 000/148] Update net/ice base driver to latest upstream snapshot
  ` [PATCH v2 001/148] net/ice/base: convert enum ice_status to int
  ` [PATCH v2 002/148] net/ice/base: replace ICE_SUCCESS with int
  ` [PATCH v2 003/148] net/ice/base: update E830 headers
  ` [PATCH v2 004/148] net/ice/base: update phy config during link restart
  ` [PATCH v2 005/148] net/ice/base: fix for pointer to variable outside scope
  ` [PATCH v2 006/148] net/ice/base: add missing include for flow
  ` [PATCH v2 007/148] net/ice/base: add ability to set markid via switch filter
  ` [PATCH v2 008/148] net/ice/base: improve ice_debug_cq messages
  ` [PATCH v2 009/148] net/ice/base: add mgmt netlist auth support command
  ` [PATCH v2 010/148] net/ice/base: fix undefined variables
  ` [PATCH v2 011/148] net/ice/base: fix get media type
  ` [PATCH v2 012/148] net/ice/base: clean up __ice_aq_get_set_rss_lut()
  ` [PATCH v2 013/148] net/ice/base: update flow seg fields to declared bitmaps
  ` [PATCH v2 014/148] net/ice/base: update interface in ice_parse_common_caps
  ` [PATCH v2 015/148] net/ice/base: refactor (non) bitmap declarations
  ` [PATCH v2 016/148] net/ice/base: remove unnecessary control queue cmd_buf arrays
  ` [PATCH v2 017/148] net/ice/base: alloc port_info only once
  ` [PATCH v2 018/148] net/ice/base: update code with flex array safe allocations
  ` [PATCH v2 019/148] net/ice/base: bring back ability to use 128 as size of PF type RSS LUT
  ` [PATCH v2 020/148] net/ice/base: support for OROM update in recovery mode
  ` [PATCH v2 021/148] net/ice/base: code adjustments for E830
  ` [PATCH v2 022/148] net/ice/base: improve find recipe routine
  ` [PATCH v2 023/148] net/ice/base: fix memory leak when checking firmware version
  ` [PATCH v2 024/148] net/ice/base: add LL Tx timestamp interrupt read
  ` [PATCH v2 025/148] net/ice/base: use model-dependent number of PHY ports
  ` [PATCH v2 026/148] net/ice/base: use ice_bitmap_t in promisc functions
  ` [PATCH v2 027/148] net/ice/base: fix rx-only unicast promiscuous mode
  ` [PATCH v2 028/148] net/ice/base: add support for E825-C TX clock changing
  ` [PATCH v2 029/148] net/ice/base: fix for applying multiple cloud filters
  ` [PATCH v2 030/148] net/ice/base: limit PF RSS LUT to one VSI at time
  ` [PATCH v2 031/148] net/ice/base: prevent potential integer overflow
  ` [PATCH v2 032/148] net/ice/base: cosmetic changes
  ` [PATCH v2 033/148] net/ice/base: implement initial PTP support for E830
  ` [PATCH v2 034/148] net/ice/base: fix resource leak
  ` [PATCH v2 035/148] net/ice/base: move lock outside of if-else
  ` [PATCH v2 036/148] net/ice/base: refactor control queue send delay
  ` [PATCH v2 037/148] net/ice/base: fix NVM feature check
  ` [PATCH v2 038/148] net/ice/base: allow for dumping all clusters
  ` [PATCH v2 039/148] net/ice/base: remove PTP aqc_driver_params
  ` [PATCH v2 040/148] net/ice/base: add FW load status mask
  ` [PATCH v2 041/148] net/ice/base: add direction metadata
  ` [PATCH v2 042/148] net/ice/base: change data buffer in i2c write to be const
  ` [PATCH v2 043/148] net/ice/base: remove unused code from upstream build
  ` [PATCH v2 044/148] net/ice/base: fix sign-extension
  ` [PATCH v2 045/148] net/ice/base: implement switch recipe reuse feature
  ` [PATCH v2 046/148] net/ice/base: add helper function for refsync
  ` [PATCH v2 047/148] net/ice/base: added informational message for NAC topology
  ` [PATCH v2 048/148] net/ice/base: add Cage Max Power override NVM module
  ` [PATCH v2 049/148] net/ice/base: adapt No FEC in Auto support check to add E82X devices
  ` [PATCH v2 050/148] net/ice/base: move (read|write)_sma_ctrl functions to match upstream
  ` [PATCH v2 051/148] net/ice/base: fix incorrect size when allocating children arrays
  ` [PATCH v2 052/148] net/ice/base: fix GCS descriptor field offsets
  ` [PATCH v2 053/148] net/ice/base: add VSI type for subfunctions
  ` [PATCH v2 054/148] net/ice/base: correct the return type of ice_bitmap_hweight
  ` [PATCH v2 055/148] net/ice/base: fix ice_ptp_one_port_cmd to avoid stale PHY commands
  ` [PATCH v2 056/148] net/ice/base: remove dead code from ice_get_ddp_pkg_state
  ` [PATCH v2 057/148] net/ice/base: get rid of enum ice_status
  ` [PATCH v2 058/148] net/ice/base: use ICE_PTP_NOP to better indicate no action
  ` [PATCH v2 059/148] net/ice/base: add fw log file
  ` [PATCH v2 060/148] net/ice/base: update comments regarding clearing timestamps
  ` [PATCH v2 061/148] net/ice/base: use "err" instead of "status" in ice_ptp_hw.c
  ` [PATCH v2 062/148] net/ice/base: re-number E810-T subdevice IDs to match upstream
  ` [PATCH v2 063/148] net/ice/base: enable RDMA Act-Act unload paths
  ` [PATCH v2 064/148] net/ice/base: parse 1PPS GPIO in 1588 function caps
  ` [PATCH v2 065/148] net/ice/base: rename netlist check functions to match upstream
  ` [PATCH v2 066/148] net/ice/base: fix check for existing switch rule
  ` [PATCH v2 067/148] net/ice/base: fall back to safe CGU params
  ` [PATCH v2 068/148] net/ice/base: change tmr_idx to u32
  ` [PATCH v2 069/148] net/ice/base: be more verbose when preparing timer sync
  ` [PATCH v2 070/148] net/ice/base: be more verbose in configuring Rx timestamp offset
  ` [PATCH v2 071/148] net/ice/base: match code style to upstream
  ` [PATCH v2 072/148] net/ice/base: update strict status when assigning BW limits
  ` [PATCH v2 073/148] net/ice/base: remove unused define
  ` [PATCH v2 074/148] net/ice/base: improve read retry value calculation

[PATCH v2] net/mana: fix uninitialized scalar variable
 2024-06-12 13:17 UTC  (2+ messages)

[PATCH] net/virtio: fix MAC table update
 2024-06-12 13:14 UTC  (3+ messages)

raw/zxdh: introduce zxdh raw device driver
 2024-06-12 11:28 UTC  (2+ messages)

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

[PATCH] app/test-crypto-perf: add shared session option
 2024-06-12 10:38 UTC  (2+ messages)

[PATCH v2] r8125: add r8125 ethernet poll mode driver
 2024-06-12  9:51 UTC 

[PATCH v2] r8126: add r8126 ethernet poll mode driver
 2024-06-12  9:40 UTC 

[PATCH] eal/arm: use stdatomic api in rte_pause
 2024-06-12  9:18 UTC  (3+ messages)

[RFC PATCH v1] dts: skip test cases based on capabilities
 2024-06-12  9:15 UTC  (6+ messages)
` [RFC PATCH v2] "

[PATCH v2 0/5] ACC100 improvements and clean up
 2024-06-12  9:09 UTC  (2+ messages)

[PATCH v1 01/17] net/ntnic: Add registers for NapaTech SmartNiC
 2024-06-12  8:55 UTC  (6+ messages)
` [PATCH v3 "

[PATCH v4 0/5] vhost: FD manager improvements
 2024-06-12  8:41 UTC  (8+ messages)
` [PATCH v4 1/5] vhost: rename polling mutex
` [PATCH v4 2/5] vhost: make use of FD manager init function
` [PATCH v4 3/5] vhost: hide synchronization within FD manager
` [PATCH v4 4/5] vhost: improve fdset initialization
` [PATCH v4 5/5] vhost: manage FD with epoll

[PATCH v2 0/4] Virtio-user queues setup fixes
 2024-06-12  8:40 UTC  (4+ messages)
` [PATCH v2 4/4] net/virtio-user: fix control queue allocation

[PATCH v1 0/4] Add second scatter test case
 2024-06-12  8:37 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] dts: add context manager for interactive shells
  ` [PATCH v3 4/4] dts: add test case that utilizes offload to pmd_buffer_scatter

[PATCH] net/virtio-user: add VIRTIO_F_ORDER_PLATFORM to feature list
 2024-06-12  8:34 UTC  (2+ messages)

[PATCH] vhost: optimize mbuf allocation in virtio Tx packed path
 2024-06-12  8:32 UTC  (2+ messages)

[PATCH] lib/vhost: add flag for async connection in client mode
 2024-06-12  8:30 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] vhost: cleanup vq resubmit info when set_inflight_fd
 2024-06-12  8:30 UTC  (2+ messages)

[PATCH 0/1] fix GCC 13 build errors on 32-bit targets
 2024-06-12  8:29 UTC  (2+ messages)

0001-vhost-optimize-vhost-user-get-protocol-features
 2024-06-12  8:28 UTC  (2+ messages)

[PATCH 0/3] use rte macros instead of GCC __attribute
 2024-06-12  8:16 UTC  (4+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute

[PATCH] remove extension keyword for flex arrays
 2024-06-12  7:43 UTC  (2+ messages)

[PATCH v1] net/mlx5: error cqe handle Tx queue need assert
 2024-06-12  7:05 UTC 

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

[PATCH 0/2] NFP extend stats
 2024-06-12  1:40 UTC  (2+ messages)

[PATCH v7 2/3] ethdev: add VXLAN last reserved field
 2024-06-12  1:25 UTC  (9+ messages)
` [PATCH v8 0/3] support VXLAN last reserved byte modification
  ` [PATCH v8 1/3] app/testpmd: fix the testpmd field string sequence
  ` [PATCH v8 2/3] ethdev: add VXLAN last reserved field

[RFC 0/4] remove use of VLA
 2024-06-12  1:14 UTC  (10+ messages)
` [RFC 1/4] gro: fix overwrite unprocessed packets
` [RFC 2/4] gro: remove use of VLAs
` [RFC 3/4] net/ixgbe: "
` [RFC 4/4] net/ice: "

[RFC 0/2] Add support for link speed lanes
 2024-06-11 23:39 UTC  (11+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] lib/ethdev: Add link_speed lanes support into rte lib
  ` [PATCH v2 2/4] testpmd: Add speed lanes to testpmd config and show command
  ` [PATCH v2 3/4] lib/ethdev: add support for displaying lanes capability
  ` [PATCH v2 4/4] testpmd: "

[PATCH v2] app/testpmd: fix lcore ID restriction
 2024-06-11 23:37 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/8] Fix outer UDP checksum for Intel nics
 2024-06-11 21:10 UTC  (6+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 3/7] app/testpmd: fix outer IP checksum offload

[RFC 0/2] ethdev: update GENEVE option item structure
 2024-06-11 17:07 UTC  (2+ messages)

[PATCH v2 0/2] VLAN test suite
 2024-06-11 16:15 UTC  (3+ messages)
` [PATCH v2 1/2] Initial implementation for "
` [PATCH v2 2/2] conf schema

Coding Style for local variables
 2024-06-11 15:50 UTC  (3+ messages)

[PATCH 0/2] more replacement of zero length array
 2024-06-11 15:15 UTC  (3+ messages)
` [PATCH v5 0/6] "

[V2 1/2] net: extend VXLAN header to support more extensions
 2024-06-11 14:53 UTC  (3+ messages)
` [V3 0/2] "

[RFC 0/2] add pointer compression API
 2024-06-11 13:16 UTC  (15+ messages)
` [PATCH v14 0/6] "
  ` [PATCH v14 2/6] mempool: add functions to get extra mempool info
  ` [PATCH v14 3/6] ptr_compress: add pointer compression library
` [PATCH v15 0/6] add pointer compression API
  ` [PATCH v15 1/6] lib: allow libraries with no sources
  ` [PATCH v15 2/6] mempool: add functions to get extra mempool info
  ` [PATCH v15 3/6] ptr_compress: add pointer compression library
  ` [PATCH v15 4/6] test: add pointer compress tests to ring perf test
  ` [PATCH v15 5/6] docs: add pointer compression guide
  ` [PATCH v15 6/6] test: add unit test for ptr compression

[PATCH v3 0/5] vhost: FD manager improvements
 2024-06-11 11:29 UTC  (4+ messages)
` [PATCH v3 5/5] vhost: manage FD with epoll

[PATCH] mempool: dump includes list of memory chunks
 2024-06-11 11:27 UTC  (5+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v4 0/6] non-template pmd advanced
 2024-06-11 11:20 UTC  (3+ messages)
` [PATCH v5 1/6] net/mlx5: update NTA rule pattern and actions flags

[PATCH v3 1/7] net/mlx5/hws: fix bug in matcher disconnect error flow
 2024-06-11 11:18 UTC  (3+ messages)
` [PATCH v4 0/7] HWS non-template fixes

[PATCH v3 1/4] net/mlx5: reorganize main structures
 2024-06-11 11:16 UTC  (3+ messages)
` [PATCH v4 0/4] non template pmd code changes

[RFC PATCH v1 0/2] dts: replace XML-RPC server
 2024-06-11 11:12 UTC  (5+ messages)
` [RFC PATCH v1 1/2] dts: Add interactive shell for managing Scapy
` [RFC PATCH v1 2/2] dts: Remove XML-RPC server for Scapy TG and instead us ScapyShell

Multiple paramters of input and output in DPDK-BBdev
 2024-06-11 10:52 UTC  (3+ messages)

Input length paramter in DPDK-BBdev
 2024-06-11 10:52 UTC  (3+ messages)

[PATCH v3 0/3] Introduce UADK compression driver
 2024-06-11  7:07 UTC  (4+ messages)
` [PATCH v3 1/3] compress/uadk: "
` [PATCH v3 2/3] compress/uadk: support basic operations
` [PATCH v3 3/3] compress/uadk: support burst enqueue/dequeue

[PATCH] maintainers: update email address for PPC
 2024-06-11  6:04 UTC  (2+ 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).