From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04918429DE; Tue, 25 Apr 2023 23:07:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D19B2410D0; Tue, 25 Apr 2023 23:07:02 +0200 (CEST) Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by mails.dpdk.org (Postfix) with ESMTP id EFB5D40ED6 for ; Tue, 25 Apr 2023 23:07:01 +0200 (CEST) Received: by mail-pl1-f179.google.com with SMTP id d9443c01a7336-1a66b9bd7dfso66758235ad.2 for ; Tue, 25 Apr 2023 14:07:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1682456821; x=1685048821; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=o7SdYfqDCqOmeplmSl3eCfpr35e5hxL8kaHwjjd/jEg=; b=j/gTeEIiKbzY8MrFmJN+b+F+bLiSxaXvZ9YuKgDeTdmyAUzCllSnxtLJmBQwaaNoK1 lMVygfeHBfffRm/yzpacTFSrdAddvhsm3kVcSdvy8uC2PVLv2OOd6SaPe9ztPG4OSD/G PSYLa9UEShNa+xydvdZf+WV2Djr+XuXP1LSUi+uQPe2qDGNVJUGZdLNejKXViDfnu6ay PzvGIT17LyYBIp+19gpbotB5BNBN/l/A4yexK3QKJvA5dHFJ5/lCyyKVn0fvipkommtk k/TDL/5kC3C/K5KqaTcaKkkhuPAh431rwDuQWODxlnobTA9E3y4rDDmlCTxehdXw5pq2 mUPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682456821; x=1685048821; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=o7SdYfqDCqOmeplmSl3eCfpr35e5hxL8kaHwjjd/jEg=; b=a9hJXgAI5gmK3iXdoDnq3K4CLCzcyvTHwMhc6kavsYigI9qSZup6d3OixFG6vUp50H 1tZ68HCzYs8Y12KDs5VmE7ef4+JeBoJQW/YZth9dl9jM92ywWgmA2qCPLn/BF9PNOONn WhN4Sf5HrOZb3AB41CaavavJVpidYR/eX7gVrhrGa7Ej9huiBvO13snN8LB2boGaS5eU TxDeGrPMeqZEnPJPJsEoVP5aIG7DVqXetEirfghD74wAVAkkj9iTLKKpGHNdHvRTOyJY ewzjsjNlWnA/hAT9lMxjHv0ycz5jDRH2cFHqh1jlQFYxT8qDSUXDxuMjoVzzwahY2/Qt 0Zrw== X-Gm-Message-State: AC+VfDxt1JRhJqx7+ykY3Eb8RXQd+sDfOmnPL0B+mn0icG6S1t+FrVyu 10QQj7/LuAWPTsEGhk+R+nP2cA== X-Google-Smtp-Source: ACHHUZ4Z0IMIHR5F05OuPyp1MQ7AWutptUydjTlih1LF7S/zJLUQACmUS2ztnH77TA2hoAGzjfYlrw== X-Received: by 2002:a17:902:720a:b0:1a9:7e44:17 with SMTP id ba10-20020a170902720a00b001a97e440017mr6459473plb.17.1682456821109; Tue, 25 Apr 2023 14:07:01 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id jk24-20020a170903331800b00194c90ca320sm8689607plb.204.2023.04.25.14.07.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Apr 2023 14:07:00 -0700 (PDT) Date: Tue, 25 Apr 2023 14:06:58 -0700 From: Stephen Hemminger To: Garrett D'Amore Cc: fengchengwen , thomas@monjalon.net, ferruh.yigit@amd.com, dev@dpdk.org Subject: Re: [RFC 0/3] introduce coroutine library Message-ID: <20230425140658.6736a012@hermes.local> In-Reply-To: <9659343a-97c5-49e1-a71c-060cea098111@Spark> References: <20230424130208.9517-1-fengchengwen@huawei.com> <20230424090836.0550e14b@hermes.local> <20230424191621.2075bf31@hermes.local> <9659343a-97c5-49e1-a71c-060cea098111@Spark> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, 24 Apr 2023 19:59:27 -0700 Garrett D'Amore wrote: > > > There was a previous DPDK library for lightweight threading, but it never got any > > > usage and was abandoned and dropped. Why is this better? > > > > DPDK lightweight threading ? I didn't know before, but will take a closer look at. https://doc.dpdk.org/guides-21.11/sample_app_ug/performance_thread.html