From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] bond: disabling broadcast mode when dpdk is built without RTE_MBUF_REFCNT Date: Wed, 22 Oct 2014 15:54:25 +0200 Message-ID: <2009087.vELtRPMmQU@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Declan Doherty Return-path: In-Reply-To: <1413982764-14493-1-git-send-email-declan.doherty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > --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