[RFC PATCH 00/21] Reduce code duplication across Intel NIC drivers
2025-01-20 12:00 UTC (34+ messages)
` [PATCH v4 00/24] "
` [RFC PATCH] net: move intel drivers to intel subdirectory
` [PATCH v5 00/25] Reduce code duplication across Intel NIC drivers
` [PATCH v5 01/25] net: move intel drivers to intel subdirectory
` [PATCH v5 02/25] net/intel/common: add pkt reassembly fn for intel drivers
` [PATCH v5 03/25] net/intel/common: provide common Tx entry structures
` [PATCH v5 04/25] net/intel/common: add Tx mbuf ring replenish fn
` [PATCH v5 05/25] net/intel: align Tx queue struct field names
` [PATCH v5 06/25] net/intel: add prefix for driver-specific structs
` [PATCH v5 07/25] net/intel/common: merge ice and i40e Tx queue struct
` [PATCH v5 08/25] net/iavf: use common Tx queue structure
` [PATCH v5 09/25] net/ixgbe: convert Tx queue context cache field to ptr
` [PATCH v5 10/25] net/ixgbe: use common Tx queue structure
` [PATCH v5 11/25] net/intel/common: pack "
` [PATCH v5 12/25] net/intel/common: add post-Tx buffer free function
` [PATCH v5 13/25] net/intel/common: add Tx buffer free fn for AVX-512
` [PATCH v5 14/25] net/iavf: use common Tx "
` [PATCH v5 15/25] net/ice: move Tx queue mbuf cleanup fn to common
` [PATCH v5 16/25] net/i40e: use common Tx queue mbuf cleanup fn
` [PATCH v5 17/25] net/ixgbe: "
` [PATCH v5 18/25] net/iavf: "
` [PATCH v5 19/25] net/ice: use vector SW ring for all vector paths
` [PATCH v5 20/25] net/i40e: "
` [PATCH v5 21/25] net/iavf: "
` [PATCH v5 22/25] net/intel/common: remove unneeded code
[PATCH] devtool: fix falsely reporting from checkpatch
2025-01-20 11:26 UTC
[PATCH v6 00/15] XSC PMD for Yunsilicon NICs
2025-01-20 11:15 UTC (16+ messages)
` [PATCH v6 01/15] net/xsc: add xsc PMD framework
` [PATCH v6 02/15] net/xsc: add xsc device initialization
` [PATCH v6 03/15] net/xsc: add xsc mailbox
` [PATCH v6 04/15] net/xsc: add xsc dev ops to support VFIO driver
` [PATCH v6 05/15] net/xsc: add PCT interfaces
` [PATCH v6 06/15] net/xsc: initialize xsc representors
` [PATCH v6 07/15] net/xsc: add ethdev configure and RSS ops
` [PATCH v6 08/15] net/xsc: add Rx and Tx queue setup
` [PATCH v6 09/15] net/xsc: add ethdev start
` [PATCH v6 10/15] net/xsc: add ethdev stop and close
` [PATCH v6 11/15] net/xsc: add ethdev Rx burst
` [PATCH v6 12/15] net/xsc: add ethdev Tx burst
` [PATCH v6 13/15] net/xsc: add basic stats ops
` [PATCH v6 14/15] net/xsc: add ethdev infos get
` [PATCH v6 15/15] net/xsc: add ethdev link and MTU ops
[PATCH 0/2] mempool: add rte_errno, and turn functions into single-exit ones
2025-01-20 10:05 UTC (5+ messages)
` [PATCH 1/2] mempool: add rte_errno in rte_mempool_set_ops_byname
` [PATCH 2/2] mempool: turn functions into single-exit ones
[PATCH v2 0/6] dts: Remove Excess Attributes From User Config
2025-01-20 10:00 UTC (17+ messages)
` [PATCH v3 0/7] dts: refactor configuration
` [PATCH v3 1/7] dts: enable arch self-discovery
` [PATCH v3 2/7] dts: simplify build options config
` [PATCH v3 3/7] dts: infer use first core without config
` [PATCH v3 4/7] dts: rework DPDK attributes in SUT node config
` [PATCH v3 5/7] dts: handle CLI overrides in the configuration
` [PATCH v3 6/7] dts: split configuration file
` [PATCH v3 7/7] dts: run all test suites by default
[RFC PATCH] eventdev: adapter API to configure multiple Rx queues
2025-01-20 9:52 UTC (7+ messages)
[PATCH] maintainers: update for ngbe/txgbe drivers
2025-01-20 9:52 UTC
[PATCH 00/15] net/ngbe: add VF driver support
2025-01-20 9:42 UTC (51+ messages)
` [PATCH v2 "
` [PATCH v2 01/15] net/ngbe: add ethdev probe and remove for VF device
` [PATCH v2 02/15] net/ngbe: add support for PF-VF mailbox interface
` [PATCH v2 03/15] net/ngbe: add hardware configuration code for VF device
` [PATCH v2 04/15] net/ngbe: add promiscuous and allmulticast ops "
` [PATCH v2 05/15] net/ngbe: add set MTU "
` [PATCH v2 06/15] net/ngbe: add add/remove/set mac addr "
` [PATCH v2 07/15] net/ngbe: add datapath init code "
` [PATCH v2 08/15] net/ngbe: add VLAN related ops "
` [PATCH v2 09/15] net/ngbe: add interrupt support "
` [PATCH v2 10/15] net/ngbe: add link update ops "
` [PATCH v2 11/15] net/ngbe: add stats and xstats "
` [PATCH v2 12/15] net/ngbe: add start/stop/reset/close "
` [PATCH v2 13/15] net/ngbe: add multicast MAC filter "
` [PATCH v2 14/15] net/ngbe: add dump registers "
` [PATCH v2 15/15] net/ngbe: add some ops which PF has implemented
` [PATCH v3 00/15] net/ngbe: add VF driver support
` [PATCH v3 01/15] net/ngbe: add ethdev probe and remove for VF device
` [PATCH v3 02/15] net/ngbe: add support for PF-VF mailbox interface
` [PATCH v3 03/15] net/ngbe: add hardware configuration code for VF device
` [PATCH v3 04/15] net/ngbe: add promiscuous and allmulticast ops "
` [PATCH v3 05/15] net/ngbe: add set MTU "
` [PATCH v3 06/15] net/ngbe: add add/remove/set mac addr "
` [PATCH v3 07/15] net/ngbe: add datapath init code "
` [PATCH v3 08/15] net/ngbe: add VLAN related ops "
` [PATCH v3 09/15] net/ngbe: add interrupt support "
` [PATCH v3 10/15] net/ngbe: add link update ops "
` [PATCH v3 11/15] net/ngbe: add stats and xstats "
` [PATCH v3 12/15] net/ngbe: add start/stop/reset/close "
` [PATCH v3 13/15] net/ngbe: add multicast MAC filter "
` [PATCH v3 14/15] net/ngbe: add dump registers "
` [PATCH v3 15/15] net/ngbe: add some ops which PF has implemented
` [PATCH v4 00/15] net/ngbe: add VF driver support
` [PATCH v4 01/15] net/ngbe: add ethdev probe and remove for VF device
` [PATCH v4 02/15] net/ngbe: add support for PF-VF mailbox interface
` [PATCH v4 03/15] net/ngbe: add hardware configuration code for VF device
` [PATCH v4 04/15] net/ngbe: add promiscuous and allmulticast ops "
` [PATCH v4 05/15] net/ngbe: add set MTU "
` [PATCH v4 06/15] net/ngbe: add add/remove/set mac addr "
` [PATCH v4 07/15] net/ngbe: add datapath init code "
` [PATCH v4 08/15] net/ngbe: add VLAN related ops "
` [PATCH v4 09/15] net/ngbe: add interrupt support "
` [PATCH v4 10/15] net/ngbe: add link update ops "
` [PATCH v4 11/15] net/ngbe: add stats and xstats "
` [PATCH v4 12/15] net/ngbe: add start/stop/reset/close "
` [PATCH v4 13/15] net/ngbe: add multicast MAC filter "
` [PATCH v4 14/15] net/ngbe: add dump registers "
` [PATCH v4 15/15] net/ngbe: add some ops which PF has implemented
[PATCH v6 0/8] [v6]drivers/net Add Support mucse N10 Pmd Driver
2025-01-20 6:44 UTC (3+ messages)
[PATCH v8] app/testpmd: add attach and detach port for multiple process
2025-01-20 6:42 UTC
[PATCH v2 01/15] net/zxdh: zxdh np init implementation
2025-01-20 3:47 UTC (17+ messages)
` [PATCH v8 00/15] net/zxdh: updated net zxdh driver
` [PATCH v8 01/15] net/zxdh: zxdh np init implementation
` [PATCH v8 02/15] net/zxdh: zxdh np uninit implementation
` [PATCH v8 03/15] net/zxdh: port tables init implementations
` [PATCH v8 04/15] net/zxdh: port tables unint implementations
` [PATCH v8 05/15] net/zxdh: rx/tx queue setup and intr enable
` [PATCH v8 06/15] net/zxdh: dev start/stop ops implementations
` [PATCH v8 07/15] net/zxdh: provided dev simple tx implementations
` [PATCH v8 08/15] net/zxdh: provided dev simple rx implementations
` [PATCH v8 09/15] net/zxdh: link info update, set link up/down
` [PATCH v8 10/15] net/zxdh: mac set/add/remove ops implementations
` [PATCH v8 11/15] net/zxdh: promisc/allmulti "
` [PATCH v8 12/15] net/zxdh: vlan filter/ offload "
` [PATCH v8 13/15] net/zxdh: rss hash config/update, reta update/get
` [PATCH v8 14/15] net/zxdh: basic stats ops implementations
` [PATCH v8 15/15] net/zxdh: mtu update "
[PATCH v1 0/2] dts: mtu update and jumbo frames test suite
2025-01-20 1:47 UTC (5+ messages)
` [PATCH v1 1/2] dts: add fwd restart decorator to rx capabilities
` [PATCH v1 2/2] dts: add mtu update and jumbo frames test suite
[PATCH v1] dts: fix attribute error in checksum offload suite
2025-01-19 22:56 UTC (2+ messages)
[PATCH] net/mlx5: fix RSS hash for non-RSS CQE zipping
2025-01-19 13:09 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] net/mlx5: do not poll CQEs when no available elts
2025-01-19 11:42 UTC (2+ messages)
[PATCH 0/3] add diagnostics macros to make code portable
2025-01-18 21:55 UTC (16+ messages)
` [PATCH v13 "
` [PATCH v13 3/3] drivers/net: "
` [PATCH v14 0/3] "
` [PATCH v14 1/3] eal: "
` [PATCH v14 2/3] drivers/common: "
` [PATCH v14 3/3] drivers/net: "
` [PATCH v15 0/3] "
` [PATCH v15 1/3] eal: "
` [PATCH v15 2/3] drivers/common: "
` [PATCH v15 3/3] drivers/net: "
[PATCH v5 00/15] XSC PMD for Yunsilicon NICs
2025-01-18 12:43 UTC (12+ messages)
` [PATCH v5 01/15] net/xsc: add xsc PMD framework
` [PATCH v5 07/15] net/xsc: add ethdev configure and RSS ops
` [PATCH v5 13/15] net/xsc: add basic stats ops
[PATCH] drivers/net: fix indication of allocation
2025-01-17 20:51 UTC
[PATCH] net/ice: fix memory leak in scalar Rx
2025-01-17 17:52 UTC
[PATCH] test: improve resiliency of malloc autotest
2025-01-17 16:57 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] Skip vfio in the scenario of non-privileged mode
2025-01-17 16:47 UTC (2+ messages)
[PATCH] net/af_packet: provide packet drop stats
2025-01-17 16:43 UTC (4+ messages)
[DPDK/eventdev Bug 1616] libtmp_rte_event_dlb2 sse fails to compile
2025-01-17 11:26 UTC
DPDK Release Status Meeting 2025-01-14
2025-01-17 9:49 UTC (2+ messages)
[PATCH v1 0/2] Update Base code for TXPP Implementation
2025-01-17 9:39 UTC (3+ messages)
` [PATCH v1 1/2] net/ice: add tstamp descriptor
` [PATCH v1 2/2] net/ice: add Tx Time queue context configuration support
[PATCH v3 0/3] vhost: fix and improve dequeue error path
2025-01-17 9:31 UTC (2+ messages)
[PATCH] vhost: fix misleading log when setting max queue num
2025-01-17 9:28 UTC (2+ messages)
[PATCH 1/1] vhost: fix missing gso_size validity check
2025-01-17 9:27 UTC (2+ messages)
[PATCH v3] vhost/user: clear ring addresses when getting vring base
2025-01-17 9:25 UTC (3+ messages)
` [PATCH v4] "
[PATCH v1 0/2] ethdev: clarify something about new event
2025-01-17 9:12 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] ethdev: clarify something about the "
` [PATCH v2 2/2] ethdev: fix some functions are available in "
` [PATCH v3 0/2] ethdev: clarify something about "
` [PATCH v3 1/2] ethdev: clarify something about the "
` [PATCH v3 2/2] ethdev: fix some functions are available in "
[PATCH v16 0/4] add support for self monitoring
2025-01-17 9:00 UTC (6+ messages)
` [PATCH v17 "
` [PATCH v17 1/4] lib: add generic support for reading PMU events
` [PATCH v17 2/4] pmu: support reading ARM PMU events in runtime
` [PATCH v17 3/4] pmu: support reading Intel x86_64 "
` [PATCH v17 4/4] eal: add PMU support to tracing library
[PATCH v5 13/15] net/xsc: add basic stats ops
2025-01-17 2:03 UTC
[PATCH v7 01/15] net/zxdh: zxdh np init implementation
2025-01-17 1:39 UTC (2+ messages)
[PATCH 0/2] Fix use after free, and refactor af_xdp_tx_zc()
2025-01-16 22:51 UTC (10+ messages)
` [PATCH 1/2] net/af_xdp: fix use after free in af_xdp_tx_zc()
` [PATCH 2/2] net/af_xdp: Refactor af_xdp_tx_zc()
` [PATCH v2 0/2] Fix use after free, and refactor af_xdp_tx_zc()
` [PATCH v2 1/2] net/af_xdp: fix use after free in af_xdp_tx_zc()
` [PATCH v2 2/2] net/af_xdp: Refactor af_xdp_tx_zc()
[PATCH v1] dts: fix multicast set function in testpmd shell
2025-01-16 19:33 UTC
[PATCH v1] dts: fix checksum suite docstring/variable format
2025-01-16 18:43 UTC
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).