From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] ethdev: silence error message on rte_eth_dev_owner_unset Date: Mon, 27 Aug 2018 14:01:12 +0100 Message-ID: <9116ac40-5d84-5962-7432-a09cc66a947c@intel.com> References: <20180814001926.19630-1-stephen@networkplumber.org> <20180816224409.5719-1-stephen@networkplumber.org> <20180816224409.5719-2-stephen@networkplumber.org> <20180821084515.2a802429@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Matan Azrad , Stephen Hemminger Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 28EF658C6 for ; Mon, 27 Aug 2018 15:01:14 +0200 (CEST) In-Reply-To: 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 8/21/2018 4:53 PM, Matan Azrad wrote: > Hi > > From: Stephen Hemminger >> From 74ad4c60262b1451a5a2fabf79a2df89c6c5373d Mon Sep 17 00:00:00 2001 >> From: Stephen Hemminger >> Date: Thu, 16 Aug 2018 15:37:14 -0700 >> Subject: [PATCH 1/5] ethdev: silence error message on >> rte_eth_dev_owner_unset >> >> The rte_eth_dev_owner_unset function always generates a log message >> because the unset value for owner id is 0. >> >> Also, when rte_eth_dev_owner_delete is called with a valid owner id, the >> log message should be at NOTICE not ERROR severity. >> >> Fixes: 5b7ba31148a8 ("ethdev: add port ownership") >> Signed-off-by: Stephen Hemminger <...> > I think the title should be: > ethdev: fix port ownership logs > > while adding the fixes commits (at list 2 because of the NOTICE change) > and updating stable. > > Besides that, > Acked-by: Matan Azrad Applied to dpdk-next-net/master, thanks. (Used suggested title.)