From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 319B0A0597; Sat, 28 Mar 2020 01:33:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 541361C0B3; Sat, 28 Mar 2020 01:33:06 +0100 (CET) Received: from mail.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 4DE4D1C0B1 for ; Sat, 28 Mar 2020 01:33:04 +0100 (CET) Received: from [192.168.1.199] (139.159.243.11) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Sat, 28 Mar 2020 08:32:50 +0800 From: "Wei Hu (Xavier)" To: References: <20200225092903.38455-1-huwei013@chinasoftinc.com> CC: Chas Williams , Ferruh Yigit , Message-ID: <3395e202-e66b-5a23-626d-e24509a9841b@chinasoftinc.com> Date: Sat, 28 Mar 2020 08:32:49 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <20200225092903.38455-1-huwei013@chinasoftinc.com> Content-Language: en-US X-Originating-IP: [139.159.243.11] Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 0/2] fixes for bonding X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Are there any comments on this series? Thanks. Xavier On 2020/2/25 17:29, Wei Hu (Xavier) wrote: > This series include two fixes patches for bonding PMD driver. > > Wei Hu (Xavier) (2): > net/bonding: fix MAC address when switching active port > net/bonding: fix MAC address when one port resets > > drivers/net/bonding/rte_eth_bond_api.c | 1 + > drivers/net/bonding/rte_eth_bond_pmd.c | 11 ++++++++--- > 2 files changed, 9 insertions(+), 3 deletions(-) >