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

[RFC PATCH 0/4] Split driver specific commands out of testpmd
 2022-05-31 15:18 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] app/testpmd: mark most cmdline symbols as static
  ` [PATCH v2 2/2] app/testpmd: register driver specific commands

[PATCH 00/12] bugfix for hns3 PMD
 2022-05-31 14:55 UTC  (2+ messages)

[PATCH] examples/kni: clear warning about discarding const qualifier
 2022-05-31 14:55 UTC  (2+ messages)

[PATCH v8 0/5] add telemetry command for show module EEPROM
 2022-05-31 14:43 UTC  (3+ messages)
` [PATCH v9 "

[PATCH] cryptodev: add support for 25519 and 448 curves
 2022-05-31 14:42 UTC  (7+ messages)
` [EXT] "

[PATCH v4 00/12] cryptodev: rsa, dh, ecdh changes
 2022-05-31 14:34 UTC  (34+ messages)
` [PATCH v4 01/12] cryptodev: redefine ec group enum
  ` [EXT] "
` [PATCH v4 02/12] cryptodev: separate key exchange operation enum
  ` [EXT] "
` [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
  ` [EXT] "
` [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
` [EXT] [PATCH v4 00/12] cryptodev: rsa, dh, ecdh changes

[PATCH v4 0/8] Introduce support for RISC-V architecture
 2022-05-31 14:13 UTC  (9+ messages)
` [PATCH v4 1/8] eal: add initial "
` [PATCH v4 2/8] net/ixgbe: enable vector stubs for RISC-V
` [PATCH v4 3/8] net/memif: set memfd syscall ID on RISC-V
` [PATCH v4 4/8] net/tap: set BPF syscall ID for RISC-V
` [PATCH v4 5/8] examples/l3fwd: enable RISC-V operation
` [PATCH v4 6/8] test/cpuflags: add test for RISC-V cpu flag
` [PATCH v4 7/8] devtools: add RISC-V to test-meson-builds.sh
` [PATCH v4 8/8] ci: add RISCV64 cross compilation job

[PATCH v6 0/9] net/vmxnet3: support versions 5 and 6
 2022-05-31 13:41 UTC  (7+ messages)
` [PATCH v6 6/9] net/vmxnet3: add version 6 support

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

[PATCH] app/testpmd: fix help of create meter command
 2022-05-31 13:27 UTC  (2+ messages)

[PATCH] net/nfp: fix the issue about set the vlan strip offload off
 2022-05-31 13:27 UTC  (3+ messages)
` [PATCH v2] net/nfp: fix bug of disable VLAN strip

[PATCH] net/pcap: support MTU set
 2022-05-31 13:12 UTC  (4+ messages)
` [PATCH v3] pcap: "

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

[PATCH 0/3] ixgbe: Fix SFP hotplug detection
 2022-05-31 13:03 UTC  (8+ messages)
` [PATCH 1/3] ixgbe: make link update thread periodic

[RFC 0/2] queue-based flow aged report
 2022-05-31 12:57 UTC  (8+ messages)
` [RFC 1/2] ethdev: port flags for pre-configuration flow hints
` [RFC 2/2] ethdev: queue-based flow aged report

[v7, 00/11] Add JSON vector set support to fips validation
 2022-05-31 12:36 UTC  (25+ 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

[PATCH] common/cnxk: add lower bound check for SSO resources
 2022-05-31 12:19 UTC 

[PATCH v8] eal: add seqlock
 2022-05-31 11:52 UTC  (3+ messages)
` [PATCH v9] "

[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

[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 v2] kni: optimize alloc queue release
 2022-05-31  8:32 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2 0/5] drivers/baseband: PMD to support ACC101 device
 2022-05-31  8:02 UTC  (11+ 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 4/5] baseband/acc100: modify validation code for ACC101
    ` [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  (2+ messages)

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

[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] Fix RISC-V builds
 2022-05-30 14:11 UTC 

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

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

[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 

[PATCH V2 0/4] bugfix for bonding
 2022-05-30 12:04 UTC  (5+ messages)
` [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] kni: fix build with Linux 5.18
 2022-05-25 10:26 UTC  (2+ messages)
` [PATCH v2] "

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