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 <step...@networkplumber.org> >> 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 <step...@networkplumber.org>
<...> > 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 <ma...@mellanox.com> Applied to dpdk-next-net/master, thanks. (Used suggested title.)