DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/26] Replace uses of RTE_LOGTYPE_PMD
 2023-12-21 16:46 UTC  (28+ messages)
` [PATCH v4 00/17] "
  ` [PATCH v4 07/17] raw/cnxk: replace PMD logtype with dynamic type
  ` [PATCH v4 08/17] crypto/scheduler: replace use of logtype PMD
  ` [PATCH v4 10/17] crypto/caam_jr: use dedicated logtype
  ` [PATCH v4 11/17] crypto/dpaa_sec, crypto/dpaa2_sec: "
  ` [PATCH v4 12/17] event/dlb2: "
  ` [PATCH v4 14/17] event/skeleton: replace logtype PMD with dynamic type
` [PATCH v5 00/18] Replace uses of PMD logtype
  ` [PATCH v5 01/18] drivers: use dedicated logtypes
  ` [PATCH v5 02/18] common/sfc_efx: remove use of PMD logtype
  ` [PATCH v5 03/18] mempool/dpaa2: use driver logtype not PMD
  ` [PATCH v5 04/18] net/dpaa: use dedicated "
  ` [PATCH v5 05/18] net/dpaa2: used "
  ` [PATCH v5 06/18] net/mvpp2: use dedicated logtype
  ` [PATCH v5 07/18] net/vmxnet3: used dedicated logtype not PMD
  ` [PATCH v5 08/18] raw/cnxk: replace PMD logtype with dynamic type
  ` [PATCH v5 09/18] crypto/scheduler: replace use of logtype PMD
  ` [PATCH v5 10/18] crypto/ccp: do not use PMD logtype
  ` [PATCH v5 11/18] crypto/caam_jr: use dedicated logtype
  ` [PATCH v5 12/18] crypto/dpaa_sec, crypto/dpaa2_sec: "
  ` [PATCH v5 13/18] event/dlb2: "

[RFC 0/3] Detect superfluous newline in logs
 2023-12-21 16:32 UTC  (28+ messages)
` [PATCH v4 00/14] "
  ` [PATCH v4 11/14] log: add a per line log helper
  ` [PATCH v4 12/14] lib: convert to per line logging
` [PATCH v5 00/13] Detect superfluous newline in logs
  ` [PATCH v5 01/13] hash: remove some dead code
  ` [PATCH v5 02/13] regexdev: fix logtype register
  ` [PATCH v5 03/13] lib: use dedicated logtypes and macros
  ` [PATCH v5 04/13] lib: add newline in logs
  ` [PATCH v5 05/13] lib: remove redundant newline from logs
  ` [PATCH v5 06/13] eal/linux: remove log paraphrasing the doc
  ` [PATCH v5 07/13] bpf: remove log level in internal helper
  ` [PATCH v5 08/13] lib: simplify multilines log messages
  ` [PATCH v5 09/13] lib: add more logging helpers
  ` [PATCH v5 10/13] vhost: improve log for memory dumping configuration
  ` [PATCH v5 11/13] log: add a per line log helper
  ` [PATCH v5 12/13] lib: replace logging helpers
  ` [PATCH v5 13/13] lib: use per line logging in helpers

[PATCH] devtools: forbid writing to standard output streams
 2023-12-21 16:30 UTC  (3+ messages)

DTS roadmap for 24.03
 2023-12-21 16:01 UTC 

