DPDK patches and discussions
 help / color / mirror / Atom feed
[DPDK/core Bug 1547] Build fails on FreeBSD 14.0
 2024-09-18  8:31 UTC  (3+ messages)

[dpdk-dev] [PATCH] eal: add option to put timestamp on console output
 2024-09-18  8:27 UTC  (48+ messages)
` [PATCH v22 00/15] Logging improvements
  ` [PATCH v22 01/15] maintainers: add for log library
  ` [PATCH v22 02/15] windows: make getopt functions have const properties
  ` [PATCH v22 03/15] windows: add os shim for localtime_r
  ` [PATCH v22 04/15] eal: make eal_log_level_parse common
  ` [PATCH v22 05/15] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v22 06/15] eal: change rte_exit() output to match rte_log()
  ` [PATCH v22 07/15] log: move handling of syslog facility out of eal
  ` [PATCH v22 08/15] eal: initialize log before everything else
  ` [PATCH v22 09/15] log: drop syslog support, and make code common
  ` [PATCH v22 10/15] log: add hook for printing log messages
  ` [PATCH v22 11/15] log: add timestamp option
  ` [PATCH v22 12/15] log: add optional support of syslog
  ` [PATCH v22 13/15] log: add support for systemd journal
  ` [PATCH v22 14/15] log: colorize log output
  ` [PATCH v22 15/15] doc: add release note about log library
` [PATCH v23 00/15] Logging improvements
  ` [PATCH v23 01/15] maintainers: add for log library
  ` [PATCH v23 02/15] windows: make getopt functions have const properties
  ` [PATCH v23 03/15] windows: add os shim for localtime_r
  ` [PATCH v23 04/15] eal: make eal_log_level_parse common
  ` [PATCH v23 05/15] eal: do not duplicate rte_init_alert() messages
  ` [PATCH v23 06/15] eal: change rte_exit() output to match rte_log()
  ` [PATCH v23 07/15] log: move handling of syslog facility out of eal
  ` [PATCH v23 08/15] eal: initialize log before everything else
  ` [PATCH v23 09/15] log: drop syslog support, and make code common
  ` [PATCH v23 10/15] log: add hook for printing log messages
  ` [PATCH v23 11/15] log: add timestamp option
  ` [PATCH v23 12/15] log: add optional support of syslog
  ` [PATCH v23 13/15] log: add support for systemd journal
  ` [PATCH v23 14/15] log: colorize log output
  ` [PATCH v23 15/15] doc: add release note about log library

[PATCH v3 1/7] eal: add static per-lcore memory allocation facility
 2024-09-18  8:26 UTC  (37+ messages)
` [PATCH v4 0/7] Lcore variables
  ` [PATCH v4 1/7] eal: add static per-lcore memory allocation facility
    ` [PATCH v5 0/7] Lcore variables
      ` [PATCH v5 1/7] eal: add static per-lcore memory allocation facility
        ` [PATCH v6 0/7] Lcore variables
          ` [PATCH v6 1/7] eal: add static per-lcore memory allocation facility
            ` [PATCH v7 0/7] Lcore variables
              ` [PATCH v7 2/7] eal: add lcore variable functional tests
              ` [PATCH v7 3/7] eal: add lcore variable performance test
              ` [PATCH v7 4/7] random: keep PRNG state in lcore variable
              ` [PATCH v7 5/7] power: keep per-lcore "
              ` [PATCH v7 6/7] service: "
              ` [PATCH v7 7/7] eal: keep per-lcore power intrinsics "
          ` [PATCH v6 2/7] eal: add lcore variable functional tests
          ` [PATCH v6 3/7] eal: add lcore variable performance test
          ` [PATCH v6 4/7] random: keep PRNG state in lcore variable
          ` [PATCH v6 5/7] power: keep per-lcore "
          ` [PATCH v6 6/7] service: "
          ` [PATCH v6 7/7] eal: keep per-lcore power intrinsics "
      ` [PATCH v5 2/7] eal: add lcore variable functional tests
      ` [PATCH v5 3/7] eal: add lcore variable performance test
      ` [PATCH v5 4/7] random: keep PRNG state in lcore variable
      ` [PATCH v5 5/7] power: keep per-lcore "
      ` [PATCH v5 6/7] service: "
      ` [PATCH v5 7/7] eal: keep per-lcore power intrinsics "

[PATCH] test/event: fix incorrect target event queue
 2024-09-18  8:13 UTC  (3+ messages)

[PATCH v1 0/1] dts: testpmd verbose parser
 2024-09-18  8:09 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] dts: add text parser for testpmd verbose output

[PATCH v1] dts: fix runner target in the Dockerfile
 2024-09-18  7:57 UTC  (6+ messages)
