Message ID | 20201202054647.3449-1-ndabilpuram@marvell.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 87DE1A04DB; Wed, 2 Dec 2020 06:47:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EDB66C9B8; Wed, 2 Dec 2020 06:46:59 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id A4F0CC9A8 for <dev@dpdk.org>; Wed, 2 Dec 2020 06:46:58 +0100 (CET) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 0B25fSwP013736; Tue, 1 Dec 2020 21:46:56 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0220; bh=059B+iYNcCTKgEZRMGqUnuPM4VRcdLb0HVZEbk05dZA=; b=PuBKW+j8mwAbSAHMApwui6FLgB/Fivi2jCI7UHJq57Pkx93+t0KG+XFdU5W1eJqpKWDd nsbxIE2DVfSzQWhjCCnJqtz1XECaufMuuXMs1pUo1+O8n0YzkMZ0J7fXofhbSOczsL8c ssLXhcK3SP1LPZZcvFJULgkoT31F5B31yxuXRurxaf3lc5TE5Xshwal9mhXcHelQtHrM SqYkFOAuLcYbUVKFai/swfuVLVlxSVTblSPAddTpw3gyQYSGpkl3mB1NzfqOxX/sAGUh I/4vsA5fhLFb12smobgwATeCdl6Hcs+QCDSpoJyjri6bTAb8lMt0xWi4ogU6ovVH21EA mQ== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0b-0016f401.pphosted.com with ESMTP id 355w5097cm-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Tue, 01 Dec 2020 21:46:54 -0800 Received: from SC-EXCH04.marvell.com (10.93.176.84) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 1 Dec 2020 21:46:52 -0800 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 1 Dec 2020 21:46:53 -0800 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 1 Dec 2020 21:46:53 -0800 Received: from hyd1588t430.marvell.com (unknown [10.29.52.204]) by maili.marvell.com (Postfix) with ESMTP id 2CB2A3F7043; Tue, 1 Dec 2020 21:46:50 -0800 (PST) From: Nithin Dabilpuram <ndabilpuram@marvell.com> To: <anatoly.burakov@intel.com>, David Christensen <drc@linux.vnet.ibm.com>, <david.marchand@redhat.com> CC: <jerinj@marvell.com>, <dev@dpdk.org>, Nithin Dabilpuram <ndabilpuram@marvell.com> Date: Wed, 2 Dec 2020 11:16:43 +0530 Message-ID: <20201202054647.3449-1-ndabilpuram@marvell.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20201012081106.10610-1-ndabilpuram@marvell.com> References: <20201012081106.10610-1-ndabilpuram@marvell.com> MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.312, 18.0.737 definitions=2020-12-02_01:2020-11-30, 2020-12-02 signatures=0 Subject: [dpdk-dev] [PATCH v4 0/4] fix issue with partial DMA unmap X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Series | fix issue with partial DMA unmap | expand |