From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C8D621B2B8 for ; Wed, 11 Oct 2017 01:06:45 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2017 16:06:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,359,1503385200"; d="scan'208";a="137229339" Received: from unknown (HELO [10.241.225.83]) ([10.241.225.83]) by orsmga004.jf.intel.com with ESMTP; 10 Oct 2017 16:06:32 -0700 To: Aaron Conole , dev@dpdk.org References: <20170926185329.2776-1-aconole@redhat.com> From: Ferruh Yigit Message-ID: <443b8d8a-6020-84d0-7e12-2cb411680afb@intel.com> Date: Wed, 11 Oct 2017 00:06:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.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, 10 Oct 2017 23:06:46 -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 applied to dpdk-next-net/master, thanks.