DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v6 1/7] eal: add static per-lcore memory allocation facility
 2024-10-10 14:17 UTC  (18+ messages)
` [PATCH v7 0/7] Lcore variables
  ` [PATCH v7 1/7] eal: add static per-lcore memory allocation facility
    ` [PATCH v8 0/7] Lcore variables
      ` [PATCH v8 3/7] eal: add lcore variable performance test
      ` [PATCH v8 4/7] random: keep PRNG state in lcore variable
      ` [PATCH v8 5/7] power: keep per-lcore "
  ` [PATCH v7 3/7] eal: add lcore variable performance test

[PATCH v3 1/2] power: enable CPPC support in power library
 2024-10-10 14:17 UTC  (2+ messages)
  ` [PATCH v3 2/2] power: detect supported driver

[PATCH v1 01/50] net/ntnic: update NT NiC PMD driver with FPGA version
 2024-10-10 14:14 UTC  (56+ messages)
` [PATCH v2 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07
` [PATCH v3 "
  ` [PATCH v3 01/50] net/ntnic: update NT NiC PMD driver with FPGA version
  ` [PATCH v3 02/50] net/ntnic: fix coverity issues:
  ` [PATCH v3 03/50] net/ntnic: update documentation
  ` [PATCH v3 04/50] net/ntnic: remove extra calling of the API for release port
  ` [PATCH v3 05/50] net/ntnic: extend and fix logging implementation
  ` [PATCH v3 06/50] net/ntnic: add flow filter init API
  ` [PATCH v3 07/50] net/ntnic: add flow filter deinitialization API
  ` [PATCH v3 08/50] net/ntnic: add flow backend initialization API
  ` [PATCH v3 09/50] net/ntnic: add flow backend deinitialization API
  ` [PATCH v3 10/50] net/ntnic: add INFO flow module
  ` [PATCH v3 11/50] net/ntnic: add categorizer (CAT) "
  ` [PATCH v3 12/50] net/ntnic: add key match (KM) "
  ` [PATCH v3 13/50] net/ntnic: add flow matcher (FLM) "
  ` [PATCH v3 14/50] net/ntnic: add IP fragmenter (IFR) "
  ` [PATCH v3 15/50] net/ntnic: add hasher (HSH) "
  ` [PATCH v3 16/50] net/ntnic: add queue select (QSL) "
  ` [PATCH v3 17/50] net/ntnic: add slicer (SLC LR) "
  ` [PATCH v3 18/50] net/ntnic: add packet descriptor builder (PDB) "
  ` [PATCH v3 19/50] net/ntnic: add header field update (HFU) "
  ` [PATCH v3 20/50] net/ntnic: add RPP local retransmit (RPP LR) "
  ` [PATCH v3 21/50] net/ntnic: add copier (Tx CPY) "
  ` [PATCH v3 22/50] net/ntnic: add checksum update (CSU) "
  ` [PATCH v3 23/50] net/ntnic: add insert (Tx INS) "
  ` [PATCH v3 24/50] net/ntnic: add replacer (Tx RPL) "
  ` [PATCH v3 25/50] net/ntnic: add Tx Packet Editor (TPE) "
  ` [PATCH v3 26/50] net/ntnic: add base init and deinit of the NT flow API
  ` [PATCH v3 27/50] net/ntnic: add base init and deinit the NT flow backend
  ` [PATCH v3 28/50] net/ntnic: add categorizer (CAT) FPGA module
  ` [PATCH v3 29/50] net/ntnic: add key match (KM) "
  ` [PATCH v3 30/50] net/ntnic: add flow matcher (FLM) "
  ` [PATCH v3 31/50] net/ntnic: add hasher (HSH) "
  ` [PATCH v3 32/50] net/ntnic: add queue select (QSL) "
  ` [PATCH v3 34/50] net/ntnic: add packet descriptor builder (PDB) "
  ` [PATCH v3 35/50] net/ntnic: add Tx Packet Editor (TPE) "
  ` [PATCH v3 36/50] net/ntnic: add receive MAC converter (RMC) core module
  ` [PATCH v3 37/50] net/ntnic: add basic queue operations
  ` [PATCH v3 38/50] net/ntnic: enhance Ethernet device configuration
  ` [PATCH v3 39/50] net/ntnic: add scatter-gather HW deallocation
  ` [PATCH v3 40/50] net/ntnic: add queue setup operations
  ` [PATCH v3 41/50] net/ntnic: add packet handler for virtio queues
  ` [PATCH v3 42/50] net/ntnic: add init for virt queues in the DBS
  ` [PATCH v3 43/50] net/ntnic: add split-queue support
  ` [PATCH v3 44/50] net/ntnic: add functions for availability monitor management
  ` [PATCH v3 45/50] net/ntnic: used writer data handling functions
  ` [PATCH v3 46/50] net/ntnic: add descriptor reader "
  ` [PATCH v3 47/50] net/ntnic: update FPGA registeris related to DBS
  ` [PATCH v3 48/50] net/ntnic: virtqueue setup managed packed-ring was added
  ` [PATCH v3 49/50] net/ntnic: add functions for releasing virt queues
  ` [PATCH v3 50/50] net/ntnic: add functions for retrieving and managing packets

[PATCH 1/1] buildtools: remove absolute paths from pc file
 2024-10-10 13:57 UTC  (4+ messages)

[PATCH v2 1/2] power: enable CPPC support in power library
 2024-10-10 13:42 UTC  (2+ messages)
` [PATCH v2 2/2] power: detect supported driver

[RFC PATCH v2 0/5] add feature arc in rte_graph
 2024-10-10 13:31 UTC  (12+ messages)
` [PATCH v3 "
    ` [EXTERNAL] "
  ` [PATCH v4 "
    ` [PATCH v4 1/5] graph: add feature arc support
    ` [PATCH v4 2/5] graph: add feature arc option in graph create
    ` [PATCH v4 3/5] graph: add IPv4 output feature arc
    ` [PATCH v4 4/5] test/graph_feature_arc: add functional tests
    ` [PATCH v4 5/5] docs: add programming guide for feature arc

[PATCH v11 1/7] buildtools/chkincs: relax C linkage requirement
 2024-10-10 13:07 UTC  (21+ messages)
` [PATCH v12 0/7] Improve EAL bit operations API
  ` [PATCH v12 1/7] buildtools/chkincs: relax C linkage requirement
  ` [PATCH v12 6/7] eal: add unit tests for atomic bit access functions

[RFC 0/4] ethdev: rework config restore
 2024-10-10 12:51 UTC  (11+ messages)

[PATCH v12 0/4] add support for self monitoring
 2024-10-10 12:48 UTC  (7+ messages)
` [PATCH v13 "
  ` [PATCH v13 4/4] eal: add PMU support to tracing library
        ` [EXTERNAL] "

[PATCH v2 0/4] RSS hash key generation
 2024-10-10 12:33 UTC  (5+ messages)
` [PATCH v2 1/4] thash: add RSS hash key generation API
` [PATCH v2 2/4] hash: add dynamic polynomial calculation
` [PATCH v2 3/4] hash: implement RSS hash key generation API
` [PATCH v2 4/4] test/thash: add tests for RSS "

[PATCH] eal/windows: define standard file numbers
 2024-10-10 12:33 UTC  (4+ messages)

[RFC 0/4] RSS hash key generation
 2024-10-10 12:32 UTC  (4+ messages)
` [RFC 2/4] hash: add dynamic polynomial calculation

[PATCH] fib: implement RCU rule reclamation
 2024-10-10 11:27 UTC  (6+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v3 "
    ` [PATCH v3 2/2] test/fib: add RCU functional tests

[PATCH v2] fib: network byte order IPv4 lookup
 2024-10-10 11:26 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2] fib: network byte order IPv4 lookup
 2024-10-10 11:19 UTC  (4+ messages)

[PATCH v5 1/6] net/octeon_ep: add missing vector API header include
 2024-10-10 10:35 UTC  (9+ messages)
` [PATCH v6 0/7] Optionally have rte_memcpy delegate to compiler memcpy
  ` [PATCH v6 1/7] event/dlb2: include headers for vector and memory copy APIs
  ` [PATCH v6 7/7] vhost: optimize memcpy routines when cc memcpy is used

[PATCH v3 0/3] add frequency adjustment support for PTP
 2024-10-10 10:34 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] ethdev: add frequency adjustment API
  ` [PATCH v4 2/3] net/ice: add frequency adjustment support for PTP
  ` [PATCH v4 3/3] examples/ptpclient: add frequency adjustment

[PATCH 00/16] Fix allocation issues and add hardening
 2024-10-10 10:14 UTC  (6+ messages)
` [PATCH v7 00/16] Fix allocation bugs and prevent future ones

[PATCH v1] crypto/ipsec_mb: bump minimum IPsec MB version
 2024-10-10 10:13 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] eal: fix device unregister for event registered with device_name NULL
 2024-10-10 10:00 UTC  (2+ messages)