[PATCH v2 1/2] doc: updated incorrect value for IP frag max fragments
 2023-12-21 13:46 UTC  (5+ messages)
  ` [PATCH v2 2/2] ip_frag: updated name for IP frag define

[PATCH 0/9] net/cnxk: support for port representors
 2023-12-21 13:28 UTC  (28+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 01/24] common/cnxk: add support for representors
  ` [PATCH v2 02/24] net/cnxk: implementing eswitch device
  ` [PATCH v2 03/24] net/cnxk: eswitch HW resource configuration
  ` [PATCH v2 04/24] net/cnxk: eswitch devargs parsing
  ` [PATCH v2 05/24] net/cnxk: probing representor ports
  ` [PATCH v2 06/24] common/cnxk: common NPC changes for eswitch
  ` [PATCH v2 07/24] common/cnxk: interface to update VLAN TPID
  ` [PATCH v2 08/24] net/cnxk: eswitch flow configurations
  ` [PATCH v2 09/24] net/cnxk: eswitch fastpath routines
  ` [PATCH v2 10/24] net/cnxk: add representor control plane
  ` [PATCH v2 11/24] common/cnxk: representee notification callback
  ` [PATCH v2 12/24] net/cnxk: handling representee notification
  ` [PATCH v2 13/24] net/cnxk: representor ethdev ops
  ` [PATCH v2 14/24] common/cnxk: get representees ethernet stats
  ` [PATCH v2 15/24] net/cnxk: ethernet statistic for representor
  ` [PATCH v2 16/24] common/cnxk: base support for eswitch VF
  ` [PATCH v2 17/24] net/cnxk: eswitch VF as ethernet device
  ` [PATCH v2 18/24] common/cnxk: support port representor and represented port
  ` [PATCH v2 19/24] net/cnxk: add represented port pattern and action
  ` [PATCH v2 20/24] net/cnxk: add port representor "
  ` [PATCH v2 21/24] net/cnxk: generalize flow operation APIs
  ` [PATCH v2 22/24] net/cnxk: flow create on representor ports
  ` [PATCH v2 23/24] net/cnxk: other flow operations
  ` [PATCH v2 24/24] doc: port representors in cnxk
      ` [EXT] "

[PATCH v1] common/qat: option to disable asym driver
 2023-12-21 13:19 UTC  (2+ messages)

[PATCH 00/24] Fixes and improvements in crypto cnxk
 2023-12-21 12:35 UTC  (25+ messages)
` [PATCH 01/24] common/cnxk: fix memory leak
` [PATCH 02/24] crypto/cnxk: use common macro
` [PATCH 03/24] crypto/cnxk: fallback to SG if headroom is not available
` [PATCH 04/24] crypto/cnxk: return microcode completion code
` [PATCH 05/24] crypto/cnxk: fix ECDH pubkey verify in cn9k
` [PATCH 06/24] crypto/cnxk: enable digest gen for zero len input
` [PATCH 07/24] crypto/cnxk: enable Rx inject in security lookaside
` [PATCH 08/24] common/cnxk: add Rx inject configs
` [PATCH 09/24] crypto/cnxk: Rx inject config update
` [PATCH 10/24] crypto/cnxk: enable Rx inject for 103
` [PATCH 11/24] crypto/cnxk: rename security caps as IPsec security caps
` [PATCH 12/24] common/cnxk: update opad-ipad gen to handle TLS
` [PATCH 13/24] common/cnxk: add TLS record contexts
` [PATCH 14/24] crypto/cnxk: separate IPsec from security common code
` [PATCH 15/24] crypto/cnxk: add TLS record session ops
` [PATCH 16/24] crypto/cnxk: add TLS record datapath handling
` [PATCH 17/24] crypto/cnxk: add TLS capability
` [PATCH 18/24] crypto/cnxk: add PMD APIs for raw submission to CPT
` [PATCH 19/24] crypto/cnxk: replace PDCP with PDCP chain opcode
` [PATCH 20/24] crypto/cnxk: validate the combinations supported in TLS
` [PATCH 21/24] crypto/cnxk: use a single function for opad ipad
` [PATCH 22/24] crypto/cnxk: add support for TLS 1.3
` [PATCH 23/24] crypto/cnxk: add TLS 1.3 capability
` [PATCH 24/24] crypto/cnxk: add CPT SG mode debug

[PATCH] net/iavf: add diagnostic support in TX path
 2023-12-21 12:00 UTC  (2+ messages)

[v6] net/af_xdp: enable uds_path instead of use_cni
 2023-12-21 11:57 UTC  (5+ messages)

[PATCH v8 00/21] dts: docstrings update
 2023-12-21 11:48 UTC  (3+ messages)
` [PATCH v9 "

[PATCH v1 1/1] net/thunderx: update dmac control register to appropriately
 2023-12-21 11:19 UTC 

[PATCH] net/ice: add diagnostic support in TX path
 2023-12-21 10:13 UTC 

[PATCH] net/i40e: add diagnostic support in TX path
 2023-12-21 10:13 UTC 

[PATCH] crytodev: make logtype internal
 2023-12-21  9:28 UTC  (2+ messages)

[PATCH v2 0/3] net/iavf: support Tx LLDP on scalar and AVX512
 2023-12-21  7:28 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] net/iavf: support Tx LLDP on scalar
    ` [PATCH v4 0/3] net/iavf: support Tx LLDP on scalar and AVX512
      ` [PATCH v4 1/3] net/iavf: support Tx LLDP on scalar
      ` [PATCH v4 2/3] net/iavf: support Tx LLDP on AVX512
      ` [PATCH v4 3/3] net/iavf: add Tx LLDP command
  ` [PATCH v3 2/3] net/iavf: support Tx LLDP on AVX512
  ` [PATCH v3 3/3] net/iavf: add Tx LLDP command

[PATCH 1/2] common/cnxk: fix mbox region copy
 2023-12-21  6:38 UTC  (2+ messages)
