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 A23A9433B8; Fri, 24 Nov 2023 13:50:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 72F8B402B3; Fri, 24 Nov 2023 13:50:16 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id C6FD940283 for ; Fri, 24 Nov 2023 13:50:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700830214; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8lvskHHXk8ZTaxQOFQXx+L8ycSqNmTbpbBM0wuAcR7o=; b=VMXJL0HF/+6hhs41dY608xsL9FOTkvv9SylRmyUGXxpneFMPKslAEbDPJA7HTJXwosJpUO 3isXEtPYQMi7Xu/AU6Ua5HYm5KixuKOyr1jyLU8KJrlTeE3W0rUazuv16Nshya43RaRehy IbzFXBhaQlCB1aLA6wA7X4MpiTq0qRE= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-627-837QJQVJNZOOCpkDU3-2XQ-1; Fri, 24 Nov 2023 07:50:13 -0500 X-MC-Unique: 837QJQVJNZOOCpkDU3-2XQ-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2c883c7380fso16473261fa.2 for ; Fri, 24 Nov 2023 04:50:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700830211; x=1701435011; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8lvskHHXk8ZTaxQOFQXx+L8ycSqNmTbpbBM0wuAcR7o=; b=kMo5TY7CqpXJGn4QASlQZFG1Tz6Lm/SAwPUQ6eG8qro4TH+EchxAWs/Tqod1E7qYNT EvRicBfQCRs1Fq0/stybUEzkzaJAW5WPxbpzEB5ZRxBj8mc8r7vhz5LioWO5HIEn3WPp rw1gghp7OypXc98fcDEih/dyNTgN0SMUoKcVqJp6LjPftcRAwjIx5Akbg81E9r0isIrU VxRlu0RiU0RLeGgy79CuKgwKMhQ7ZsuzCyvOTjHLK5sGMoIX1VtTx8kkIoD8qcrSAn2n jGVJp7UWPL+Ugk0UAy0I1evWF+4qRqDMioqo58P2xsPktG/kPEm5rHfy9vgrylzTHy6U 4Ktw== X-Gm-Message-State: AOJu0Ywa6/0hBAIr1pMtVJIOvVXRKkfry41rA+NL86MxZ2lRPFBuOXGN ACJg4k8d/fnAqUpESEdK2y72mab4KePjpKEhqbd9TNoCiPZzY2oNwaC6WKd+TphMAWyg7yse0ts Av+mfPzvuX80k8kqF+Xc= X-Received: by 2002:a2e:8811:0:b0:2c6:ee04:4bc9 with SMTP id x17-20020a2e8811000000b002c6ee044bc9mr1875319ljh.25.1700830211647; Fri, 24 Nov 2023 04:50:11 -0800 (PST) X-Google-Smtp-Source: AGHT+IFHvkJnxjFU8tprmvqEN7JTVvQFSwGbAZhk5QYeNVB6A+Tj2jp4RddX1Y9j/78YezARIGxex5nBpJJC2wN9FqY= X-Received: by 2002:a2e:8811:0:b0:2c6:ee04:4bc9 with SMTP id x17-20020a2e8811000000b002c6ee044bc9mr1875308ljh.25.1700830211340; Fri, 24 Nov 2023 04:50:11 -0800 (PST) MIME-Version: 1.0 References: <20231123114405.2611371-1-david.marchand@redhat.com> In-Reply-To: <20231123114405.2611371-1-david.marchand@redhat.com> From: David Marchand Date: Fri, 24 Nov 2023 13:49:59 +0100 Message-ID: Subject: Re: [PATCH 0/5] Some documentation fixes To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, Bruce Richardson , Dariusz Sosnowski X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Thu, Nov 23, 2023 at 12:44=E2=80=AFPM David Marchand wrote: > > Not urgent for the release (especially the last patch which is scary by > its size) but here are some cleanups in the documentation. > > > -- > David Marchand > > David Marchand (5): > doc: remove restriction on ixgbe vector support > doc: enhance readability in memif example commands > doc: fix some ordered lists > doc: remove number of commands in vDPA guide > doc: use ordered list Series applied with minor changes following comments. Thanks. --=20 David Marchand