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: Wed, 20 Mar 2019 16:53:20 +0000 Message-ID: <0973e96f-62eb-70cd-4f57-ca667b26a339@intel.com> References: <1539157900-6208-1-git-send-email-arybchenko@solarflare.com> <1801492.KjKJSzd4j9@xps> <2517288.LQRjODG6HJ@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , Andrew Rybchenko Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id AFC601B136 for ; Wed, 20 Mar 2019 17:53:24 +0100 (CET) In-Reply-To: <2517288.LQRjODG6HJ@xps> 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 3/20/2019 3:32 PM, Thomas Monjalon wrote: > 20/03/2019 16:25, Ferruh Yigit: >> On 3/20/2019 2:26 PM, Thomas Monjalon wrote: >>> 19/03/2019 14:21, Yigit, Ferruh: >>>> On 12/19/2018 6:22 AM, Andrew Rybchenko wrote: >>>>> The patch series tries to improve documentation of what is retained >>>>> across default restart. >>>>> >>>>> 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 >>>>> >>>> >>>> Hi Thomas, >>>> >>>> Is there any objection on this patchset? If not I am planning to merge it. >>> >>> No objection, more clarification in doxygen is always good. >>> >> >> This may be defining the behavior more than clarification. >> >> Can I add your explicit ACK? > > Acked-by: Thomas Monjalon > Series applied to dpdk-next-net/master, thanks.