From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7E2F0A0545; Wed, 25 Nov 2020 15:22:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CA980C958; Wed, 25 Nov 2020 15:22:51 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 15392C940 for ; Wed, 25 Nov 2020 15:22:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606314168; 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: in-reply-to:in-reply-to:references:references; bh=j4ZYSPxW6vquAqNDR7GqxSCEgX18wwK+j+YazixeVww=; b=E81gXPCz8gp6/eMc61aN2xsE0BPIXmHUS8Akwt3NxNHuwJaIjWcYmol+T9jXW0aVwa9cIb IDRNNMafRsqG9VfvAGQ0wZWrVyVeBt2JFI2aximd+5vwt6kme/beezEc05qFb+2BHa7HcF n946u1pNzeGKtAXxFx0bn6gOjxzdZZk= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-63-0Jiph2xmM-eRkjcCuB1rxA-1; Wed, 25 Nov 2020 09:22:46 -0500 X-MC-Unique: 0Jiph2xmM-eRkjcCuB1rxA-1 Received: by mail-vk1-f200.google.com with SMTP id p199so513549vkp.23 for ; Wed, 25 Nov 2020 06:22:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=j4ZYSPxW6vquAqNDR7GqxSCEgX18wwK+j+YazixeVww=; b=jnu0l8ZNLeiVZAXuySMK1UQnZ3ifTyxkviq9aY3uEmV1fcDL86iBBTi8c2p3e6S8Gt ciUEH5xVWIw6cOgQCWdXEOWOf7mWcZTgkB81Ivwf/tX7mhhyJ5TYB9d/vRF8SaZIazAo a33O605Y3ByoQp/1lDBxoqqPU7mbBehU093AlWDMXcPDZekPw39RiNDv+mn44bNFpOTX hEZDVpqY7o17l89fqKodvPknfHtu8pLaoscAl96+bzBvLN9yuhfU02GXx9LvFKuAqFRt M1n1UKkHYhqq7K3Sh/PY3ToRTbo5Sfj3dBKMSChpugYapbbJnk4+oT2Q438zGvAcjt06 zp0g== X-Gm-Message-State: AOAM533mTDK3F2umduzTGNVOB8CC1mx4h/EU43R4HzyYbOQ8RnI5ttLj CtKZGge+x7mnptW63FdHcaKXu7A+QsPRnbxQ8vh1TfETsmEIlAvLcdKSaY9E4HZDclEg0JOC6Xr 6O9p7xeMTFekmbcTBe6E= X-Received: by 2002:a67:42c5:: with SMTP id p188mr1320710vsa.27.1606314166134; Wed, 25 Nov 2020 06:22:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJyziZvKjU/+mB6s6BTjLtE0TaEbTYy0Bw5E9ZWneIm/H/GZLoL6GKE9r3rZglriU9zbqBY+19BbO9rmlqo93io= X-Received: by 2002:a67:42c5:: with SMTP id p188mr1320686vsa.27.1606314165896; Wed, 25 Nov 2020 06:22:45 -0800 (PST) MIME-Version: 1.0 References: <20201123174227.11920-1-cristian.dumitrescu@intel.com> <20201123174925.12046-1-cristian.dumitrescu@intel.com> In-Reply-To: <20201123174925.12046-1-cristian.dumitrescu@intel.com> From: David Marchand Date: Wed, 25 Nov 2020 15:22:34 +0100 Message-ID: To: Cristian Dumitrescu Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH V2] doc: add pipeline example to user guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Nov 23, 2020 at 6:49 PM Cristian Dumitrescu wrote: > > Document the pipeline example in the Sample Application User Guide. > > Signed-off-by: Cristian Dumitrescu Applied, thanks. -- David Marchand