DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v3] net/ice: fix DCF state checking mechanism
 2022-05-31 17:48 UTC  (2+ messages)
` [PATCH v4] net/ice: retry sending adminQ command after failure

[v7, 00/11] Add JSON vector set support to fips validation
 2022-05-31 10:17 UTC  (24+ messages)
` [v8, 00/10] "
  ` [v8, 01/10] examples/fips_validation: add jansson dependency
  ` [v8, 02/10] examples/fips_validation: add json info to header
  ` [v8, 03/10] examples/fips_validation: add json parsing
  ` [v8, 04/10] examples/fips_validation: allow json file as input
  ` [v8, 05/10] examples/fips_validation: add json to gcm test
  ` [v8, 06/10] examples/fips_validation: add json to hmac
  ` [v8, 07/10] examples/fips_validation: implement json cmac test
  ` [v8, 08/10] examples/fips_validation: add parsing for cmac
  ` [v8, 09/10] examples/fips_validation: add parsing for aes_cbc
  ` [v8, 10/10] doc: add notes about acvp validation support
  ` [v9, 00/10] Add JSON vector set support to fips validation
    ` [v9, 01/10] examples/fips_validation: add jansson dependency
    ` [v9, 02/10] examples/fips_validation: add json info to header
    ` [v9, 03/10] examples/fips_validation: add json parsing
    ` [v9, 04/10] examples/fips_validation: allow json file as input
    ` [v9, 05/10] examples/fips_validation: add json to gcm test
    ` [v9, 06/10] examples/fips_validation: add json to hmac
    ` [v9, 07/10] examples/fips_validation: implement json cmac test
    ` [v9, 08/10] examples/fips_validation: add parsing for cmac
    ` [v9, 09/10] examples/fips_validation: add parsing for aes_cbc
    ` [v9, 10/10] doc: add notes about acvp validation support

[v2 00/24] Support LoongArch architecture
 2022-05-31 10:02 UTC  (25+ messages)
` [v2 01/24] eal/loongarch: add atomic operations for LoongArch
` [v2 02/24] eal/loongarch: add byte order "
` [v2 03/24] eal/loongarch: add cpu cycle "
` [v2 04/24] eal/loongarch: add prefetch "
` [v2 05/24] eal/loongarch: add spinlock "
` [v2 06/24] eal/loongarch: add cpu flag checks "
` [v2 07/24] eal/loongarch: add dummy vector memcpy "
` [v2 08/24] eal/loongarch: add io operations "
` [v2 09/24] eal/loongarch: add mcslock "
` [v2 10/24] eal/loongarch: add pause "
` [v2 11/24] eal/loongarch: add pflock "
` [v2 12/24] eal/loongarch: add rwlock "
` [v2 13/24] eal/loongarch: add ticketlock "
` [v2 14/24] eal/loongarch: add power "
` [v2 15/24] eal/loongarch: add hypervisor "
` [v2 16/24] mem: add huge page size definition "
` [v2 17/24] eal/linux: set eal base address "
` [v2 18/24] meson: introduce LoongArch architecture
` [v2 19/24] lpm: add dummy vector implementation for LoongArch
` [v2 20/24] ixgbe: "
` [v2 21/24] i40e: "
` [v2 22/24] tap: add system call number "
` [v2 23/24] memif: "
` [v2 24/24] maintainers: claim responsibility "

[PATCH 0/4] Add APIs for configurable power options
 2022-05-31  9:59 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] lib/power: add get and set API for emptypoll max
  ` [PATCH v5 2/4] lib/power: add get and set API for pause duration
  ` [PATCH v5 3/4] lib/power: add get and set API for scaling freq min and max with pstate mode
  ` [PATCH v5 4/4] examples/l3fwd_power: add cli for configurable options

[PATCH v5] sched: enable traffic class oversubscription conditionally
 2022-05-31  9:49 UTC  (17+ messages)
` [PATCH v6] "
  ` [PATCH v7] "
    ` [PATCH v8] "
      ` [PATCH v9] "
        ` [PATCH v10] "

[RFC] bus/fslmc: fix invalid use of default vfio config
 2022-05-31  9:27 UTC  (2+ messages)
` [RFC v2] bus/fslmc: fix invalid use of default VFIO config

[PATCH] examples/kni: clear warning about discarding const qualifier
 2022-05-31  9:22 UTC  (3+ messages)

[PATCH] examples/kni: clear warning about discarding const qualifier
 2022-05-31  9:13 UTC 

[PATCH v2] kni: optimize alloc queue release
 2022-05-31  8:32 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v4 00/12] cryptodev: rsa, dh, ecdh changes
 2022-05-31  8:29 UTC  (27+ messages)
