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 E28B6429A5; Fri, 21 Apr 2023 06:51:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 78AF5410DD; Fri, 21 Apr 2023 06:51:58 +0200 (CEST) Received: from mail-vk1-f175.google.com (mail-vk1-f175.google.com [209.85.221.175]) by mails.dpdk.org (Postfix) with ESMTP id 0465540E6E for ; Fri, 21 Apr 2023 06:51:57 +0200 (CEST) Received: by mail-vk1-f175.google.com with SMTP id 71dfb90a1353d-44087536177so843306e0c.2 for ; Thu, 20 Apr 2023 21:51:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682052717; x=1684644717; 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=c2QzWFGIawri3KXZVvNtQz9tucoYDyHnnpyQy3no9t8=; b=J1ho4/0BB0RqwnVuesPhZ1Nb3y1/KBnL997YVUtRKeGRjopKMeK8S6i0eq/HcrkE19 vIz+Jl2W5+dS9Y4G6+3JgoFe7fDDHgOVYlQaIuQiM8RH+GoFpIcwLt+c7ec+I3jBf+sG ziYr2XT38+MtKAuR9Zi0tWzkvhgYu7D/VJwVIBKKwTsk0Wk/4Imf6bGl1QG68dMScstO qeZXGddOMXK+QGZm6KevlVU+ITF3AOfD2NFpE31uu8Q9AfE2zpBiAGW850qsdYoP6uDC MBk9y4I2IVy0WBR3vGYI05wF/GCrulg1IYAWANAqL8Nhxg1S9GqWbnrwkpe0zaze5w2h u4oQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682052717; x=1684644717; 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=c2QzWFGIawri3KXZVvNtQz9tucoYDyHnnpyQy3no9t8=; b=NgK6Qf2n2ahedPRDDC8Qfu1NfC8LgM/7xHriuIRV2iiSkjJE8jkra6OMhwXihi2SBc e4M5FQSaV00ViXhvxm/8djkJFZ3CS/YJTDDqManSPPGYKyyZAyp4vXBIHpBpLD7FKDm6 k7o7yB2lMCQKkq7UPzfQCeJHMzOy6bf1yfcuNXyVGw0qtLZRIZWKNABFerfNgkDvG0mw lYy596Tk0jwXqP6kBh1dmjYODdEVbK2kZNo+SDEC09TkoF2gKeccGzlxBfuiEpIaYD/l sKTbGx0fGFw+ZnC81TdRi96jTepLMUj0dgaTRfF2WoD17A2NBhboQtVuLI596DmLbxmF xkdQ== X-Gm-Message-State: AAQBX9dUzku5Mfn28wOXQfg5HC/vhr014ULW7SxxzPxe4W6Ez8cYv/iw pM5w/S6ZiSryE9SPaqM2SByaMlT+uZDb7Pgoirc= X-Google-Smtp-Source: AKy350ZUGyK408XGET8L/FEdnFFrOz3YZQU/oazcFGRJHUxSe5qZF47uF41CBlDExi+TtzduZsNSdWLY4YNmgiRXmXg= X-Received: by 2002:a1f:4146:0:b0:43f:bcad:db6b with SMTP id o67-20020a1f4146000000b0043fbcaddb6bmr401459vka.10.1682052717278; Thu, 20 Apr 2023 21:51:57 -0700 (PDT) MIME-Version: 1.0 References: <20230404141855.1025625-2-sedara@marvell.com> <20230405142537.1899973-1-sedara@marvell.com> <20230405142537.1899973-7-sedara@marvell.com> In-Reply-To: <20230405142537.1899973-7-sedara@marvell.com> From: Jerin Jacob Date: Fri, 21 Apr 2023 10:21:31 +0530 Message-ID: Subject: Re: [PATCH v2 06/10] net/octeon_ep: fix DMA incompletion To: Sathesh Edara Cc: sburla@marvell.com, jerinj@marvell.com, Radha Mohan Chintakuntla , Veerasenareddy Burru , dev@dpdk.org 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, Apr 5, 2023 at 7:56=E2=80=AFPM Sathesh Edara w= rote: > > This patch fixes the DMA incompletion 1) Please remove "This patch" in every commit description in this series, as it is quite implicit. 2) Please add Fixes: tag 3) Tell what was the problem and how it is fixing it?