From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B617F4C95; Fri, 24 Aug 2018 14:29:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2018 05:29:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,281,1531810800"; d="scan'208";a="67564838" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by orsmga007.jf.intel.com with ESMTP; 24 Aug 2018 05:28:29 -0700 To: Alejandro Lucero , dev@dpdk.org Cc: stable@dpdk.org References: <1535109359-48584-1-git-send-email-alejandro.lucero@netronome.com> <1535109359-48584-4-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <1a4681b5-0952-f7a5-6d1a-1466f17e4e3e@intel.com> Date: Fri, 24 Aug 2018 13:28:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1535109359-48584-4-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 3/3] doc: comment rte_eth_dev_start change 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: Fri, 24 Aug 2018 12:29:23 -0000 On 8/24/2018 12:15 PM, Alejandro Lucero wrote: > The new device flag RTE_ETH_DEV_NOLIVE_MAC_ADDR modifies how MAC is set > when calling rte_eth_dev_start. > > Signed-off-by: Alejandro Lucero > --- > doc/guides/rel_notes/release_18_11.rst | 6 +++++- I think it is better to merge this with implementation patch, 1/3.