` [PATCH v2] "

[v1 00/43] DPAA2 specific patches
 2024-09-18  7:50 UTC  (45+ messages)
` [v2 "
  ` [v2 01/43] net/dpaa2: enhance Tx scatter-gather mempool
  ` [v2 02/43] net/dpaa2: support PTP packet one-step timestamp
  ` [v2 03/43] net/dpaa2: add proper MTU debugging print
  ` [v2 04/43] net/dpaa2: add support to dump dpdmux counters
  ` [v2 05/43] bus/fslmc: change dpcon close as internal symbol
  ` [v2 06/43] bus/fslmc: add close API to close DPAA2 device
  ` [v2 07/43] net/dpaa2: dpdmux: add support for CVLAN
  ` [v2 08/43] bus/fslmc: upgrade with MC version 10.37
  ` [v2 09/43] net/dpaa2: support link state for eth interfaces
  ` [v2 10/43] net/dpaa2: update DPNI link status method
  ` [v2 11/43] net/dpaa2: add new PMD API to check dpaa platform version
  ` [v2 12/43] bus/fslmc: improve BMAN buffer acquire
  ` [v2 13/43] bus/fslmc: get MC VFIO group FD directly
  ` [v2 14/43] bus/fslmc: enhance MC VFIO multiprocess support
  ` [v2 15/43] bus/fslmc: free VFIO group FD in case of add group failure
  ` [v2 16/43] bus/fslmc: dynamic IOVA mode configuration
  ` [v2 17/43] bus/fslmc: remove VFIO IRQ mapping
  ` [v2 18/43] bus/fslmc: create dpaa2 device with it's object
  ` [v2 19/43] bus/fslmc: fix coverity issue
  ` [v2 20/43] bus/fslmc: fix invalid error FD code
  ` [v2 21/43] bus/fslmc: change qbman eq desc from d to desc
  ` [v2 22/43] bus/fslmc: introduce VFIO DMA mapping API for fslmc
  ` [v2 23/43] net/dpaa2: change miss flow ID macro name
  ` [v2 24/43] net/dpaa2: flow API refactor
  ` [v2 25/43] net/dpaa2: dump Rx parser result
  ` [v2 26/43] net/dpaa2: enhancement of raw flow extract
  ` [v2 27/43] net/dpaa2: frame attribute flags parser
  ` [v2 28/43] net/dpaa2: add VXLAN distribution support
  ` [v2 29/43] net/dpaa2: protocol inside tunnel distribution
  ` [v2 30/43] net/dpaa2: eCPRI support by parser result
  ` [v2 31/43] net/dpaa2: add GTP flow support
  ` [v2 32/43] net/dpaa2: check if Soft parser is loaded
  ` [v2 33/43] net/dpaa2: soft parser flow verification
  ` [v2 34/43] net/dpaa2: add flow support for IPsec AH and ESP
  ` [v2 35/43] net/dpaa2: fix memory corruption in TM
  ` [v2 36/43] net/dpaa2: support software taildrop
  ` [v2 37/43] net/dpaa2: check IOVA before sending MC command
  ` [v2 38/43] net/dpaa2: improve DPDMUX error behavior settings
  ` [v2 39/43] net/dpaa2: store drop priority in mbuf
  ` [v2 40/43] net/dpaa2: add API to get endpoint name
  ` [v2 41/43] net/dpaa2: support VLAN traffic splitting
  ` [v2 42/43] net/dpaa2: add support for C-VLAN and MAC
  ` [v2 43/43] net/dpaa2: dpdmux single flow/multiple rules support

21.11.8 patches review and test
 2024-09-18  7:50 UTC  (11+ messages)

[PATCH v3 03/19] net/xsc: add PCI device probe and remove
 2024-09-18  7:50 UTC  (3+ messages)

[PATCH v1 0/2] dts: api docs generation
 2024-09-18  7:38 UTC  (7+ messages)
` [PATCH v19 0/5] DTS API "
` [PATCH v19 5/5] dts: add API doc generation

[PATCH] eal/alarm_cancel: Fix thread starvation
 2024-09-18  7:02 UTC 

[PATCH] examples/eventdev: fix segment fault with generic pipeline
 2024-09-18  6:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 19/19] net/xsc: add dev basic stats ops
 2024-09-18  6:09 UTC 

[PATCH v3 18/19] net/xsc: add dev infos get
 2024-09-18  6:09 UTC 

[PATCH v3 17/19] net/xsc: add dev link and MTU ops
 2024-09-18  6:09 UTC 

[PATCH v3 16/19] net/xsc: configure xsc device hardware table
 2024-09-18  6:09 UTC 

[PATCH v3 15/19] net/xsc: add ethdev Tx burst
 2024-09-18  6:09 UTC 

[PATCH v3 14/19] net/xsc: add ethdev Rx burst
 2024-09-18  6:09 UTC 

[PATCH v3 13/19] net/xsc: add ethdev start and stop ops
 2024-09-18  6:09 UTC 

[PATCH v3 12/19] net/xsc: add ethdev RSS hash ops
 2024-09-18  6:09 UTC 

[PATCH v3 11/19] net/xsc: add mailbox and structure
 2024-09-18  6:09 UTC 

[PATCH v3 10/19] net/xsc: add ethdev configure and rxtx queue setup ops
 2024-09-18  6:09 UTC 

[PATCH v3 09/19] net/xsc: initial representor eth device
 2024-09-18  6:09 UTC 

[PATCH v3 08/19] net/xsc: create eth devices for representor ports
 2024-09-18  6:09 UTC 

[PATCH v3 07/19] net/xsc: add representor ports probe
 2024-09-18  6:09 UTC 

[PATCH v3 06/19] net/xsc: initialize hardware information
 2024-09-18  6:09 UTC 

[PATCH v3 05/19] net/xsc: add ioctl command interface
 2024-09-18  6:09 UTC 

[PATCH v3 04/19] net/xsc: add xsc device init and uninit
 2024-09-18  6:09 UTC 

[PATCH v3 02/19] net/xsc: add log macro
 2024-09-18  6:09 UTC 

[PATCH v3 01/19] net/xsc: add doc and minimum build framework
 2024-09-18  6:09 UTC 

[PATCH v3 00/19] XSC PMD for Yunsilicon NICs
 2024-09-18  6:09 UTC 

[PATCH v3 0/1] bbdev: removing unnecessaray symbols
 2024-09-18  5:58 UTC  (3+ messages)
` [PATCH v3 1/1] bbdev: removing unnecessary symbols from version map

[PATCH 1/2] net: add thread-safe crc api
 2024-09-18  5:57 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v1 1/3] crypto/ipsec_mb: add SM3 algorithm support
 2024-09-18  5:53 UTC  (3+ messages)
