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 75BBCA0C41; Thu, 16 Sep 2021 06:29:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0159A4003F; Thu, 16 Sep 2021 06:29:08 +0200 (CEST) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) by mails.dpdk.org (Postfix) with ESMTP id 4E9E44003C for ; Thu, 16 Sep 2021 06:29:06 +0200 (CEST) Received: by mail-io1-f44.google.com with SMTP id y18so6382910ioc.1 for ; Wed, 15 Sep 2021 21:29:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fluylzahaelNZzzqx8lm2boXHxwxDa10jTlQnd2x/+0=; b=hT1PMaHlhgHYwyx2cR79j/g/RyNybCoFRPuvySSCmEIHUssVfH9pivczlKR5pLFuTg mW/Rj/FfzGjdGEvp4yTWsiTiPo3ANbx6lEdc+8TcxvRLYo+kKOlT7WJDjIv/k0zPCIg1 69Qpufl6Lq1ywOh4TI/JvwVjaJsFKqNuhJkQ/Tur3xEax6mdZyvsgvyvfqovFeLSTEsx b4/yisbIh3IZcXMU0c4u6rLNf8gLoTDWWikrSjVSsvM73KuX50id3+VEsQ5iIXtLjBZd RBl5IPlve1stwvtZiVuppg0KYfy5PIIrvg0CGW+rsIkrMfEFcXBJaSRPBxbbKWSv9VNm 0LyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fluylzahaelNZzzqx8lm2boXHxwxDa10jTlQnd2x/+0=; b=M0v6DlBMn8u4Ccwx24SZhF06x5oreQAJ5jRnTpiZGlF2zV3OjxeUGLMKnq96bLz/jR WMHZC32enI32jF9g1oeDyFeUmfDSbjJLp5nKiMJj4hq1R5Nlsks9OL9Isk0OSq4AY/4E qk89gH1oMZWh0BGHtMRuL36vGkkaXf5bQvmNORmiSDDT1utNkGAOOqHyKvKmjndPwwuI MdAWbzH4c3T08TNSVbu9DOBhggX4v+WChAMPvsakeUSxB5xKLKpKhk6ITXjdgu55qdZx +vXbL1Gs2jgL9lePlvGAY3HCz+bCZPEs62+ME9hFqJsdZks/Gn4Uv1m1mC9yQ+x4SgAt Lfkw== X-Gm-Message-State: AOAM530kJNN10VMz48ZZYQlcmFPTYNUmX+oAMzLNUiY3IVdcQN0KpdIQ /aAqE8u7IYXtftL576c29APZOP2ar1/huKQTuOA= X-Google-Smtp-Source: ABdhPJxxnmaEb7cT8tdPPZh1g7+a03BPJ0+wFGYV7PWsdduhqhzidXRlhKZsKOEGI6eZ+cm8yjkoM205v1jD6Amobsg= X-Received: by 2002:a6b:3e84:: with SMTP id l126mr2845562ioa.151.1631766545643; Wed, 15 Sep 2021 21:29:05 -0700 (PDT) MIME-Version: 1.0 References: <20210818065728.1877-1-pbhagavatula@marvell.com> <20210915131521.319-1-pbhagavatula@marvell.com> <3cb891ed-9c6d-29a2-ef0b-ee8bc24ac6b8@ashroe.eu> In-Reply-To: <3cb891ed-9c6d-29a2-ef0b-ee8bc24ac6b8@ashroe.eu> From: Jerin Jacob Date: Thu, 16 Sep 2021 09:58:39 +0530 Message-ID: To: "Kinsella, Ray" Cc: Pavan Nikhilesh , Jerin Jacob , Jay Jayatheerthan , Shijith Thotton , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v14] eventdev: simplify Rx adapter event vector config 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 Sender: "dev" On Wed, Sep 15, 2021 at 6:48 PM Kinsella, Ray wrote: > > > > On 15/09/2021 14:15, pbhagavatula@marvell.com wrote: > > From: Pavan Nikhilesh > > > > Include vector configuration into the structure > > ``rte_event_eth_rx_adapter_queue_conf`` that is used to configure > > Rx adapter ethernet device Rx queue parameters. > > This simplifies event vector configuration as it avoids splitting > > configuration per Rx queue. > > > > Signed-off-by: Pavan Nikhilesh > > Acked-by: Jay Jayatheerthan > > --- > > v14 Changes: > > - Update documentation. > > v13 Changes: > > - Fix cnxk driver compilation. > > v12 Changes: > > - Remove deprication notice. > > - Remove unnecessary change Id. > > > > app/test-eventdev/test_pipeline_common.c | 16 +- > > .../prog_guide/event_ethernet_rx_adapter.rst | 11 +- > > doc/guides/rel_notes/deprecation.rst | 9 - > > drivers/event/cnxk/cn10k_eventdev.c | 77 -------- > > drivers/event/cnxk/cnxk_eventdev_adptr.c | 41 ++++ > > lib/eventdev/eventdev_pmd.h | 29 --- > > lib/eventdev/rte_event_eth_rx_adapter.c | 179 ++++++------------ > > lib/eventdev/rte_event_eth_rx_adapter.h | 30 --- > > lib/eventdev/version.map | 1 - > > 9 files changed, 112 insertions(+), 281 deletions(-) > > FYI - deprication is spelt deprecation > > Acked-by: Ray Kinsella Acked-by: Jerin Jacob Applied to dpdk-next-eventdev/for-main. Thanks. >