DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-03-27 16:45 UTC  (73+ messages)
` [PATCH v12 00/14] Logging unification and enhancements
  ` [PATCH v12 01/14] windows: make getopt functions have const properties
  ` [PATCH v12 02/14] windows: add os shim for localtime_r
  ` [PATCH v12 03/14] eal: make eal_log_level_parse common
  ` [PATCH v12 04/14] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v12 05/14] eal: change rte_exit() output to match rte_log()
  ` [PATCH v12 06/14] log: move handling of syslog facility out of eal
  ` [PATCH v12 07/14] eal: initialize log before everything else
  ` [PATCH v12 08/14] log: drop syslog support, and make code common
  ` [PATCH v12 09/14] log: add hook for printing log messages
  ` [PATCH v12 10/14] log: add timestamp option
  ` [PATCH v12 11/14] log: add optional support of syslog
  ` [PATCH v12 12/14] log: add support for systemd journal
  ` [PATCH v12 13/14] log: colorize log output
  ` [PATCH v12 14/14] maintainers: add for log library
` [PATCH v13 00/11] Logging unification and improvements
  ` [PATCH v13 01/11] windows: make getopt functions have const properties
  ` [PATCH v13 02/11] windows: add os shim for localtime_r
  ` [PATCH v13 03/11] eal: make eal_log_level_parse common
  ` [PATCH v13 04/11] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v13 05/11] eal: change rte_exit() output to match rte_log()
  ` [PATCH v13 06/11] log: move handling of syslog facility out of eal
  ` [PATCH v13 07/11] eal: initialize log before everything else
  ` [PATCH v13 08/11] log: drop syslog support, and make code common
  ` [PATCH v13 09/11] log: add hook for printing log messages
  ` [PATCH v13 10/11] log: add timestamp option
  ` [PATCH v13 11/11] log: add optional support of syslog
` [PATCH v14 00/15] Logging unification and improvments
  ` [PATCH v14 01/15] maintainers: add for log library
  ` [PATCH v14 02/15] windows: make getopt functions have const properties
  ` [PATCH v14 03/15] windows: add os shim for localtime_r
  ` [PATCH v14 04/15] windows: common wrapper for vasprintf and asprintf
  ` [PATCH v14 05/15] eal: make eal_log_level_parse common
  ` [PATCH v14 06/15] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v14 07/15] eal: change rte_exit() output to match rte_log()
  ` [PATCH v14 08/15] log: move handling of syslog facility out of eal
  ` [PATCH v14 09/15] eal: initialize log before everything else
  ` [PATCH v14 10/15] log: drop syslog support, and make code common
  ` [PATCH v14 11/15] log: add hook for printing log messages
  ` [PATCH v14 12/15] log: add timestamp option
  ` [PATCH v14 13/15] log: add optional support of syslog
  ` [PATCH v14 14/15] log: add support for systemd journal
  ` [PATCH v14 15/15] log: colorize log output
