From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45])
 by dpdk.org (Postfix) with ESMTP id A06E7231C
 for <dev@dpdk.org>; Thu, 27 Nov 2014 22:53:17 +0100 (CET)
Received: by mail-wg0-f45.google.com with SMTP id b13so7482193wgh.18
 for <dev@dpdk.org>; Thu, 27 Nov 2014 13:53:17 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=y53sRJ40D1J1m5KWmKrxm1Eug8iz1WsD8akvR32+ZfE=;
 b=Uszx8+p4wLIVRgbDw3fT+WFsWcNAgQDMsyIrwpYp6APpDsCs3xFlLafSSbdaHRu8bt
 RbSvjcPHqzKbX/dsKQ+qAreuuk5jfnGfI1B/ww+HxObs6vaWBfE+RYMK0Ls0iuQI6fwV
 1yPV5YZuvLqLhSvriLJ1TpWsXNM31OkcDkdgC5TmFcN3Ia/dVmWNlFdaqNLCyfRV8EPz
 XUv+m2VGb0S0WleAyQTLbG5fsccmdtKVP8MtRDLAC47dpkpc4o96LY3kyQytgwbjx6cx
 sigKhrKV6fyD8QV6BMKkVPeVrZBtqyOtfHfxxiAWwkb8urEn+NkIkvPUjZGCdUpYTm7c
 Cdrw==
X-Gm-Message-State: ALoCoQn81By9WUevJLnPmkwpGjCcEeHsCzvdN2mRReP4XBgu1WfKwKm46bHDfqqxjNuIxUnywCpJ
X-Received: by 10.180.9.103 with SMTP id y7mr9088054wia.5.1417125197471;
 Thu, 27 Nov 2014 13:53:17 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id nj9sm13130353wic.10.2014.11.27.13.53.16
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 27 Nov 2014 13:53:16 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Declan Doherty <declan.doherty@intel.com>
Date: Thu, 27 Nov 2014 22:52:54 +0100
Message-ID: <9263747.gbLTbr5sGz@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <1417123417-26444-1-git-send-email-declan.doherty@intel.com>
References: <1415381738-43417-1-git-send-email-jyu@vmware.com>
 <1417123417-26444-1-git-send-email-declan.doherty@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2] bond: set {rx|tx}_offload_capa flags
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 27 Nov 2014 21:53:17 -0000

2014-11-27 21:23, Declan Doherty:
> v2:
> rebased to HEAD
> 
> From: Jia Yu <jyu@vmware.com>
> 
> Before the fix, bond device's offload capabilities are unset. This fix
> takes the minimum common set of slave devices' capabilities as bond
> device's capabilities. For simplicity, we ensure all slave devices
> to have a capability before bond device can claim this capability,
> even if some slave devices are unused (i.e. linked down, standby).
> 
> Signed-off-by: Jia Yu <jyu@vmware.com>
> Signed-off-by: Declan Doherty <declan.doherty@intel.com>

Applied

Thanks
-- 
Thomas