` [PATCH v4 01/12] cryptodev: redefine ec group enum
` [PATCH v4 02/12] cryptodev: separate key exchange operation enum
` [PATCH v4 03/12] cryptodev: remove comment about using ephemeral key in dsa
` [PATCH v4 04/12] cryptodev: clarify usage of private key in dh
` [PATCH v4 05/12] cryptodev: move dh type from xform to dh op
` [PATCH v4 06/12] cryptodev: add elliptic curve diffie hellman
` [PATCH v4 07/12] cryptodev: add public key verify option
` [PATCH v4 08/12] cryptodev: add asym op flags
` [PATCH v4 09/12] cryptodev: clarify usage of rsa padding hash
` [PATCH v4 10/12] cryptodev: move RSA padding into separate struct
` [PATCH v4 11/12] cryptodev: clarify rsa verify with none padding
` [PATCH v4 12/12] cryptodev: add salt length and optional label

[PATCH v2 0/5] drivers/baseband: PMD to support ACC101 device
 2022-05-31  8:02 UTC  (13+ messages)
` [PATCH v5 0/5] drivers/baseband: PMD to support ACC100/ACC101 devices
  ` [PATCH v5 4/5] baseband/acc100: modify validation code for ACC101
  ` [PATCH v6 0/5] drivers/baseband: PMD to support ACC100/ACC101 devices
    ` [PATCH v6 3/5] baseband/acc100: introduce PMD for ACC101
      ` [EXT] "
    ` [PATCH v6 4/5] baseband/acc100: modify validation code "
    ` [PATCH v6 5/5] baseband/acc100: configuration of ACC101 from PF

[PATCH 0/9] Wangxun fixes and new supports
 2022-05-31  7:45 UTC  (11+ messages)
` [PATCH 1/9] net/ngbe: fix to set force speed
` [PATCH 2/9] net/ngbe: add support for yt8531s PHY
` [PATCH 3/9] net/ngbe: fix occasional failure of reading PHY ID
` [PATCH 4/9] net/ngbe: fix external PHY to power down
` [PATCH 5/9] net/ngbe: fix to read M88E1512 PHY mode
` [PATCH 6/9] net/ngbe: change PCIe related operations to use rte API
` [PATCH 7/9] net/ngbe: redesign internal PHY init flow
` [PATCH 8/9] net/txgbe: fix SGMII mode to link up
` [PATCH 9/9] net/txgbe: fix max number of queues for SRIOV

Minutes of Technical Board Meeting, 2022-May-18
 2022-05-31  7:20 UTC 

[PATCH 1/3] app/testpmd: fix displaying RSS info
 2022-05-31  2:07 UTC  (6+ messages)

[PATCH] common/mlx5: fix list unused lcore check
 2022-05-31  1:25 UTC 

[dpdk-dev] [RFC PATCH] ethdev: support congestion management
 2022-05-31  1:09 UTC  (3+ messages)

[PATCH v3 0/5] Support OFS card
 2022-05-31  0:24 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 5/5] guides/rawdevs: add description of ofs in ifpga doc

[PATCH 0/2] ACL fix 8B field
 2022-05-30 21:33 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 1/1] lpm: add a scalar version of lookupx4 function
 2022-05-30 20:38 UTC  (12+ messages)
` [PATCH v2 1/2] lpm: add const to lpm arg of rte_lpm_lookup
  ` [PATCH v2 2/2] lpm: add a scalar version of lookupx4 function
  ` [PATCH v3 1/2] lpm: add const to lpm arg of rte_lpm_lookup
    ` [PATCH v3 2/2] lpm: add a scalar version of lookupx4 function

[PATCH] net/pcap: support MTU set
 2022-05-30 18:05 UTC  (3+ messages)
` [PATCH v3] pcap: "

[PATCH v3 00/12] cryptodev: rsa, dh, ecdh changes
 2022-05-30 17:30 UTC  (14+ messages)
` [PATCH v3 01/12] cryptodev: redefine ec group enum
` [PATCH v3 02/12] cryptodev: separate key exchange operation enum
` [PATCH v3 03/12] cryptodev: remove comment about using ephemeral key in dsa
` [PATCH v3 04/12] cryptodev: clarify usage of private key in dh
` [PATCH v3 05/12] cryptodev: move dh type from xform to dh op
` [PATCH v3 06/12] cryptodev: add elliptic curve diffie hellman
` [PATCH v3 07/12] cryptodev: add public key verify option
` [PATCH v3 08/12] cryptodev: add asym op flags
` [PATCH v3 09/12] cryptodev: clarify usage of rsa padding hash
` [PATCH v3 10/12] cryptodev: move RSA padding into separate struct
` [PATCH v3 11/12] cryptodev: clarify rsa verify with none padding
` [PATCH v3 12/12] cryptodev: add salt length and optional label
` [EXT] [PATCH v3 00/12] cryptodev: rsa, dh, ecdh changes

