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 5C5CAA00BE; Wed, 30 Oct 2019 14:19:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5BFEA1BF9E; Wed, 30 Oct 2019 14:19:32 +0100 (CET) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by dpdk.org (Postfix) with ESMTP id 25D4C1BF97 for ; Wed, 30 Oct 2019 14:19:31 +0100 (CET) Received: by mail-io1-f68.google.com with SMTP id s17so2438031iol.12 for ; Wed, 30 Oct 2019 06:19:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jkZuvf5qzMjyRk5OFuPqyP24tvudTMa3p+mP3sRHc5w=; b=X6YuF7kxE8x9MwlIrGZKrH7SVBviUZseH7Y3NeGkn2d37QmBzUZZ6MW8dvhGibFAzh EU/IWc5M3yTAo9OG4mk4WH8ZIOjd2yC/mujMBLY932+jh69STDl7K0dgqKYXqFkuuHS/ rYtzy/Gs+H93P1WhSJW+ziRnSjHlLpfhYy0GXkp2ihElUFeamwQc3YAB5hFiAzmfETrU tKwuphN6dQuUcENMp81YNC1ArdwTqgOF2+hR9BfY0EW4kXTXVsj68sX+YsrT8zexdh2D zhr56xG65ugrCHWtLJEozlApqPvHaqu1m4MXTXmMh66AKFbuh1BLmcwpFh5J6TUfB99+ txCw== 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=jkZuvf5qzMjyRk5OFuPqyP24tvudTMa3p+mP3sRHc5w=; b=YW0naEuch8B98kLSCvtYZmQYVew3GpZYshDpimkVpQtaZ+TArelY7ut2FwyPQ+mXAM r/6162YHqIF5y/BtbI/5GdfPYOXXFCHQlVRDB9rc1BL67gUpMgfdOQs3ohSzu3DJjzD7 KyWqxr+3DAc2sdac7AJ2NF69VMaQUzs89Eyz7c/6UMGHtHUKK4dzdwSgBcIe2Or5vVgE X9Ojc2zd44qkKQEADyFY+s/nLZ5yxVxjDdxUXFu/1FrtAwp7yQbXNbdKO2r7LUkP/QLr 5gjTlIeTwfvjd3XbERuKmH0dtPlWDyMnry6pMtPBZDzwIOHhP6czw11lBROr6Qai6N68 xgfg== X-Gm-Message-State: APjAAAWHuuwmC0V4DDLubEXrZt30zq17t6CzC6lYmxNQ33AEqaE544YQ 8W8PEHwoTO/dfazEXMiInbHZ8wbMixGtm5YNmwQ= X-Google-Smtp-Source: APXvYqwcbFYaagxA37dg5FWabtPqOxaHhJTKSE+o2s6T568qSSpHQmRTZp4BHPPP8t+W0ijekY86Vdaf+pSFNj+CkUI= X-Received: by 2002:a02:cea7:: with SMTP id z7mr29061033jaq.104.1572441570066; Wed, 30 Oct 2019 06:19:30 -0700 (PDT) MIME-Version: 1.0 References: <20191014182247.961-1-pbhagavatula@marvell.com> <20191026111054.15491-1-pbhagavatula@marvell.com> <20191026111054.15491-11-pbhagavatula@marvell.com> In-Reply-To: <20191026111054.15491-11-pbhagavatula@marvell.com> From: Jerin Jacob Date: Wed, 30 Oct 2019 18:49:12 +0530 Message-ID: To: Pavan Nikhilesh Cc: Jerin Jacob , "Richardson, Bruce" , Hemant Agrawal , Thomas Monjalon , John McNamara , Marko Kovacevic , Ori Kam , Radu Nicolau , Akhil Goyal , Tomasz Kantecki , Sunil Kumar Kori , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v7 10/10] doc: add application usage guide for l2fwd-event 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 Sat, Oct 26, 2019 at 4:42 PM wrote: > > From: Sunil Kumar Kori > > Add documentation for l2fwd-event example. > Update release notes. > > Signed-off-by: Sunil Kumar Kori > --- > MAINTAINERS | 1 + > doc/guides/rel_notes/release_19_11.rst | 6 + > doc/guides/sample_app_ug/index.rst | 1 + > doc/guides/sample_app_ug/intro.rst | 5 + > doc/guides/sample_app_ug/l2_forward_event.rst | 698 ++++++++++++++++++ > 5 files changed, 711 insertions(+) > create mode 100644 doc/guides/sample_app_ug/l2_forward_event.rst #Please fix the below warning: dpdk-next-eventdev/doc/guides/sample_app_ug/l2_forward_event.rst: WARNING: document isn't included in any toctree dpdk-next-eventdev/doc/guides/sample_app_ug/l2_forward_event.rst:32: WARNING: no number is assigned for figure: figure-l2fwd-event-benchmark-setup # Please rebase this patch series to dpdk-next-eventdev tree.