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 90D46A0518; Mon, 3 Aug 2020 08:15:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE2AD2BD8; Mon, 3 Aug 2020 08:15:04 +0200 (CEST) Received: from mail-il1-f195.google.com (mail-il1-f195.google.com [209.85.166.195]) by dpdk.org (Postfix) with ESMTP id 540D22952 for ; Mon, 3 Aug 2020 08:15:03 +0200 (CEST) Received: by mail-il1-f195.google.com with SMTP id l17so19957208ilq.13 for ; Sun, 02 Aug 2020 23:15:03 -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=MV59tROj62zYVmHaY1B9hy2ixgYq+8bDx4Y6gsZ1xWg=; b=Wo6NOrbM9jxY9WdpgKF++5V7crioQV+TAkt7B2RhVP5XOS46ay+OQLOr9y6dy14xE7 WtDWFbzSHuze7kMyRPXaFB95SjrTXhdheeRku1bT6cwbYORHhg1hVtRIfFw6GuWfYyOF BRbwyFtktr4dYwuBdPdrOf3ytDyZAkBiVp7xFrsrQ8vGo3o9Jp4P1fI6nA8QLakCVL2Z BmjXJBm1y2B50YjnEB9/mNBvHkHdsYj3n8uHpUK98+V5ADOevoUnqjTyY0pAoskabRZ0 mqzu4SmDG4fbqGaGRxfyvR9tC9zjnLHz54CzmuAhneMjgaOfsg+gas9r7MUP/HDWr+/2 x6Eg== 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=MV59tROj62zYVmHaY1B9hy2ixgYq+8bDx4Y6gsZ1xWg=; b=uZv4ktIhEAzXqKunpE5PajKnghEh+McHmBdmGa8R3lbbbK5LbWnsn6E1FuXemS0Coi YTXTVI1h0XJ7HSBF3Bft4XfBl0IHylVwdFI6iF3WvCM2pmEy4z5Q2MuaEmye3ydw79Nx iHfTJIVPilNRw997Wwe1SmR5oXFEb7u1rGdeBF8wEWYqNxXsM+MbvCfX7cOVct7BY84C TGnDoJQIoEvZPq8jSDGhdbGW0L81uaUSwRyESh1s6EYYxhqkJI9EwN7FEiIUCgltTt0O DkSILYwiYucunKpNfoYZOiDOxHD1mk/+9fSqM/i7HQ6PCMCbYgoCG5011D3CYbGY48Ky bh3Q== X-Gm-Message-State: AOAM533G5eRz7bNsPJlBBdVCo1AsE1Tt2N8+fPhzyLvxzVingHTcp+BJ 3kxtlSayf0QP8DdYogiCgfADZuRosWc5DzrlpSA= X-Google-Smtp-Source: ABdhPJxyLbd0kkDnHsvazQcs0lOSDCRaA/mRsyYcWkSk/avQs+RURb1wHFljT64eq3XRFwLUmUMIMLcxw9XWCE504mo= X-Received: by 2002:a92:dcc8:: with SMTP id b8mr14700459ilr.60.1596435302664; Sun, 02 Aug 2020 23:15:02 -0700 (PDT) MIME-Version: 1.0 References: <20200802105137.1666-1-pbhagavatula@marvell.com> In-Reply-To: <20200802105137.1666-1-pbhagavatula@marvell.com> From: Jerin Jacob Date: Mon, 3 Aug 2020 11:44:46 +0530 Message-ID: To: Pavan Nikhilesh Cc: Jerin Jacob , Ray Kinsella , Neil Horman , John McNamara , Marko Kovacevic , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: announce changes to eventdev public structures 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 Sun, Aug 2, 2020 at 4:21 PM wrote: > > From: Pavan Nikhilesh I think, git subject can be changed to "doc: add reserve fields to eventdev public structures" > > Add 64 byte padding at the end of event device public structure to allow > future extensions. > > Signed-off-by: Pavan Nikhilesh > --- > http://patches.dpdk.org/project/dpdk/list/?series=10728&state=* > > doc/guides/rel_notes/deprecation.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index ea4cfa7a4..37c7c9029 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -151,3 +151,12 @@ Deprecation Notices > Python 2 support will be completely removed in 20.11. > In 20.08, explicit deprecation warnings will be displayed when running > scripts with Python 2. > + > +* eventdev: A 64 byte padding is added at the end of the following structures > + in event device library to support future extensions: > + ``rte_event_crypto_adapter_conf``, ``rte_event_eth_rx_adapter_conf``, > + ``rte_event_eth_rx_adapter_queue_conf``, ``rte_event_eth_tx_adapter_conf``, > + ``rte_event_timer_adapter_conf``, ``rte_event_timer_adapter_info``, > + ``rte_event_dev_info``, ``rte_event_dev_config``, ``rte_event_queue_conf``, > + ``rte_event_port_conf``, ``rte_event_timer_adapter``, > + ``rte_event_timer_adapter_data``. You could point the existing patches for the same as the reference here. http://patches.dpdk.org/patch/72786/ http://patches.dpdk.org/patch/72787/ With the above change: Acked-by: Jerin Jacob > -- > 2.17.1 >