From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3915458CE for ; Tue, 3 Oct 2017 18:16:56 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Oct 2017 09:16:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,474,1500966000"; d="scan'208";a="906286190" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.245]) ([10.241.224.245]) by FMSMGA003.fm.intel.com with ESMTP; 03 Oct 2017 09:16:54 -0700 To: Aaron Conole , John Daley , Nelson Escobar References: <20170926185329.2776-1-aconole@redhat.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <516d27ee-d2a8-421b-20b8-4a43edbc0791@intel.com> Date: Tue, 3 Oct 2017 17:16:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170926185329.2776-1-aconole@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [RFC 0/4] misc enic fixes 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: , X-List-Received-Date: Tue, 03 Oct 2017 16:16:57 -0000 On 9/26/2017 7:53 PM, Aaron Conole wrote: > These still need some testing, and I will cc to stable > with the official patch. > > I'm especially interested in the comments on base. > > Aaron Conole (4): > enic: update format string to match arg types > enic: fix assignment > enic: remove unused code > enic: remove anscillary assignment Series Reviewed-by: Ferruh Yigit And please add the maintainers to cc next time. Since this is RFC, I assume you will send v1 of the patchset, when sending v1 can you please add "Fixes:" and "Cc: stable@dpdk.org" tags in commit log for fixes, these assure patches will be picked by stable tree. Thanks, ferruh