From patchwork Tue Jun 2 15:49:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerin Jacob Kollanukkaran X-Patchwork-Id: 70744 Return-Path: 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 80BCCA0514; Tue, 2 Jun 2020 17:49:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DAC4123D; Tue, 2 Jun 2020 17:48:40 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id C4FB81BFF2 for ; Tue, 2 Jun 2020 17:48:39 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 052FkCeP016824 for ; Tue, 2 Jun 2020 08:48:39 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0818; bh=e8LNxZuLS5ca1Kov9FUHuKNoigST/Faf9vI+JN7fo1M=; b=KJrujVUop01qaZJab/hI3WGk/lhN87RljhhSSWiL/gzFs4Dm9Z3X/Xcmsadxdb82viD7 MTgbTidEfFF0YH7K7MBOWybJ3UDhs0zSY69RGHkmp0seJvMrrf4X77zuv9Xsqj0rTcmU ZBZa2ClI1AtUSTjENDz1rql3mHSSJwpXauiwKk+jjEcY54py9U1JRRyBXwLZfUP3vVre 994ebVkzbhQrNISn6eNai0IoxaCfxGnR9ufF/dMkwIv+J4sAxnigQKZuLinBH4lFab6v VqbBokHwEDejFM5C0HX5t7iJEuQjUhkPexVN9tn7cjEgYyKFhptyP7IHymDFU8kbjIvX mA== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0b-0016f401.pphosted.com with ESMTP id 31bq0mu4ax-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 02 Jun 2020 08:48:39 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 2 Jun 2020 08:48:37 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 2 Jun 2020 08:48:37 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 3D2B73F7043; Tue, 2 Jun 2020 08:48:35 -0700 (PDT) From: To: CC: Jerin Jacob Date: Tue, 2 Jun 2020 21:19:16 +0530 Message-ID: <20200602154916.2101344-1-jerinj@marvell.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216, 18.0.687 definitions=2020-06-02_13:2020-06-02, 2020-06-02 signatures=0 Subject: [dpdk-dev] [PATCH] test: test patch for checking patchwork auto delegation feature X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Jerin Jacob This is a test patch to test patchwork auto delegation feature from git send email. Signed-off-by: Jerin Jacob --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 55df15864..adf7a7c31 100644 --- a/README +++ b/README @@ -9,3 +9,6 @@ API documentation, and sample application information. For questions and usage discussions, subscribe to: users@dpdk.org Report bugs and issues to the development mailing list: dev@dpdk.org + +This is a test patch to test patchwork auto delegation feature using +git send email.