` [PATCH v15 00/15] Logging unification and improvements
  ` [PATCH v15 01/15] maintainers: add for log library
  ` [PATCH v15 02/15] windows: make getopt functions have const properties
  ` [PATCH v15 03/15] windows: add os shim for localtime_r
  ` [PATCH v15 04/15] windows: common wrapper for vasprintf and asprintf
  ` [PATCH v15 05/15] eal: make eal_log_level_parse common
  ` [PATCH v15 06/15] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v15 07/15] eal: change rte_exit() output to match rte_log()
  ` [PATCH v15 08/15] log: move handling of syslog facility out of eal
  ` [PATCH v15 09/15] eal: initialize log before everything else
  ` [PATCH v15 10/15] log: drop syslog support, and make code common
  ` [PATCH v15 11/15] log: add hook for printing log messages
  ` [PATCH v15 12/15] log: add timestamp option
  ` [PATCH v15 13/15] log: add optional support of syslog
  ` [PATCH v15 14/15] log: add support for systemd journal
  ` [PATCH v15 15/15] log: colorize log output
` [PATCH v16 00/15] Logging unification and improvements
  ` [PATCH v16 01/15] maintainers: add for log library
  ` [PATCH v16 02/15] windows: make getopt functions have const properties
  ` [PATCH v16 03/15] windows: add os shim for localtime_r
  ` [PATCH v16 04/15] windows: common wrapper for vasprintf and asprintf
  ` [PATCH v16 05/15] eal: make eal_log_level_parse common
  ` [PATCH v16 06/15] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v16 07/15] eal: change rte_exit() output to match rte_log()
  ` [PATCH v16 08/15] log: move handling of syslog facility out of eal
  ` [PATCH v16 09/15] eal: initialize log before everything else
  ` [PATCH v16 10/15] log: drop syslog support, and make code common

DTS WG Meeting Minutes - March 27, 2024
 2024-03-27 16:14 UTC 

[RFC PATCH] usertools: add telemetry exporter
 2024-03-27 15:18 UTC  (2+ messages)

Error in rte_eal_init() when multiple PODs over single node of K8 cluster
 2024-03-27 14:55 UTC  (2+ messages)

release candidate 24.03-rc4
 2024-03-27 13:52 UTC  (2+ messages)

[PATCH] igc/ixgbe: add get/set link settings interface
 2024-03-27 11:12 UTC  (2+ messages)

[PATCH] doc: clarify ipsec-secgw documentation on TSO
 2024-03-27 11:10 UTC  (2+ messages)

[PATCH 0/4] Virtio-user queues setup fixes
 2024-03-27 10:04 UTC  (6+ messages)
` [PATCH 1/4] net/virtio: rename Virtio-user queue iterator
` [PATCH 2/4] net/virtio: use iterator to destroy Virtio-user queues
` [PATCH 3/4] net/virtio: fix shadow control queue notification init
` [PATCH 4/4] net/virtio: fix shadow control queue allocation

[PATCH v3] graph: expose node context as pointers
 2024-03-27  9:14 UTC  (15+ messages)
` [PATCH v4] "
` [PATCH v5] "

[PATCH v1] net/ice: updated 24.03 recommended matching list
 2024-03-27  8:21 UTC  (2+ messages)

[PATCH v1] net/i40e: updated 24.03 recommended matching list
 2024-03-27  8:21 UTC  (2+ messages)

[PATCH] graph: avoid id collisions
 2024-03-27  2:44 UTC  (4+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

meson option to customize RTE_PKTMBUF_HEADROOM patch
 2024-03-26 21:10 UTC  (13+ messages)

[PATCH 0/6] dts: add testpmd params and statefulness
 2024-03-26 19:04 UTC  (7+ messages)
` [PATCH 1/6] dts: add parameters data structure
` [PATCH 2/6] dts: use Params for interactive shells
` [PATCH 3/6] dts: add testpmd shell params
` [PATCH 4/6] dts: use testpmd params for scatter test suite
` [PATCH 5/6] dts: add statefulness to InteractiveShell
` [PATCH 6/6] dts: add statefulness to TestPmdShell

[PATCH 3/3] app/testpmd: support setting lanes
 2024-03-26 18:21 UTC  (14+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] ethdev: "

[PATCH 0/2] introduce PM QoS interface
 2024-03-26 16:04 UTC  (13+ messages)

[PATCH v5 0/6] fix lcore ID restriction
 2024-03-26 12:55 UTC  (21+ messages)
` [PATCH v6 00/10] "
  ` [PATCH v6 01/14] examples/l3fwd: fix queue "
  ` [PATCH v7 00/14] fix lcore "
    ` [PATCH v7 01/14] examples/l3fwd: fix queue "
    ` [PATCH v7 02/14] examples/l3fwd-power: "
    ` [PATCH v7 03/14] examples/l3fwd-graph: "
    ` [PATCH v7 04/14] examples/ipsec-secgw: "
    ` [PATCH v7 05/14] examples/l3fwd: fix lcore "
    ` [PATCH v7 06/14] examples/l3fwd-power: "
    ` [PATCH v7 07/14] examples/l3fwd-graph: "
    ` [PATCH v7 08/14] examples/ipsec-secgw: "
    ` [PATCH v7 09/14] examples/qos_sched: "
    ` [PATCH v7 10/14] examples/vm_power_manager: "
    ` [PATCH v7 11/14] examples/l3fwd: fix port "
    ` [PATCH v7 12/14] examples/l3fwd-power: "
    ` [PATCH v7 13/14] examples/l3fwd-graph: "
    ` [PATCH v7 14/14] examples/ipsec-secgw: "