[PATCH] eal: increase max file descriptor for secondary process device
 2024-10-10  9:51 UTC  (2+ messages)

[PATCH] app/testpmd: show output of commands read from file
 2024-10-10  9:46 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 00/10] modify some logic of NFP PMD
 2024-10-10  9:17 UTC  (11+ messages)
` [PATCH 01/10] net/nfp: use strlcpy for copying string
` [PATCH 02/10] net/nfp: fix malloc name problem in secondary process
` [PATCH 03/10] net/nfp: simplify some function parameters
` [PATCH 04/10] net/nfp: improve the logic readability
` [PATCH 05/10] net/nfp: fix problem caused by configure function
` [PATCH 06/10] net/nfp: add check logic for port up/down function
` [PATCH 07/10] net/nfp: fix problem caused by commit end function
` [PATCH 08/10] net/nfp: fix problem caused by FEC set
` [PATCH 09/10] net/nfp: modify the comment of some control messages
` [PATCH 10/10] net/nfp: fix memory leak in VF initialization logic

[PATCH v4] bitmap: add scan from offset function
 2024-10-10  9:08 UTC  (4+ messages)
` [PATCH v5] "
    ` [EXTERNAL] "

[PATCH 0/1] net/mlx5: show rx/tx descriptor ring limitations in rte_eth_dev_info
 2024-10-10  9:06 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 1/6] eal: add bitset type
 2024-10-10  8:30 UTC  (6+ messages)
