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 9E3F342601; Thu, 21 Sep 2023 04:44:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E7A64026D; Thu, 21 Sep 2023 04:44:51 +0200 (CEST) Received: from mail-vs1-f47.google.com (mail-vs1-f47.google.com [209.85.217.47]) by mails.dpdk.org (Postfix) with ESMTP id 7846A4014F for ; Thu, 21 Sep 2023 04:44:49 +0200 (CEST) Received: by mail-vs1-f47.google.com with SMTP id ada2fe7eead31-4525cfe255bso1080026137.1 for ; Wed, 20 Sep 2023 19:44:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695264289; x=1695869089; 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=7wcpKdILfa1oWtpdHLKgR04jF3TYbh1ednedLHXogM0=; b=Pop5e6tP7FXadWtRO18Swg02UeNQ8QSDGxCnxKeys6qZPDvd2hohZdDUB7KgTmE/8D gdRHPQVZfeANR6jSfZhlMfdnDe/0b+f9neD7O/+y6lZCZ9KLkwAsFt6xb41nLLuF7qi9 m7UQjpuJYpMbICQeQEwlh23sg8SztTTISVTjj2AV3IxtPCV4x3klVIqcMwGsDHi1RGnd zV19y6WJFcKOee5VkqzsLKYr4snqEcXZymSqeMzSBn8WEpTfWGH2MWSWNO7VB09S3hfG TQzIC3Ml2mPLAQsL879hO9TSDAq7wAplt8/8qxp7RVLwVxkitpbI+RAFn3QGubDQEqGs psCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695264289; x=1695869089; 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=7wcpKdILfa1oWtpdHLKgR04jF3TYbh1ednedLHXogM0=; b=Ejfgo11oAFKJwZfhzmlc30Ybr02esG1VoONRUJD3nAZ3IH098BdriOpyRuSRj8dhj7 cBDUPaOSEecqy6KAekQTsOUL47aRpzP4Y9ZraguYA3F6vUI4MqN5O9sk+42WO4Bdp47h /58MFz8xy7F8TSQg27GdDAIhfGwDZ6s47KWIM3sJ5FXlqJZitIwv0Zudt9z2/Ar+vhtA kR29O96d6iBfbLyA4iw1rx7ghSPI9lZ3t12ffbzDt0I6KF0rFk+unM4SpzLuSLhNvUPj mug+2UxyLcAnxbEKrEMrG4zQtmfww+w6yD1VloDbuDCpvj7WiGT+/Vz5us7O1L7DxmQt x87Q== X-Gm-Message-State: AOJu0YwQxpMM1OTra/FCidFguDbPXX1vKkjQl37X9rih/Bpe96gWx0g+ 6aZIRfq+n/R7tAzAATMScmQTQuC2I4g9RQ8neZ8= X-Google-Smtp-Source: AGHT+IEE14STIf0PruULAG0mL2e3cOXvBGYh1VwBRDUUX+NwbEdGWeayf8O3HUhdL+Z+ekkDno3YCpLFcQ+rfPBTNxU= X-Received: by 2002:a05:6102:3134:b0:452:78a0:868d with SMTP id f20-20020a056102313400b0045278a0868dmr3399628vsh.8.1695264288806; Wed, 20 Sep 2023 19:44:48 -0700 (PDT) MIME-Version: 1.0 References: <20230920101222.767408-1-rbhansali@marvell.com> <20230920101222.767408-2-rbhansali@marvell.com> In-Reply-To: <20230920101222.767408-2-rbhansali@marvell.com> From: Jerin Jacob Date: Thu, 21 Sep 2023 08:14:22 +0530 Message-ID: Subject: Re: [PATCH 2/2] net/cnxk: separate callback for Rx flush on CN10k To: Rahul Bhansali Cc: dev@dpdk.org, Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , jerinj@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 Wed, Sep 20, 2023 at 5:01=E2=80=AFPM Rahul Bhansali wrote: > > In dev stop case, Rx packet flush callback uses LMT lines to bulk free > of the meta buffers. If dev stop is called from non EAL core then LMT > address will not be valid. > To avoid this, A separate callback for Rx packets flush is added, > which will use NPA aura free API on individual meta packets. > > Signed-off-by: Rahul Bhansali Fix CI issues at https://patchwork.dpdk.org/project/dpdk/patch/20230920101222.767408-2-rbhan= sali@marvell.com/