[PATCH] replace GCC marker extension with C11 anonymous unions
 2024-03-26 11:12 UTC  (10+ messages)
` [PATCH v7 0/4] remove use of RTE_MARKER fields in libraries
  ` [PATCH v7 1/4] net/i40e: use inline prefetch function
  ` [PATCH v7 2/4] mbuf: remove rte marker fields
  ` [PATCH v7 3/4] security: "
  ` [PATCH v7 4/4] cryptodev: "

[PATCH] doc: add tested AMD platforms
 2024-03-26 10:35 UTC  (2+ messages)

[PATCH 0/2] provide toolchain abstracted __builtin_constant_p
 2024-03-26  9:57 UTC  (5+ messages)
` [PATCH 1/2] eal: provide macro for GCC builtin constant intrinsic
` [PATCH 2/2] mempool: use rte constant macro instead of GCC builtin

release candidate 24.03-rc3
 2024-03-26  8:30 UTC  (3+ messages)
` Testing report for DPDK "

[DPDK/examples Bug 1398] [dpdk-24.03] ptpclient causes NIC I225/I226 port RX missed
 2024-03-26  8:16 UTC  (2+ messages)

[RFC PATCH v3] net/iavf: support rte flow with mask for FDIR
 2024-03-25 17:01 UTC 

[PATCH 00/46] use stdatomic API
 2024-03-25 16:41 UTC  (5+ messages)
` [PATCH v2 00/45] "
  ` [PATCH v2 38/45] bus/vmbus: use rte "

[PATCH] graph: avoid accessing graph list when getting stats
 2024-03-25 15:53 UTC 

[RFC] graph/node: feedback and future improvements
 2024-03-25 14:17 UTC 

[PATCH 0/3] support setting lanes
 2024-03-25 14:04 UTC  (5+ messages)

[PATCH] app/testpmd: fix releasing action handle flush memory
 2024-03-25 10:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: update LTS maintenance to 3 years
 2024-03-25 10:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] doc: add tested platforms with NVIDIA NICs
 2024-03-25  9:41 UTC  (2+ messages)

[PATCH V1] doc: add tested Intel platforms with Intel NICs
 2024-03-25  2:48 UTC  (2+ messages)

[PATCH] Spelling: Fixed a spelling mistake
 2024-03-25  2:41 UTC  (2+ messages)

[PATCH] Spelling: Fix Spelling mistake
 2024-03-25  2:33 UTC  (2+ messages)

[PATCH] Spelling : Fix spelling mistake
 2024-03-25  1:57 UTC  (2+ messages)

[PATCH] Spelling: Fix spelling mistake
 2024-03-25  1:50 UTC  (2+ messages)

[PATCH] Spelling: Fixed a spelling
 2024-03-25  1:27 UTC  (3+ messages)

[PATCH] Spelling: Fixed a spelling mistake
 2024-03-25  1:05 UTC  (2+ messages)

[PATCH] doc/linux_gsg: add amd configuration section
 2024-03-25  0:30 UTC  (2+ messages)

[PATCH v1] doc: update guideline for fix commit messages
 2024-03-24 23:38 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] maintainers: update for gve/igc/ntb drivers
 2024-03-24 22:53 UTC  (2+ messages)

[PATCH] net/mlx5: fix sync meter action
 2024-03-24 22:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mlx5/hws: fix invalid memory access in decapl3
 2024-03-24 22:21 UTC  (2+ messages)

[PATCH 1/2] net/mlx5/hws: fix rule resize status check
 2024-03-24 22:12 UTC  (2+ messages)

[PATCH] dma/cnxk: fix driver header
 2024-03-24 17:35 UTC  (3+ messages)

[PATCH] net/ixgbe: add param check when tx_queue or rx_queqe is null
 2024-03-23 14:48 UTC 

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