` [PATCH v2 0/4] Add "
  ` [PATCH v2 1/4] eal: add "
  ` [PATCH v2 2/4] bitset: add atomic functions
  ` [PATCH v2 3/4] service: use multi-word bitset to represent service flags
  ` [PATCH v2 4/4] event/dsw: add support for larger port count

[PATCH 0/5] updates for net/ice driver
 2024-10-10  8:10 UTC  (4+ messages)
` [PATCH 4/5] net/ice: add option to download scheduler topology

[PATCH v4 2/4] cryptodev: add ec points to sm2 op
 2024-10-10  7:49 UTC  (5+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 3/4] crypto/qat: add sm2 encryption/decryption function
    ` [EXTERNAL] "

[PATCH 0/2] enhance the flower service framework
 2024-10-10  7:45 UTC  (3+ messages)
` [PATCH 1/2] net/nfp: rename flower service flag
` [PATCH 2/2] net/nfp: enhance the flower service framework

[v2 1/2] app/proc-info: add memory heap dump
 2024-10-10  7:16 UTC  (3+ messages)
` [v3 "
  ` [v3 2/2] eal: add total memory size in memory dump APIs

[PATCH] crypto/dpaa2_sec: rework debug code
 2024-10-10  7:06 UTC  (6+ messages)
` [v2] "
  ` [EXTERNAL] "
  ` [v3] "

[PATCH v3 0/2] add two commands for testpmd application
 2024-10-10  6:42 UTC  (11+ 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
  ` [PATCH v5 0/2] add two commands for testpmd application
    ` [PATCH v5 1/2] app/testpmd: add support for setting device EEPROM
    ` [PATCH v5 2/2] app/testpmd: add set dev led on/off command

[PATCH] [RFC] cryptodev: replace LIST_END enumerators with APIs
 2024-10-10  6:18 UTC  (9+ messages)
      ` [EXTERNAL] "
` [PATCH] cryptodev: remove unnecessary list end

[RFC PATCH 0/3] add feature arc in rte_graph
 2024-10-10  4:42 UTC  (4+ messages)
` [RFC PATCH 1/3] graph: add feature arc support

[PATCH 0/5] fix segment fault when parse args
 2024-10-10  3:24 UTC  (6+ messages)
` [PATCH v6 0/4] "
  ` [PATCH v6 1/4] kvargs: add one new process API
  ` [PATCH v6 4/4] common/nfp: use new API to parse kvargs

[PATCH 0/6] vhost: add asymmetric crypto support
 2024-10-10  3:10 UTC  (3+ messages)
` [PATCH 6/6] app/test: add asymmetric tests for virtio pmd

[v1 00/43] DPAA2 specific patches
 2024-10-10  2:54 UTC  (3+ messages)
` [v2 "

[dpdk-dev] [PATCH 00/10] fixes for clean code
 2024-10-10  2:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH 10/10] net/bonding: fix configuration assignment overflow

[PATCH] doc: reword sample app guides
 2024-10-10  2:51 UTC 

[RFC] ethdev: convert string initialization
 2024-10-10  2:45 UTC  (5+ messages)
` [PATCH] "

[PATCH] net/pcap: use pcap_next_ex to track errors
 2024-10-10  2:34 UTC  (5+ messages)

[PATCH v2] net/memif: fix buffer overflow in zero copy Rx
 2024-10-10  2:33 UTC  (12+ messages)

[DPDK/other Bug 1562] dumpcap captures all available network interfaces when specifying any PCI network interface
 2024-10-10  2:23 UTC 

[PATCH] net/nfp: fix duplicate call to rte_free
 2024-10-10  2:11 UTC  (2+ messages)

[PATCH 0/3] add support for querying ethdev TM nodes
 2024-10-10  2:05 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] ethdev: add traffic manager query function

[PATCH] vhost: promote max queue setting API to stable
 2024-10-10  1:52 UTC  (2+ messages)

[PATCH 0/4] refine argparse library
 2024-10-10  1:35 UTC  (4+ messages)
` [PATCH v4 0/6] "

[PATCH] net/mvneta: fix possible out-of-bounds write
 2024-10-10  1:10 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/5] fix race-condition of proactive error handling mode
 2024-10-10  0:46 UTC  (4+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] ethdev: "

[PATCH] examples/l3fwd: fix read beyond array bondaries
 2024-10-10  0:30 UTC  (6+ messages)
` [PATCH v2 0/2] examples/l3fwd fixes for ACL mode
  ` [PATCH v2 1/2] examples/l3fwd: fix read beyond array bondaries
  ` [PATCH v2 2/2] examples/l3fwd: fix read beyond array boundaries in ACL mode

[PATCH 1/2] app/proc-info: add memory heap dump
 2024-10-10  0:25 UTC  (4+ messages)
` [v2 0/2] proc-info memory dump enhancement
  ` [v2 2/2] eal: add total memory size in memory dump APIs

[PATCH] doc: update TAP device features
 2024-10-09 23:21 UTC  (6+ messages)

[PATCH v2 0/3] Mac Filter Port to New DTS
 2024-10-09 22:59 UTC  (8+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] dts: add methods for setting mac and multicast addresses
  ` [PATCH v6 2/2] dts: mac filter test suite refactored for new dts

[PATCH 0/4] cfgfile: enhance error detecting
 2024-10-09 22:47 UTC  (3+ messages)
` [PATCH v2 "

[RFC] app/testpmd: use RSS conf from software when configuring DCB
 2024-10-09 22:30 UTC  (2+ messages)

[PATCH v3 00/12] acc baseband PMD fix and updates for 24.11
 2024-10-09 21:13 UTC  (8+ messages)
` [PATCH v3 06/12] baseband/acc: enhance SW ring alignment
` [PATCH v3 07/12] baseband/acc: algorithm tuning for LDPC decoder
` [PATCH v3 08/12] baseband/acc: remove check on HARQ memory
` [PATCH v3 09/12] baseband/acc: reset ring data valid bit
` [PATCH v3 10/12] baseband/acc: cosmetic changes
` [PATCH v3 11/12] baseband/acc: rte free refactor
` [PATCH v3 12/12] baseband/acc: clean up of VRB1 capabilities

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