From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] ethdev: fix MAC address replay Date: Mon, 30 Jan 2017 10:21:44 +0100 Message-ID: <47951643.7rmjiFTVd8@xps13> References: <20170124022145.7540-1-jonshin@cisco.com> <20170127175729.17803-1-jonshin@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, iryzhov@nfware.com To: Steve Shin Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 0AE783237 for ; Mon, 30 Jan 2017 10:21:46 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id t18so8639140wmt.0 for ; Mon, 30 Jan 2017 01:21:45 -0800 (PST) In-Reply-To: <20170127175729.17803-1-jonshin@cisco.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-27 09:57, Steve Shin: > This patch fixes a bug in replaying MAC address to the hardware > in rte_eth_dev_config_restore() routine. Added default MAC replay as well. > > Fixes: 4bdefaade6d1 ("ethdev: VMDQ enhancements") > > --- > v2: Added default MAC replay & Code optimization. > v3: Covered a case (ex, SR-IOV) where multiple pools > exist in the mac_pool_sel array. > v4: removed a coding style warning. > v5: Added default MAC replay with dev_ops->mac_addr_add. The changelog should be after the SoB, because everything after --- is removed when applying. > Signed-off-by: Steve Shin I've added Reviewed-by: Igor Ryzhov Applied, thanks