From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: I want to post my patch about examples/kni Date: Tue, 04 Aug 2015 00:10:43 +0200 Message-ID: <5435956.xD9mi0IqkO@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "EaseTheWorld Mr." Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id E10C4C3B4 for ; Tue, 4 Aug 2015 00:12:01 +0200 (CEST) Received: by wibud3 with SMTP id ud3so131887460wib.0 for ; Mon, 03 Aug 2015 15:11:58 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-08-04 06:39, EaseTheWorld Mr.: > but I don't have smtp server... Can anybody help with this? Dear Mr EaseTheWorld, It's a pleasure to ease your first contribution :) You have to set your SMTP parameters in ~/.gitconfig. Example for your gmail address: [sendemail] suppressfrom = true chainreplyto = false confirm = always envelopesender = auto smtpuser = easetheworld@gmail.com smtpserver = smtp.gmail.com smtpserverport = 465 smtpencryption = ssl In order to ease acceptance of your patch, please comply with the Developer's Certificate of Origin: use your real name and add a Signed-off-by line. You also need to clearly explain your patch and the bug which is fixed. According to MAINTAINERS file, this patch should be --to 'Helin Zhang ' --cc dev@dpdk.org Thanks