From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH v3 2/2] ethdev: device configuration enhancement Date: Thu, 8 Nov 2018 09:25:38 +0300 Message-ID: <3b646bb3-0fd6-efda-6508-93f39d6af5f6@solarflare.com> References: <1531373220-42150-1-git-send-email-wenzhuo.lu@intel.com> <1541642954-37497-1-git-send-email-wenzhuo.lu@intel.com> <1541642954-37497-2-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit To: Wenzhuo Lu , Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 17097201 for ; Thu, 8 Nov 2018 07:25:49 +0100 (CET) In-Reply-To: <1541642954-37497-2-git-send-email-wenzhuo.lu@intel.com> Content-Language: en-GB 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 11/8/18 5:09 AM, Wenzhuo Lu wrote: > The new configuration is stored during the process. > But the process may fail. We better rolling the > configuration back as the new one doesn't take effect. > > Signed-off-by: Wenzhuo Lu I would say that the order is wrong. We should fix this bug first and the changeset should have appropriate Fixes tags. I think this bug is older and should be fixed first. Then the second bug should be fixed without this one present.