From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 6DDBD8D9D for ; Mon, 26 Oct 2015 17:57:19 +0100 (CET) Received: by wikq8 with SMTP id q8so173876051wik.1 for ; Mon, 26 Oct 2015 09:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=NJ99E/euLShKDxHTHVMnm0Y77UjTYif8XFmPuJoj4Bk=; b=hfXPNLaogyCnbnOjFkAfLw33ip7i6ScpNh7YsfhOIXFbT/+m5JuSwVjawdkAk8bc/v ctfvTYCzUuI0mfAt/IwCwAQRW9xtw6jjIrKtg7Z0cKwzD/kQeZb+ojd6/cvY907psJ9f ob/xum4JAcYdOzhIHClDrP/Jwv01Ogr0PRQIXEBn4pDlduA9zN96B5mluDPt7HoQ1Rib FfjV+xQ6c1iSPNRDN4+vIucf2O5mtYNc37r0nkV0W8u3PKei6g78B5ltghtOtp4Frxo4 K50YdpboZEKOrRMzdKYz0+qxhnZ5J3YOvExf2Wzz90z+B2csfztRZrcs9ae9/dqYYOQW 24wA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=NJ99E/euLShKDxHTHVMnm0Y77UjTYif8XFmPuJoj4Bk=; b=QK2l1mxhTdBkJFLx9XAuMqYui53vUNEYi9YR0a40Ls9fs2n0/zemK0WXqPE1OYFNG4 gZ2xIZGQsbuZrdvSANS2Iy1t+KUOBl4pBaERxtM9ynNf+n0nkVth6/J2f2JwbvNGYRRk 29UOqwMJpJfjNKvtZvVnvFYwFobBlowoUoyRSTVteBIjvmhtR9lQkd80lMZcpwqu8ISy ivoHoL97iWXlj4birFMvAYc84+4lpnVlKCKoV3d0+JHbb7rpPFBBCCgCd+0uaf61Ja0P LDrlgBFbUC0f3Km+QyB0sTs/sipTW7MMMpq6YvFDzhfdYzQ345hErAO0OFLLkMBBHzkT NQTg== X-Gm-Message-State: ALoCoQlYfHMpHe5VvOlq2OcT5sKORE3WAtLHI0oazO1CRyOqNuVc6dGz9nbstNHAlr8LK5yCjkO6 X-Received: by 10.180.205.145 with SMTP id lg17mr22362627wic.67.1445878639235; Mon, 26 Oct 2015 09:57:19 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id jt9sm24905993wjc.24.2015.10.26.09.57.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 09:57:18 -0700 (PDT) From: Thomas Monjalon To: Panu Matilainen Date: Mon, 26 Oct 2015 17:56:10 +0100 Message-ID: <1823202.buTM6Lohp1@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] Provide reasonable default to -n X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 16:57:19 -0000 Panu, Please use --subject-prefix 'PATCH v2' to ease patch management, as explained here: http://dpdk.org/dev#send git send-email --subject-prefix 'PATCH vX+1' --annotate --cover-letter --in-reply-to It should appear on the cover letter and the patches. Thanks