` [PATCH 2/2] common/cnxk: fix VLAN check for inner header

[PATCH] config/x86: config support for AMD EPYC processors
 2023-12-21  5:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] examples/ipsec-secgw: use bulk free
 2023-12-21  4:40 UTC 

[PATCH v2] net/ice: fix link update
 2023-12-21  2:43 UTC  (3+ messages)

[PATCH] update Intel roadmap for 24.03
 2023-12-20 17:27 UTC 

[PATCH 1/6] examples/l3fwd: fix lcore ID restriction
 2023-12-20 16:31 UTC  (17+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] examples/l3fwd: "
  ` [PATCH v3 0/6] "
    ` [PATCH v3 1/6] examples/l3fwd: "
    ` [PATCH v3 2/6] examples/l3fwd-power: "
    ` [PATCH v3 3/6] examples/l3fwd-graph: "
    ` [PATCH v3 4/6] examples/ipsec-secgw: "
    ` [PATCH v3 5/6] examples/qos_sched: "
    ` [PATCH v3 6/6] examples/vm_power_manager: "

[PATCH 24.03] build: track mandatory rather than optional libs
 2023-12-20 16:05 UTC  (9+ messages)
` [PATCH v3 0/3] Improve optional lib support
  ` [PATCH v3 1/3] build: track mandatory rather than optional libs
  ` [PATCH v3 2/3] build: remove 5 libs from mandatory list
  ` [PATCH v3 3/3] build: RFC - add support for optional dependencies

[PATCH 1/4] common/qat: add files specific to GEN5
 2023-12-20 13:26 UTC  (4+ messages)
` [PATCH 2/4] common/qat: update common driver to support GEN5
` [PATCH 3/4] crypto/qat: update headers for GEN5 support
` [PATCH 4/4] test/cryptodev: add tests for GCM with AAD

21.11.6 patches review and test
 2023-12-20 13:22 UTC 

[PATCH 1/2] examples/ipsec-secgw: fix width of variables
 2023-12-20 13:10 UTC  (4+ messages)
` [PATCH 2/2] examples/ipsec-secgw: update stats when freeing packets
    ` [EXT] "

[PATCH] app/dma-perf: replace pktmbuf with mempool objects
 2023-12-20 11:03 UTC  (11+ messages)
` [PATCH v2] "

[Bug 1337] [21.11.5] iavf driver stuck in rte_eal_alarm_cancel
 2023-12-20 10:45 UTC 

[RFC PATCH v1 0/5] test case blocking and logging
 2023-12-20 10:33 UTC  (6+ messages)
` [RFC PATCH v1 1/5] dts: convert dts.py methods to class
` [RFC PATCH v1 2/5] dts: move test suite execution logic to DTSRunner
` [RFC PATCH v1 3/5] dts: process test suites at the beginning of run
` [RFC PATCH v1 4/5] dts: block all testcases when earlier setup fails
` [RFC PATCH v1 5/5] dts: refactor logging configuration

[PATCH 1/2] doc: updated incorrect value for IP frag max fragments
 2023-12-20 10:03 UTC  (3+ messages)

[PATCH v5 1/3] node: support to add next node to ethdev Rx node
 2023-12-20  9:44 UTC  (7+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/3] app/graph: add ethdev forward command
  ` [PATCH v6 3/3] app/graph: implement port forward usecase
  ` [PATCH v7 1/3] node: support to add next node to ethdev Rx node
    ` [PATCH v7 2/3] app/graph: add ethdev forward command
    ` [PATCH v7 3/3] app/graph: implement port forward usecase

[RFC] doc/linux_gsg: add amd configuration section
 2023-12-20  9:36 UTC  (6+ messages)

[PATCH] windows: install sched.h header
 2023-12-20  9:11 UTC  (2+ messages)

[PATCH] net/i40e: support FEC feature
 2023-12-20  8:47 UTC 

22.11.4 patches review and test
 2023-12-20  7:19 UTC 

[PATCH] net/e1000: support launchtime feature
 2023-12-20  6:29 UTC  (2+ messages)

[PATCH] net/gve: Enable stats reporting for GQ format
 2023-12-20  2:51 UTC  (2+ messages)

[PATCH 0/2] remove __typeof__ from expansion of per lcore macros
 2023-12-19 17:36 UTC  (4+ messages)
` [PATCH 1/2] eal: provide type instead of expression to per lcore macro
` [PATCH 2/2] eal: remove typeof from per lcore macros

[dpdk-dev] [RFC] ethdev: support Tx queue free descriptor query
 2023-12-19 17:29 UTC 

[PATCH v4 0/7] dts: Port scatter suite over
 2023-12-19 17:29 UTC  (7+ messages)
` [PATCH v4 5/7] dts: allow configuring MTU of ports
` [PATCH v4 6/7] dts: add scatter to the yaml schema
` [PATCH v4 7/7] dts: add scatter test suite

[Bug 1335] [dpdk-24.03-rc0] freebsd/nic_uio meson build error with clang16.0.6 and gcc12.2.0 on FreeBSD14
 2023-12-19 17:14 UTC  (2+ messages)

[PATCH] telemetry: correct json empty dictionaries
 2023-12-18 21:47 UTC 

[dpdk-dev] [PATCH] net/ixgbe: update data->eth_link status on start
 2023-12-15 13:11 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).