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 09F1D431F0; Tue, 24 Oct 2023 18:05:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EDBB840A87; Tue, 24 Oct 2023 18:05:32 +0200 (CEST) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mails.dpdk.org (Postfix) with ESMTP id 4F67D40A76 for ; Tue, 24 Oct 2023 18:05:32 +0200 (CEST) Received: by mail-pg1-f178.google.com with SMTP id 41be03b00d2f7-5b8c39a2dceso1559968a12.2 for ; Tue, 24 Oct 2023 09:05:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1698163531; x=1698768331; darn=dpdk.org; 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=EhwbcqXmz5XWV9CWBXVCgT4GWOY2JaY/lDvdUj7k1Lo=; b=rS6NAVF7XbeiRj0DDXlzrcTxH/KDRVRS4YtSYfTAbnYSEiXnuUiTrWj7mRRrVKYLBZ w980cJoOT6zTY7fuYE6X3y4y/lemXquySmnwBWQSDzCkrAHIALAhK1n8+ROiF/vSxI18 pIA8YuwO0LSJRI2Yb95jQCd21ndfBC8alg7ZY/g9dS3wGXlDpfr89zQYpuEe5gnL+kXs ns6eGyMEesjPxsYbqDxvXe0x1AuZ+Gobvn6rkjBHLkHJU07nSx4zHZ2auEA11TYKk5wZ Z2/WOFp3C0PJvSs9ASf0TKmU8LdwNo0+i8cb5bIw/jXZyukgWGfq4yp1XH00Jtgs9FpX 2RKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698163531; x=1698768331; 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=EhwbcqXmz5XWV9CWBXVCgT4GWOY2JaY/lDvdUj7k1Lo=; b=s6eIeJU/TwMI3UVbuipRASfaezUTIcIPP3WXuZs4UABOsdcyiW06tHCVQTZAsN6jdg SaOLuryJD7DbN6k5b9iwfkmob3aGczXQcewlBNjycYkSpGJW3tgzInqQDVzYyPHJ20Kz Utf/+5oyr6UphhL8x02rdLPfgms45h+K42/JyQ//NUbPaUwkH9LzDG4EmMtm1Rltpwge tA0Y2ipCLSqFjdi8ydSltN1EnImxH2/dEYQJh4b5NoSKOoqx7IEfKLxhWoAUszkI+XB9 O5ZpljcNqKgz1V7YyB3bTg/dJAwo/SgFaWRgRCrI4+e1pJ9GELa0cNbl1rUE4BT24DbS tXLg== X-Gm-Message-State: AOJu0YzFOlMh4BNqVUlCP4YO13p/DHySmb1XehnoEsLFmqcq6KIwncPW +OqzMfPvZEagoQ+ypLeKIBJNjewq65B5pT9sDV/stA== X-Google-Smtp-Source: AGHT+IF/AnemFOvot/+MTNGEVv0Qgmdx4+xmdhIXNyC5cEvR4Z2+cdnf27Y3HY3HNnql65FCNcVnjA== X-Received: by 2002:a17:90a:c7c7:b0:27e:3d05:4193 with SMTP id gf7-20020a17090ac7c700b0027e3d054193mr5599888pjb.41.1698163531543; Tue, 24 Oct 2023 09:05:31 -0700 (PDT) Received: from hermes.local (204-195-126-68.wavecable.com. [204.195.126.68]) by smtp.gmail.com with ESMTPSA id x15-20020a17090abc8f00b0027b168cb011sm7082111pjr.56.2023.10.24.09.05.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Oct 2023 09:05:31 -0700 (PDT) Date: Tue, 24 Oct 2023 09:05:29 -0700 From: Stephen Hemminger To: Maxime Coquelin Cc: dev@dpdk.org Subject: Re: [PATCH 00/20] remove experimental flag from some API's Message-ID: <20231024090529.3242d62b@hermes.local> In-Reply-To: <5804041c-db97-46d2-aed9-ff000107c6f6@redhat.com> References: <20230808173527.186042-1-stephen@networkplumber.org> <5804041c-db97-46d2-aed9-ff000107c6f6@redhat.com> 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 Tue, 24 Oct 2023 09:20:05 +0200 Maxime Coquelin wrote: > You removed Vhost changes altogether, but I only asked for the Vhost > Async API changes to be removed, i.e. the APIs in rte_vhost_async.h. > > Maxime Will get back to vhost, just moved it to the end of the TODO list.