From patchwork Tue Jun 2 15:59: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: 70749 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 7A7DBA0514; Tue, 2 Jun 2020 17:58:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 67DF91BF5E; Tue, 2 Jun 2020 17:58:29 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id D475F1E34 for ; Tue, 2 Jun 2020 17:58:27 +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 052FuE7P002212 for ; Tue, 2 Jun 2020 08:58:27 -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=WlRo0ftS7J8MIP694edg2tI7rwYOIoHvTl+hO0CFhVQzvmZ6ASkaTN3AyTjXP4qOXFZ6 7mJyzJS8Hmb5bzQ85cyUGQG8ThiR/NqzPptc3gFVnpKoEdatl1EN2y+2UHHt8t9OHYTx xsDPk4OSX86LIjAPd1mE50UtOzDnz4YaXiaJau4nSqpMYfc+d3UGUOb8V0EpFiTex/GG gyHeeTDb6xR60zD6e8xJTM/r2gIlbGyGWoTNzNZUj7ADV1D4kKl1IgVBjavZIS6VSLBi Bk0d2mv74DbsznWt3+XX1cVNNqH+uLJyoHPKEBVW06vOS+PDSfAuJVjn2orCE/s7Z83F cQ== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 31bq0mu5e4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Tue, 02 Jun 2020 08:58:26 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 2 Jun 2020 08:58:25 -0700 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, 2 Jun 2020 08:58:25 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id 14C3C3F7044; Tue, 2 Jun 2020 08:58:23 -0700 (PDT) From: To: CC: Jerin Jacob Date: Tue, 2 Jun 2020 21:29:16 +0530 Message-ID: <20200602155916.2105667-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 v2] 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.