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 9BB0E43026; Thu, 10 Aug 2023 15:26:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6AD6640DFB; Thu, 10 Aug 2023 15:26:02 +0200 (CEST) Received: from mail-vs1-f41.google.com (mail-vs1-f41.google.com [209.85.217.41]) by mails.dpdk.org (Postfix) with ESMTP id 1EED140691 for ; Thu, 10 Aug 2023 15:26:01 +0200 (CEST) Received: by mail-vs1-f41.google.com with SMTP id ada2fe7eead31-4476a50c64bso387190137.3 for ; Thu, 10 Aug 2023 06:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1691673960; x=1692278760; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=eQprMykAbCLSWNVmxXhDrrVbUUQM1NzFKJxPN6tsM3A=; b=DXY7f8Z+rMzRQ7Vrfn8UMYc9Gt323py6/SdMimkPFMjQup/blFWRfRC3mK4rhNFVDS MQfovKHDW33Ek4KxHX3spIiFV7W2m5aKmjmPreeJfTJ9foVzpJsley31dE0B47UMQzxb ZCMnmMN1p17f2J5JLUqBKWtgOS35tqjmQYEwh9yvLYcFYcQOnx27o7WGE0JyRIfQGkJD Dfsm5TIjWTEyVUZ+ZJaMizvRdKPx1LLoyBQNjazUJ6h0CAWUQHCwh//wy/tcoPFx1M1E u3urYYrZ83WYgOFcdfG5zskZtMeIERZxB74zzmkjJG/Jw1ie4mI3V/mpddZILPd4YtxM qpYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691673960; x=1692278760; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eQprMykAbCLSWNVmxXhDrrVbUUQM1NzFKJxPN6tsM3A=; b=IIeYUTEF8wWD8s8H0iJBtpxDp06fCSLaWmyBPeg0Ds7hQSU4YTejXX/J2YsXK/czOC uhXsuUxM/3Cmgp5xIMeVmGh4k7DE2KdKN1yULtIOkWWYHWwsy6uBshtMI2ntwdxxhrwI aG4ExtLk2aRGJaYfzW4S4TodqvZHq3UrbYTj8Z2EGzBLYsnw+tEemZlb1b3i5t+j/N1A l1t8IyQSgxb9ZtqsFQ10At+DQHvmN7o8wFRy6ciAQdxElB6VWg49tJeYB3btQWz2EN6N f/rxhCNMyDZj6geNmTes6k8nCQJdxDbPLCUIIAOCwnkDahDuA1NE7z/2RQ4JokrLXqY7 HBUg== X-Gm-Message-State: AOJu0Yy7lDrSfFnh1+SKm42roanvPcgGqHFhzgTuhRmsuNbHj1loGY4x eKDaO2eCemU/YkiygeOp/ZB34n2yvIhi5Bu5qSs= X-Google-Smtp-Source: AGHT+IEGnP50iQ3kOav5Kr2Gp+mJMYzce3kMpUkLuq5yO0v7823Q0Yt61H9Ny56poikzN3WPxN+NOmRqxAF9+q3OBXU= X-Received: by 2002:a67:f596:0:b0:447:6f5a:5123 with SMTP id i22-20020a67f596000000b004476f5a5123mr1395692vso.30.1691673960363; Thu, 10 Aug 2023 06:26:00 -0700 (PDT) MIME-Version: 1.0 References: <20230801094004.51939-1-s.v.naga.harish.k@intel.com> <20230801135149.135550-1-s.v.naga.harish.k@intel.com> In-Reply-To: From: Jerin Jacob Date: Thu, 10 Aug 2023 18:55:34 +0530 Message-ID: Subject: Re: [PATCH v2] eventdev/eth_rx: update adapter create APIs To: "Naga Harish K, S V" Cc: "dev@dpdk.org" , "Jayatheerthan, Jay" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Thu, Aug 10, 2023 at 5:28=E2=80=AFPM Naga Harish K, S V wrote: > > Hi Jerin, > Thinking of another approach for this patch. > Instead of changing all create APIs, update rte_event_eth_rx_adapter_cre= ate_ext() alone with additional parameters. > rte_event_eth_rx_adapter_create() and rte_event_eth_rx_adapter_create_wit= h_params() APIs will be untouched. I am not sure if that is for any help to existing application which is using rte_event_eth_rx_adapter_create_ext() and it needs to support two DPDK versions. Also, rte_event_eth_rx_adapter_create_ext() is not experimental API, we need depreciation notice to change API.