From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v1 0/3] ethdev: document more retained across restart Date: Tue, 8 Jan 2019 14:52:33 +0000 Message-ID: <10d9a6ab-d2b3-69a8-9155-2c8a50079564@intel.com> References: <1539157900-6208-1-git-send-email-arybchenko@solarflare.com> <1545200580-15467-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Andrew Rybchenko , Thomas Monjalon Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 2489F1B1F0 for ; Tue, 8 Jan 2019 15:52:35 +0100 (CET) In-Reply-To: <1545200580-15467-1-git-send-email-arybchenko@solarflare.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/19/2018 6:22 AM, Andrew Rybchenko wrote: > The patch series tries to improve documentation of what is retained > across default restart. Overall makes sense to add below items into retained list, only concern if is there any PMD conflicts with these information, they should either updated with this patch or at least notified about expectation change. > > Andrew Rybchenko (3): > ethdev: advertise MTU as retained across device stop/start > ethdev: advertise default MAC as retained on device restart > ethdev: highlight that all-multicast is retained on restart > > lib/librte_ethdev/rte_ethdev.h | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) >