From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 0549A2A9 for ; Thu, 27 Nov 2014 18:15:04 +0100 (CET) Received: by mail-wg0-f46.google.com with SMTP id x12so6972243wgg.19 for ; Thu, 27 Nov 2014 09:15:03 -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=dBQzdFC2fpSHl397xLatbaJ7McLnWtTAgzTM+tz9ER8=; b=cCC8fOo8ulHnFHrIYwpLziDMzP94fDSgFeoKEajTh6G3cNLlkdqPQBn4rbtBK7NTDf NieK7/lhvkY4IsVuHae+LBbooX/jAAFwjxcbDDvD+GRjEaiuYGR2MLjDqEgpA3kyBYHC 6ncAIJPe+Es9Wen3XZvPyQkElHVSniH4I4CUDl0sCcZ5283Q+I0svNOjthHvHILS1KIb 3lHII0J/63CMCpjeyF8f3GGYQ/i8GnbEVRWP0blgE3Bi6ZpFoD/R50cnkUi3qm5+Vn4H 7IUSYrf2gyGVtRNGVBepxXuT3MBy17N9Vy0dNO9rZCk8VnhDUbZ2mMenA4QEzEwzG20M 0fYw== X-Gm-Message-State: ALoCoQlzgSYkV8/ZZzGV4pWa6tU5Phm0dSmzwVGK6wXmOseKC8eMw8lVXjlSP0M7DFh024eXGcjY X-Received: by 10.194.209.180 with SMTP id mn20mr61090238wjc.49.1417108503871; Thu, 27 Nov 2014 09:15:03 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id f7sm12436218wiz.13.2014.11.27.09.15.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Nov 2014 09:15:03 -0800 (PST) From: Thomas Monjalon To: "Doherty, Declan" Date: Thu, 27 Nov 2014 18:14:40 +0100 Message-ID: <2818228.C2Gc1OvFja@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <345C63BAECC1AD42A2EC8C63AFFC3ADC273E99D2@IRSMSX101.ger.corp.intel.com> References: <1415381738-43417-1-git-send-email-jyu@vmware.com> <345C63BAECC1AD42A2EC8C63AFFC3ADC273E99D2@IRSMSX101.ger.corp.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] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 17:15:04 -0000 > > 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 > > Acked-by: Declan Doherty Please Declan, could you rebase this patch on HEAD and send a v2? Thanks -- Thomas