[RFC 0/2] queue-based flow aged report
 2022-05-30 16:46 UTC  (5+ messages)
` [RFC 1/2] ethdev: port flags for pre-configuration flow hints
` [RFC 2/2] ethdev: queue-based flow aged report

[PATCH v2] lib/eal: fix segfaults due to thread exit order
 2022-05-30 16:28 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] doc/compressdev: fix grammar and formatting
 2022-05-30 16:03 UTC 

[PATCH 0/3] ixgbe: Fix SFP hotplug detection
 2022-05-30 14:38 UTC  (6+ messages)
` [PATCH 1/3] ixgbe: make link update thread periodic

[PATCH] Fix RISC-V builds
 2022-05-30 14:11 UTC 

[PATCH] sched: enable CMAN at runtime
 2022-05-30 14:03 UTC  (5+ messages)
` [PATCH v2] "

Hang in ixgbe_dev_link_update_share()
 2022-05-30 14:02 UTC 

[PATCH] net/ixgbe: Treat 1G Cu SFPs as 1G SX on the X550 devices
 2022-05-30 13:50 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] app/test: add event inline security tests
 2022-05-30 13:39 UTC 

[PATCH] net/iavf: remove unimplemented function call
 2022-05-30 13:31 UTC  (3+ messages)

[PATCH] event/cnxk: add free for Tx adapter
 2022-05-30 13:19 UTC 

FreeBSD 13.1 changes
 2022-05-30 13:15 UTC  (4+ messages)

[PATCH] event/cnxk: add free for Tx adapter
 2022-05-30 13:08 UTC 

[dpdk-dev] [PATCH 0/3] bugfix for testpmd
 2022-05-30 12:04 UTC  (9+ messages)
` [PATCH V2 0/4] bugfix for bonding
  ` [PATCH V2 4/4] app/testpmd: fix slave device isn't released
  ` [PATCH v3 5/5] ethdev: fix dev state when stop

[RFT 0/2] pie: floating point fixes
 2022-05-30 11:50 UTC  (6+ messages)
` [PATCH v5 0/3] introduce random floating point function
  ` [PATCH v5 2/3] rte_pie: remove unnecessary floating point
  ` [PATCH v5 3/3] rte_pie: fix incorrect floating point math

[PATCH] net/iavf: increase the reset complete wait count
 2022-05-30 11:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] bugfix and feature for Hisilicon DMA PMD
 2022-05-30 11:40 UTC  (3+ messages)
` [PATCH 2/4] app/test: support test last-idx when no DMA completed

[PATCH 0/4] support HW Rx/Tx descriptor dump
 2022-05-30 11:15 UTC  (5+ messages)
` [PATCH 1/4] ethdev: introduce ethdev HW desc dump PI

[PATCH] ethdev: fix push new event
 2022-05-30 11:10 UTC  (5+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix empty err msg in mlx5_flow_tunnel_validate
 2022-05-30 11:00 UTC  (2+ messages)

Confirm if rte_ipv4_udptcp_cksum_verify should be experimental
 2022-05-30 10:43 UTC  (2+ messages)

[PATCH] ethtool: added list command to list all available commands
 2022-05-30 10:42 UTC  (4+ messages)
` [PATCH v2] ethtool: added help command to list all available

[Bug 1020] Can not detect E810-CQDA2 on Ubuntu 20.04
 2022-05-30 10:41 UTC 

[dpdk-dev v5] crypto/qat: use intel-ipsec-mb for partial hash & aes
 2022-05-30 10:21 UTC  (2+ messages)
` [dpdk-dev v6] "

[PATCH] net/virtio: unmap PCI device in secondary process
 2022-05-30 10:03 UTC  (3+ messages)

[RFC] ethdev: introduce protocol type based header split
 2022-05-30  9:43 UTC  (4+ messages)
` [PATCH v6 0/1] ethdev: introduce protocol based buffer split
  ` [PATCH v6 1/1] ethdev: introduce protocol header "

[PATCH] examples/link_status_interrupt: fix stats refresh rate
 2022-05-30  9:37 UTC 

[PATCH v2 1/7] app/test-crypto-perf: support SDAP for PDCP operations
 2022-05-30  6:04 UTC  (6+ messages)
` [PATCH v3 0/7] Crypto related changes in sample/test apps
  ` [PATCH v3 1/7] app/test-crypto-perf: support SDAP for PDCP operations
    ` [EXT] "

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