From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id EF8E97E7B for ; Wed, 22 Oct 2014 15:46:22 +0200 (CEST) Received: by mail-wg0-f42.google.com with SMTP id z12so3803637wgg.13 for ; Wed, 22 Oct 2014 06:54:43 -0700 (PDT) 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=a2pFCusfE5B13opesvPlsWmnxFl28FBxF/+ly9/uyso=; b=NGMpHrg+EURv81E+MIH3l+T54Pa2RNVQ0AdPD0FRiH5HdSakZX2EWb6kJmIo+NRiq4 HFN4WaZrNRGWVe2P5a1a6xBFdZBUsVyAF9fXzdkbSj8DPxBv9wF3PUxYUooQji+kAG7A DFmOEJ/EeSlvrBmr/rYs0vCc3ao/dIVZTyFCH/J9gb9KCvjzPGBxHFSZGS6yezrUI3ST iGUW0/KR+J/cM5M5Z2AvHtN5lhcWqwhqb+umjTbfzhTAI+qBs3YB/UKah44vHoeQRMdj DLJhJECtk18YDGXBLtXwzawImDDCT+Px+Sz1x/kKTC6EldD3AgrocEuVvUEZdCyUAWdc k0ig== X-Gm-Message-State: ALoCoQltB8KWXX7lReSWKeno3XPC3ZqCb1C6Vf60deq5IVCk6UIOutAuaCfDgdTPI5d5zTXEfZtz X-Received: by 10.180.98.170 with SMTP id ej10mr5777102wib.17.1413986083371; Wed, 22 Oct 2014 06:54:43 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ha2sm2012197wib.19.2014.10.22.06.54.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Oct 2014 06:54:42 -0700 (PDT) From: Thomas Monjalon To: Declan Doherty Date: Wed, 22 Oct 2014 15:54:25 +0200 Message-ID: <2009087.vELtRPMmQU@xps13> Organization: 6WIND User-Agent: KMail/4.14.1 (Linux/3.16.4-1-ARCH; KDE/4.14.1; x86_64; ; ) In-Reply-To: <1413982764-14493-1-git-send-email-declan.doherty@intel.com> References: <1413973724-14803-1-git-send-email-declan.doherty@intel.com> <1413982764-14493-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: disabling broadcast mode when dpdk is built without RTE_MBUF_REFCNT 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: Wed, 22 Oct 2014 13:46:23 -0000 > --V2: Adds warning message to makefile, to notify user of disabling of broadcast > mode > > Link bonding broadcast mode requires refcnt parameter in the mbuf struct to > allow efficient transmission of duplicated mbufs on slave ports. > > This patch disables broadcast mode when the complication option RTE_MBUF_REFCNT > is disabled to allow clean building of the bonding library > > > Signed-off-by: Declan Doherty Acked-by: Thomas Monjalon Applied Thanks -- Thomas