From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 92E0C2E81 for ; Thu, 27 Nov 2014 22:56:28 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 27 Nov 2014 13:53:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,472,1413270000"; d="scan'208";a="615183869" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 27 Nov 2014 13:56:26 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.105]) by IRSMSX107.ger.corp.intel.com ([169.254.10.117]) with mapi id 14.03.0195.001; Thu, 27 Nov 2014 21:56:26 +0000 From: "Doherty, Declan" To: Thomas Monjalon Thread-Topic: [PATCH v2] bond: set {rx|tx}_offload_capa flags Thread-Index: AQHQCoh5k1TZuf8aWE2XTZG2EZC+WZx1A+0AgAAA2DA= Date: Thu, 27 Nov 2014 21:56:25 +0000 Message-ID: <345C63BAECC1AD42A2EC8C63AFFC3ADC2742764F@IRSMSX101.ger.corp.intel.com> References: <1415381738-43417-1-git-send-email-jyu@vmware.com> <1417123417-26444-1-git-send-email-declan.doherty@intel.com> <9263747.gbLTbr5sGz@xps13> In-Reply-To: <9263747.gbLTbr5sGz@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 21:56:29 -0000 Thanks Thomas, was just about to send another version :) > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, November 27, 2014 9:53 PM > To: Doherty, Declan > Cc: dev@dpdk.org; jyu@vmware.com > Subject: Re: [PATCH v2] bond: set {rx|tx}_offload_capa flags >=20 > 2014-11-27 21:23, Declan Doherty: > > v2: > > rebased to HEAD > > > > From: Jia Yu > > > > 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 > > Signed-off-by: Declan Doherty >=20 > Applied >=20 > Thanks > -- > Thomas