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 33552A0A0A; Tue, 23 Mar 2021 19:31:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA1E84014D; Tue, 23 Mar 2021 19:31:06 +0100 (CET) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) by mails.dpdk.org (Postfix) with ESMTP id BDF1740143 for ; Tue, 23 Mar 2021 19:31:05 +0100 (CET) Received: by mail-il1-f169.google.com with SMTP id l5so19045566ilv.9 for ; Tue, 23 Mar 2021 11:31:05 -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=MeFSpgwUFeVG+DKaT1hxEeEuaivy+ZsMFFTFfRGhY/s=; b=nz9R6YGx74Y03z/+B2CKUykRkvel8N3lZ5sPMQ6hEBv8uc/iwZKBOGUQdh3m8lrLwB ybZ9/sPIBEZkz41Cx63CKGcxl8VCTSOFhmrUrvHU8l/Yqm+wSjBY/4fg7uS/PoUFTfGd hw8q+BE8sj776xaKqhoGg+OQa0206hlGOJ+MmE4Q5XwOGQxl4pIe16fy3WKkFqo1jS9s ph5uOrIAPh50SeRScwCz/fBEb9jqBfecDmz5RAZivsi1jc3gCFjoWkBrXpHDsifWO1vh P9yNQR8nInO18iJqP3HCQ3M5VZBpfwZOXiB4ENO08mxuE95O6Cwtc6cwzbqVAqCVZUMR udig== 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=MeFSpgwUFeVG+DKaT1hxEeEuaivy+ZsMFFTFfRGhY/s=; b=Rag2wwCIUNUhjqZX9cbKO94fv+k7xdnR0/E3BgAsFlPuzeZ3xdSEk8+F1lH4QYHebU MAoM8VmGThqHx1yWKAAXaeyPs8tAs49h2ezvaqn7Nk8KepxP6C1zJth4Fvdb9sWVp8rT fit18pQIineoKc2yj2FFxl8t84TjUNx40ZvKaMkfgwXFMU3nl4Qrz6GkZm/dUjJfoqYV 3HU5nOjohru/Jqa9713451VpfWRIdqvXZ+9AplR575IkKqRRlObDgPdkkbw+dSw8ZWhg 2B/oP/N0hUbdawQPvPDfnnh5GyOrCzd+ScF6nQSh/CyAHJ0vnhAVrdTRUC6UkaMi+ZJO 0nCA== X-Gm-Message-State: AOAM531aLYrz6sWKkFaKSmIIiEhxCW3eJPnAExxcURw6F0MBhyIRQWv/ fgRPQJzHBbSfqsgOiUzAFHQNwB86y/JwGU6rT4U= X-Google-Smtp-Source: ABdhPJxaWQo5j2NeolHMjAv01NK96V6VeY8gtaGOMEdFMabGSWYyIEZR4974oIc/TDJHuUKhZJWMhVn2qJBB67f+q3U= X-Received: by 2002:a92:b70c:: with SMTP id k12mr6291009ili.60.1616524265107; Tue, 23 Mar 2021 11:31:05 -0700 (PDT) MIME-Version: 1.0 References: <20210316200156.252-1-pbhagavatula@marvell.com> <20210319205718.1436-1-pbhagavatula@marvell.com> <20210319205718.1436-5-pbhagavatula@marvell.com> In-Reply-To: <20210319205718.1436-5-pbhagavatula@marvell.com> From: Jerin Jacob Date: Wed, 24 Mar 2021 00:00:48 +0530 Message-ID: To: Pavan Nikhilesh Cc: Jerin Jacob , "Jayatheerthan, Jay" , Erik Gabriel Carrillo , "Gujjar, Abhinandan S" , "McDaniel, Timothy" , Hemant Agrawal , "Van Haaren, Harry" , =?UTF-8?Q?Mattias_R=C3=B6nnblom?= , Liang Ma , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v4 4/8] eventdev: add Rx adapter event vector support 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 Sat, Mar 20, 2021 at 2:28 AM wrote: > > From: Pavan Nikhilesh > > Add event vector support for event eth Rx adapter, the implementation > creates vector flows based on port and queue identifier of the received > mbufs. > > Signed-off-by: Pavan Nikhilesh > --- @jayatheethan, Let me know if you have any concerns about this patch. I planning to merge this for RC1 if there are no comments on this. > +struct rte_event_eth_rx_adapter_vector_limits; > +/** > + * Get event vector limits for a given event, etherner device pair. etherner -> ethernet