From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E21755587 for ; Wed, 19 Apr 2017 14:40:38 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 19 Apr 2017 05:40:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,221,1488873600"; d="scan'208";a="91689115" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.59]) ([10.237.220.59]) by fmsmga006.fm.intel.com with ESMTP; 19 Apr 2017 05:40:36 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler Cc: adrien.mazarguil@6wind.com, dev@dpdk.org References: <20170416074640.171390-1-shahafs@mellanox.com> <20170418102228.145971-1-shahafs@mellanox.com> <20170419065053.GL14075@autoinstall.dev.6wind.com> From: Ferruh Yigit Message-ID: <9fd5e784-cebd-a742-d1da-6252c10c9d66@intel.com> Date: Wed, 19 Apr 2017 13:40:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <20170419065053.GL14075@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/mlx5: modify PMD args process 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: Wed, 19 Apr 2017 12:40:39 -0000 On 4/19/2017 7:50 AM, NĂ©lio Laranjeiro wrote: > On Tue, Apr 18, 2017 at 01:22:27PM +0300, Shahaf Shuler wrote: >> Currently the argument process is done without indication which >> parameter was forced by the application and which one is on it >> default value. >> This becomes problematic when different features requires different >> defaults. For example, Enhanced multi packet send and TSO. >> >> This commit modifies the argument process, enabling to differ >> which parameter was forced by the application. >> >> Signed-off-by: Shahaf Shuler >> Acked-by: Yongseok Koh > For the series, > > Acked-by: Nelio Laranjeiro Series applied to dpdk-next-net/master, thanks.