` [PATCH v1 3/3] crypto/ipsec_mb: add SM4 "
  ` [EXTERNAL] "

[PATCH] crypto/scheduler: fix crashes in scheduler_multicore due to incorrect variable usage
 2024-09-18  5:50 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] doc: fix crashes in scheduler_multicore due to incorrect variable usage
 2024-09-18  5:46 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] examples/ipsec-secgw: fix dequeue count from cryptodev
 2024-09-18  5:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 1/3] cryptodev: add queue pair reset API
 2024-09-18  5:42 UTC  (6+ messages)
` [PATCH v1 2/3] crypto/cnxk: add queue pair reset support
` [PATCH v1 3/3] test/crypto: add support for error recovery

[PATCH 00/11] fixes and improvements to cnxk crypto PMD
 2024-09-18  5:37 UTC  (2+ messages)

[PATCH 0/6] Fixes and improvements in crypto unit tests
 2024-09-18  5:36 UTC  (2+ messages)

[v1 0/7] DPAA2 crypto changes
 2024-09-18  5:35 UTC  (3+ messages)
` [v2 "
  ` [EXTERNAL] "

[PATCH 1/2] test/crypto: allow retries with stats test
 2024-09-18  4:42 UTC  (2+ messages)

[PATCH v3 0/2] add two commands for testpmd application
 2024-09-18  2:38 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] app/testpmd: add support for setting device EEPROM
  ` [PATCH v4 2/2] app/testpmd: add set dev led on/off command

[DPDK/core Bug 1546] fib6 perf test failing
 2024-09-17 20:41 UTC 

[PATCH] doc: update Arm IPsec-MB dependency version
 2024-09-17 18:51 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH v5 1/8] zsda: Introduce zsda device drivers
 2024-09-17 18:33 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/8] zsda: add support for zsdadev operations
    ` [PATCH v6 5/8] zsda: modify files for introducing zsda cryptodev
      ` [EXTERNAL] "
    ` [PATCH v6 6/8] zsda: add zsda crypto-pmd
      ` [EXTERNAL] "
    ` [PATCH v6 8/8] zsda: add zsda crypto-session and compile file
      ` [EXTERNAL] "
  ` [EXTERNAL] [PATCH v6 1/8] zsda: Introduce zsda device drivers

[PATCH] ip_frag: support IPv6 reassembly with extensions
 2024-09-17 18:07 UTC  (4+ messages)

[PATCH] ipsec: allow stateless IPsec processing
 2024-09-17 17:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] devtools: fix false positive from checkpatch
 2024-09-17 16:56 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] eventdev: do not use zero length arrays
 2024-09-17 15:28 UTC  (2+ messages)

[PATCH] test/event: fix missing schedule type assignment
 2024-09-17 15:16 UTC  (2+ messages)

[RFC v3 0/3] Import Kernel uAPI header files
 2024-09-17 14:32 UTC  (4+ messages)
` [RFC v3 1/3] uapi: introduce kernel uAPI headers import

[PATCH] net/iavf: delay VF reset command
 2024-09-17 14:31 UTC  (2+ messages)

[PATCH v2 0/9] riscv: implement accelerated crc using zbc
 2024-09-17 14:26 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v1 0/9] Update IAVF Base Driver
 2024-09-17 14:24 UTC  (3+ messages)

[PATCH v1] common/iavf: update README documentation
 2024-09-17 14:20 UTC  (3+ messages)

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