From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1EF545A52 for ; Fri, 10 Apr 2015 09:47:38 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 10 Apr 2015 00:47:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,555,1422950400"; d="scan'208";a="678155983" Received: from unknown (HELO [10.217.248.56]) ([10.217.248.56]) by orsmga001.jf.intel.com with ESMTP; 10 Apr 2015 00:47:37 -0700 Message-ID: <55278003.2090706@intel.com> Date: Fri, 10 Apr 2015 09:47:15 +0200 From: Pawel Wodkowski User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Eric Kinzie , "dev@dpdk.org" References: <1428339685-27686-1-git-send-email-ehkinzie@gmail.com> <1428339685-27686-3-git-send-email-ehkinzie@gmail.com> In-Reply-To: <1428339685-27686-3-git-send-email-ehkinzie@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/5] bond mode 4: copy entire config structure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 07:47:39 -0000 On 2015-04-06 19:01, Eric Kinzie wrote: > Copy all needed fields from the mode8023ad_private structure in > bond_mode_8023ad_conf_get(). > > Signed-off-by: Eric Kinzie > --- > lib/librte_pmd_bond/rte_eth_bond_8023ad.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_pmd_bond/rte_eth_bond_8023ad.c b/lib/librte_pmd_bond/rte_eth_bond_8023ad.c > index 97a828e..1009d5b 100644 > --- a/lib/librte_pmd_bond/rte_eth_bond_8023ad.c > +++ b/lib/librte_pmd_bond/rte_eth_bond_8023ad.c > @@ -1013,6 +1013,7 @@ bond_mode_8023ad_conf_get(struct rte_eth_dev *dev, > conf->aggregate_wait_timeout_ms = mode4->aggregate_wait_timeout / ms_ticks; > conf->tx_period_ms = mode4->tx_period_timeout / ms_ticks; > conf->update_timeout_ms = mode4->update_timeout_us / 1000; > + conf->rx_marker_period_ms = mode4->rx_marker_timeout / ms_ticks; > } > > void > This is bugfix. Acked-by: Pawel Wodkowski -- Pawel