From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 9964AC63A for ; Tue, 28 Apr 2015 17:44:19 +0200 (CEST) Received: by wgso17 with SMTP id o17so156430078wgs.1 for ; Tue, 28 Apr 2015 08:44:19 -0700 (PDT) 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=ZViTViTp/Csi6a5DWVA69DuEJaRU64d/jCCIBoAmawg=; b=CMa3s2wRogZMSwurtAIJ8JLM0my2fN3lOkzjVUwqlLJz+wHnKQJ9hJL+rPkFfEKsk8 t31jjf4bUPdG8iR2lVmEkAmSvU2RxfOJyqmD0sR+qWFIPVwMh62XZl/xzT2QkHhYZMWL vmLqhH3GZGpHmiobU3Vqy3r9SEM068ZWbdbRgkpe7tq8Obymx7cMHQoUEdMMgHwLYz5K 18V8VgLIiPVGUIEMInCfJF0/wOmRdoowESd3ksgqxoILTSjkJ2+XJjVF7V4TgbZ0kGsi pYgUlc65QO3U4jvdKA16C0ffD4LWu+t1RRfi/yiPElN51Qww/MUmmed8sJdpPmSj7lz+ xxGw== X-Gm-Message-State: ALoCoQkQnmtd0pmSs4YbWV9MMb75J7+lPuCOx4jBxBNuWG38DA6d/PECEbk/39SHY9HY8qavzf7T X-Received: by 10.180.104.197 with SMTP id gg5mr408762wib.27.1430235859452; Tue, 28 Apr 2015 08:44:19 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id ub1sm34800277wjc.43.2015.04.28.08.44.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Apr 2015 08:44:18 -0700 (PDT) From: Thomas Monjalon To: "Dumitrescu, Cristian" , "Gajdzica, MaciejX T" Date: Tue, 28 Apr 2015 17:43:35 +0200 Message-ID: <1791533.t8DaoouNzo@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891263233A9E3@IRSMSX108.ger.corp.intel.com> References: <1427710517-29001-1-git-send-email-maciejx.t.gajdzica@intel.com> <3EB4FA525960D640B5BDFFD6A3D891263233A9E3@IRSMSX108.ger.corp.intel.com> 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/3] port: added frag_ipv6 and ras_ipv6 ports 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: Tue, 28 Apr 2015 15:44:19 -0000 > Acked by: Cristian Dumitrescu Cristian, you forgot my previous recommendation: http://dpdk.org/ml/archives/dev/2015-February/013818.html A patch without Signed-off cannot be applied. Maciej, looking at your several series, most of these 30 patches have no signed-off nor commit messages. Reminder: a commit message must summarize the goal of the patch and explain why it is needed. Thanks for submitting new versions.