[PATCH 1/2] drivers: replace printf with log macros
2023-02-15 10:29 UTC
[PATCH 0/8] Wangxun fixes and new supports
2023-02-15 10:24 UTC (11+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 01/10] net/ngbe: fix Rx buffer size in configure register
` [PATCH v3] net/txgbe: "
[PATCH v2 1/5] net/mlx5: adopt IPv6 routing extension prm definition
2023-02-15 10:12 UTC (8+ messages)
` [PATCH v3 0/5] add IPv6 routing extension implementation
` [PATCH v3 1/5] net/mlx5: adopt IPv6 routing extension prm definition
` [PATCH v3 2/5] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data
` [PATCH v3 3/5] net/mlx5/hws: add IPv6 routing extension matching support
` [PATCH v3 4/5] net/mlx5/hws: add modify IPv6 protocol implementation
` [PATCH v3 5/5] doc/mlx5: add IPv6 routing extension matching docs
[PATCH 3/3] net/gve: add standard and extended statistics
2023-02-15 10:10 UTC
[PATCH] malloc: fix malloc performance may becomes worse as the number of malloc increases
2023-02-15 10:10 UTC (2+ messages)
[PATCH] net/sfc: enforce fate action in transfer flow rules
2023-02-15 10:03 UTC (3+ messages)
[PATCH v7 1/3] ethdev: skip congestion management configuration
2023-02-15 10:00 UTC (14+ messages)
` [PATCH v8 1/4] "
` [PATCH v8 2/4] app/testpmd: add skip cman support for testpmd
` [PATCH v8 3/4] net/cnxk: skip red drop for ingress policer
` [PATCH v8 4/4] doc: update release notes for 23_03.rst
` [PATCH v9 1/3] ethdev: skip congestion management configuration
` [PATCH v9 2/3] app/testpmd: add skip cman support for testpmd
` [PATCH v9 3/3] net/cnxk: skip red drop for ingress policer
[PATCH v2 0/5] remove internal tracepoints from version map
2023-02-15 9:42 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 1/5] mempool: "
` [PATCH v3 2/5] cryptodev: "
` [PATCH v3 3/5] eal: "
` [PATCH v3 4/5] ethdev: "
` [PATCH v3 5/5] eventdev: "
[RFC 00/13] Replace static logtypes with static
2023-02-15 7:26 UTC (68+ messages)
` [PATCH v4 00/19] Replace use of static logtypes
` [PATCH v4 01/19] gso: don't log message on non TCP/UDP
` [PATCH v4 02/19] eal: drop no longer used GSO logtype
` [PATCH v4 03/19] log: drop unused RTE_LOGTYPE_TIMER
` [PATCH v4 04/19] efd: replace RTE_LOGTYPE_EFD with dynamic type
` [PATCH v4 05/19] mbuf: replace RTE_LOGTYPE_MBUF "
` [PATCH v4 06/19] acl: replace LOGTYPE_ACL "
` [PATCH v4 07/19] power: replace RTE_LOGTYPE_POWER "
` [PATCH v4 08/19] ring: replace RTE_LOGTYPE_RING "
` [PATCH v4 09/19] mempool: replace RTE_LOGTYPE_MEMPOOL "
` [PATCH v4 10/19] lpm: replace RTE_LOGTYPE_LPM with dynamic types
` [PATCH v4 11/19] kni: replace RTE_LOGTYPE_KNI with dynamic type
` [PATCH v4 12/19] sched: replace RTE_LOGTYPE_SCHED "
` [PATCH v4 13/19] port: replace RTE_LOGTYPE_PORT "
` [PATCH v4 14/19] table: convert RTE_LOGTYPE_TABLE to dynamic logtype
` [PATCH v4 15/19] app/test: remove use of RTE_LOGTYPE_PIPELINE
` [PATCH v4 16/19] pipeline: replace RTE_LOGTYPE_PIPELINE with dynamic type
` [PATCH v4 17/19] hash: move rte_thash_gfni stubs out of header file
` [PATCH v4 18/19] hash: move rte_hash_set_alg out header
` [PATCH v4 19/19] hash: convert RTE_LOGTYPE_HASH to dynamic type
` [PATCH v5 00/22] Replace us of static logtypes
` [PATCH v5 01/22] gso: don't log message on non TCP/UDP
` [PATCH v5 02/22] eal: drop no longer used GSO logtype
` [PATCH v5 03/22] log: drop unused RTE_LOGTYPE_TIMER
` [PATCH v5 04/22] efd: replace RTE_LOGTYPE_EFD with dynamic type
` [PATCH v5 05/22] mbuf: replace RTE_LOGTYPE_MBUF "
` [PATCH v5 06/22] acl: replace LOGTYPE_ACL "
` [PATCH v5 07/22] examples/power: replace use of RTE_LOGTYPE_POWER
` [PATCH v5 08/22] examples/l3fwd-power: "
` [PATCH v5 09/22] power: replace RTE_LOGTYPE_POWER with dynamic type
` [PATCH v5 10/22] ring: replace RTE_LOGTYPE_RING "
` [PATCH v5 11/22] mempool: replace RTE_LOGTYPE_MEMPOOL "
` [PATCH v5 12/22] lpm: replace RTE_LOGTYPE_LPM with dynamic types
` [PATCH v5 13/22] kni: replace RTE_LOGTYPE_KNI with dynamic type
` [PATCH v5 14/22] sched: replace RTE_LOGTYPE_SCHED "
` [PATCH v5 15/22] examples/ipsecgw: replace RTE_LOGTYPE_PORT
` [PATCH v5 16/22] port: replace RTE_LOGTYPE_PORT with dynamic type
` [PATCH v5 17/22] table: convert RTE_LOGTYPE_TABLE to dynamic logtype
` [PATCH v5 18/22] app/test: remove use of RTE_LOGTYPE_PIPELINE
` [PATCH v5 19/22] pipeline: replace RTE_LOGTYPE_PIPELINE with dynamic type
` [PATCH v5 20/22] hash: move rte_thash_gfni stubs out of header file
` [PATCH v5 21/22] hash: move rte_hash_set_alg out header
` [PATCH v5 22/22] hash: convert RTE_LOGTYPE_HASH to dynamic type
` [PATCH v6 00/22] Replace use of static logtypes in libraries
` [PATCH v6 01/22] gso: don't log message on non TCP/UDP
` [PATCH v6 02/22] eal: drop no longer used GSO logtype
` [PATCH v6 03/22] log: drop unused RTE_LOGTYPE_TIMER
` [PATCH v6 04/22] efd: replace RTE_LOGTYPE_EFD with dynamic type
` [PATCH v6 05/22] mbuf: replace RTE_LOGTYPE_MBUF "
` [PATCH v6 06/22] acl: replace LOGTYPE_ACL "
` [PATCH v6 07/22] examples/power: replace use of RTE_LOGTYPE_POWER
` [PATCH v6 08/22] examples/l3fwd-power: "
` [PATCH v6 09/22] power: replace RTE_LOGTYPE_POWER with dynamic type
` [PATCH v6 10/22] ring: replace RTE_LOGTYPE_RING "
` [PATCH v6 11/22] mempool: replace RTE_LOGTYPE_MEMPOOL "
` [PATCH v6 12/22] lpm: replace RTE_LOGTYPE_LPM with dynamic types
` [PATCH v6 13/22] kni: replace RTE_LOGTYPE_KNI with dynamic type
` [PATCH v6 14/22] sched: replace RTE_LOGTYPE_SCHED "
` [PATCH v6 15/22] examples/ipsecgw: replace RTE_LOGTYPE_PORT
` [PATCH v6 16/22] port: replace RTE_LOGTYPE_PORT with dynamic type
` [PATCH v6 17/22] table: convert RTE_LOGTYPE_TABLE to dynamic logtype
` [PATCH v6 18/22] app/test: remove use of RTE_LOGTYPE_PIPELINE
` [PATCH v6 19/22] pipeline: replace RTE_LOGTYPE_PIPELINE with dynamic type
` [PATCH v6 20/22] hash: move rte_thash_gfni stubs out of header file
` [PATCH v6 21/22] hash: move rte_hash_set_alg out header
` [PATCH v6 22/22] hash: convert RTE_LOGTYPE_HASH to dynamic type
[dpdk-dev] [PATCH] common/cnxk: support IPv6 field hash in RTE Flow
2023-02-15 6:22 UTC (2+ messages)
[PATCH v5 0/5] support dmadev/ethdev stats reset
2023-02-15 3:19 UTC (4+ messages)
` [PATCH v5 0/2] "
` [PATCH v5 2/2] ethdev: support xstats reset telemetry command
[PATCH v3 0/2] add ring telemetry cmds
2023-02-15 3:04 UTC (5+ messages)
` [PATCH v4 0/3] add telemetry cmds for ring
` [PATCH v4 3/3] ring: add telemetry cmd for ring info
[PATCH 0/5] dma/ioat: fix issues with stopping and restarting device
2023-02-15 1:59 UTC (17+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 1/6] dma/ioat: fix device stop if no copies done
` [PATCH v2 2/6] dma/ioat: fix incorrectly set indexes after restart
` [PATCH v2 3/6] dma/ioat: fix incorrect error reporting on restart
` [PATCH v2 4/6] test/dmadev: check result for device stop
` [PATCH v2 5/6] test/dmadev: create separate function for single copy test
` [PATCH v2 6/6] test/dmadev: add tests for stopping and restarting dev
[PATCH] net/sfc: fix MAC address entry leak in transfer flow parsing
2023-02-14 18:50 UTC (3+ messages)
[PATCH 0/6] Testpmd code cleanup
2023-02-14 18:22 UTC (17+ messages)
` [PATCH 1/6] app/testpmd: factorize core cycles record
` [PATCH 2/6] app/testpmd: don't send unprepared packets
` [PATCH 3/6] app/testpmd: bulk free mbufs
` [PATCH 4/6] app/testpmd: factorize fwd engine init
` [PATCH 5/6] app/testpmd: factorize fwd engine Rx
` [PATCH 6/6] app/testpmd: factorize fwd engine Tx
[dpdk-dev] [PATCH 0/4] cryptodev and security ABI improvements
2023-02-14 18:05 UTC (9+ messages)
` [dpdk-dev] [PATCH 2/4] cryptodev: promote asym APIs to stable
` [EXT] "
[PATCH v2 0/4] compressdev: add LZ4 support
2023-02-14 17:40 UTC (15+ messages)
` [PATCH v3 "
` [PATCH v3 2/4] app/test-compress-perf: allow test single compress operation
` [EXT] "
` [PATCH v3 3/4] app/test-compress-perf: add algo option
` [EXT] "
` [PATCH v4 0/4] compressdev: add LZ4 support
` [PATCH v4 1/4] compressdev: add LZ4 algorithm support
` [PATCH v4 2/4] app/test-compress-perf: fix some typos
` [PATCH v4 3/4] app/test-compress-perf: fix missing test single compress op
` [PATCH v4 4/4] app/test-compress-perf: add algo option
[PATCH v3 0/2] add new PHY affinity in the flow item and Tx queue API
2023-02-14 15:48 UTC (9+ messages)
` [PATCH v4 "
` [PATCH v4 1/2] ethdev: introduce the PHY affinity field in "
` [PATCH v5 0/2] Added support for Tx queue mapping with an aggregated port
` [PATCH v5 1/2] ethdev: introduce the Tx map API for aggregated ports
` [PATCH v5 2/2] ethdev: add Aggregated affinity match item
[PATCH 0/2] add VXLAN inner TSO with noudpcsum support for NFP cards
2023-02-14 15:23 UTC (2+ messages)
[PATCH v4] net/af_xdp: AF_XDP PMD CNI Integration
2023-02-14 14:50 UTC (3+ messages)
` [PATCH v5] net/af_xdp: support "
[RFC]: mempool: zero-copy cache get bulk
2023-02-14 14:16 UTC (8+ messages)
` [PATCH v8] mempool cache: add zero-copy get and put functions
[PATCH] net/nfp: refresh function comment
2023-02-14 13:41 UTC (2+ messages)
[PATCH] net/sfc: avoid unnecessary flow pattern item traversal
2023-02-14 13:39 UTC (2+ messages)
[PATCH v5 1/3] ethdev: skip congestion management configuration
2023-02-14 13:12 UTC (5+ messages)
` [PATCH v6 "
` [PATCH v6 2/3] app/testpmd: add skip cman support for testpmd
[PATCH] ethdev: telemetry xstats support hide zero
2023-02-14 12:59 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/6] net/hns3: some code optimization for Rx/Tx function
2023-02-14 11:54 UTC (2+ messages)
[PATCH 0/1] add port to port feature for CPFL PMD
2023-02-14 11:38 UTC (7+ messages)
` [PATCH v2 0/5] add port to port feature
` [PATCH v2 1/5] net/cpfl: add some structure for hairpin queue
` [PATCH v2 2/5] net/cpfl: update device initialization "
` [PATCH v2 3/5] net/cpfl: add hairpin queue enable and setup
` [PATCH v2 4/5] net/cpfl: support hairpin queue start and stop
` [PATCH v2 5/5] net/cpfl: adjust RSS LUT to exclude hairpin queue
[PATCH v1 0/5] remove internal tracepoints from version map
2023-02-14 11:37 UTC (8+ messages)
` [PATCH v1 1/5] mempool: "
` [EXT] "
[PATCH] doc: rebuild all Sphinx guides
2023-02-14 11:31 UTC (4+ messages)
[PATCH] disable lock annotation with clang 3.4.2
2023-02-14 11:27 UTC (5+ messages)
[PATCH] net/hns3: support disable IOVA as PA mode
2023-02-14 11:09 UTC (2+ messages)
[PATCH] net/ice: fix ice dcf contrl thread crash
2023-02-14 11:03 UTC (3+ messages)
` [PATCH v2] net/ice: fix ice dcf control "
DPDK rte flow raw encap & decap actions
2023-02-14 8:51 UTC
[PATCH v2 1/2] net/i40e: replace put function
2023-02-14 8:50 UTC (5+ messages)
` [PATCH v3 0/2] Integrated mempool cache zero-copy API's
` [PATCH v3 1/2] net/i40e: replace put function
` [PATCH v3 2/2] test/mempool: add zero-copy API's
[PATCH 1/5] net/mlx5/hws: fix alias_rtc_0 print location in debug dump
2023-02-14 8:28 UTC (3+ messages)
` [v2 "
[PATCH 1/2] net/ice/base: add ability to set markid via switch filter
2023-02-14 5:23 UTC (2+ messages)
` [PATCH 2/2] net/ice: support mark action in switch
[PATCH v1 00/12] implement mldev test application
2023-02-14 4:55 UTC (4+ messages)
` [PATCH v4 00/12] Implementation of "
` [PATCH v4 01/12] app/mldev: implement test framework for mldev
[PATCH] net/iavf: fix mbuf VLAN offload flags in the L2TAG2 path with AVX2
2023-02-14 1:48 UTC (3+ messages)
[PATCH 1/2] net/ark: add new device to PCIe allowlist
2023-02-13 23:39 UTC (14+ messages)
` [PATCH 1/4] doc: clarify the existing net/ark guide
` [PATCH 2/4] net/ark: add new device to PCIe allowlist
` [PATCH 1/2] doc: clarify the existing net/ark guide
` [PATCH 2/2] net/ark: add new ark PCIe device
[PATCH] eal: introduce atomics abstraction
2023-02-13 23:18 UTC (15+ messages)
[PATCH v1 00/13] test/bbdev: changes for 23.03
2023-02-13 20:59 UTC (10+ messages)
` [PATCH v1 07/13] test/bbdev: add support for BLER for 4G
` [PATCH v1 08/13] test/bbdev: extend support for large TB
` [PATCH v1 09/13] test/bbdev: bbdev-test cannot compare some scenarios
[RFC] eal: use same atomic intrinsics for gcc and clang
2023-02-13 20:13 UTC (3+ messages)
Observed issues with the FIPS sample app
2023-02-13 17:32 UTC
[PATCH v1] config: make max memzones definition configurable
2023-02-13 17:04 UTC (5+ 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).