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 00B3D431A3; Thu, 19 Oct 2023 05:04:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C86A54029E; Thu, 19 Oct 2023 05:04:12 +0200 (CEST) Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) by mails.dpdk.org (Postfix) with ESMTP id C858F40291 for ; Thu, 19 Oct 2023 05:04:10 +0200 (CEST) Received: by mail-qt1-f170.google.com with SMTP id d75a77b69052e-41cbd1d7e04so8549471cf.1 for ; Wed, 18 Oct 2023 20:04:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697684650; x=1698289450; darn=dpdk.org; 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=qozRsoLzehZ6RuA/zNDZv75FwFDE2H0PolK1nRuBXNM=; b=aUjlCgekSoK9M48dUiSnK3JPXw0TH/Yk6lg/+7Yu434ZGFxmd7j3tyQi08WEawqA1P /b1a7xoA+c7cTzZi6PDCQYk/yWu9IcQ/15Ccfo1xzGIiMGtCXf8mAOBwQoVRullgCUtG 3oWvFnrPY34YW46ANoCHFCSkRCq4WJSDUg3AYX589Hf4PDmIMnOavMLjroJXojtzTLCz pQ8i2ffNB9zKos5EaHnNWqy4950kFUJ6zpFHwoIxZLMcRliYoij0dCrwjPLnwVipgZ7X Q/FnEnkfRpgW1v6Mkldx3aZxxXRSKPc6ntIAChEGzmV0EQRTNQn/KYFYXPxgaxouvQoq Itgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697684650; x=1698289450; 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=qozRsoLzehZ6RuA/zNDZv75FwFDE2H0PolK1nRuBXNM=; b=GmPl621dwZMjTTwwVdrCI+Zaqfw4S/Uah1jROerCOznJ7iW6jskAE7PH2jbFgdinyo v7JF2PmyaFr1yQfdunY4p5Fl22fjiYPqFqe2cq3HExF5wyIhhjp0SrUL0g4h4INAOVoB vESRODeFod9+5Ggwn5QL4cnRPx7VKsJNqMJAEy5mm0R1z8vOW3oKg15IRwS2uCHi9/Z/ snw9ivLMyT6TwpEr+JbdhNsmZY9BR+NYMPI7oImFUGZ1A7n9eJ3zmtvXf8kpCstoD3hA PNbAvcLXBWXSbfnwRGxbOOIIZi1Ss448HJ/1wJTTturebUIw5RrwOXGNL9gR8G0KRtAe EkaQ== X-Gm-Message-State: AOJu0YyRPxuwQ/3UWTdj6YUfvVshgDwRQ+/QclxNRiwpdQvRnHN0XzQd qjmra+ndKe1DHhqrLm0GCAKCg6QnAuUO/G88mwTuNiwvMk0= X-Google-Smtp-Source: AGHT+IG6xE4u3I5XllpXwq/CoDcZyKhIqPSJhWvJ9RBQNjNuAO/4tuS6XmRsvTa11kL3CMlOfbjREQT+s/bbEKs4Ieg= X-Received: by 2002:a05:622a:d5:b0:418:1179:9195 with SMTP id p21-20020a05622a00d500b0041811799195mr1003776qtw.66.1697684650139; Wed, 18 Oct 2023 20:04:10 -0700 (PDT) MIME-Version: 1.0 References: <20231018080725.613579-1-vattunuru@marvell.com> <20231018111404.686147-1-vattunuru@marvell.com> <20231018111404.686147-4-vattunuru@marvell.com> In-Reply-To: <20231018111404.686147-4-vattunuru@marvell.com> From: Jerin Jacob Date: Thu, 19 Oct 2023 08:33:44 +0530 Message-ID: Subject: Re: [PATCH v6 3/3] net/octeon_ep: add new fastpath routines To: Vamsi Attunuru Cc: dev@dpdk.org, jerinj@marvell.com, sthotton@marvell.com 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, Oct 19, 2023 at 6:52=E2=80=AFAM Vamsi Attunuru wrote: > > Adds new fastpath routines for cn10k & cn9k endpoint > devices and assigns the fastpath routines based on > the offload flags. > > Patch also adds misc changes to improve performance > and code-readability. > > Signed-off-by: Vamsi Attunuru Series applied to dpdk-next-net-mrvl/for-next-net. Thanks