From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 92CC3B108 for ; Fri, 27 Jun 2014 02:45:15 +0200 (CEST) Received: by mail-wg0-f43.google.com with SMTP id b13so4421066wgh.14 for ; Thu, 26 Jun 2014 17:45:34 -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=O55JzIUgZ4kg03rI8it7KmZMl1xrtMkJdFKeJXLXU3M=; b=ing2849X7SxGEmeD64zINkCsx8klwGFq7eaey42mp7Ox12gkwR+iw9LTRXl4m8Fue/ 0wgXUKsFG2PCQiKt3uB8FDZ7yX3TBsACDTiPfcPBF+sE2rep4G7QlRw4sMlWOpMvDtXf Onpq46irAh5+xeTEep2sFGrEpXu46F/qdjA+eoUo7He9Ij1PRY1fj7Zm2IFjECC0nw7H M+8nOCWnHMKtqpv2LttObZ5nqTbJFY1GEG5v1i7Lp7ZG2iSV1C33AP7J8NQT61hpXVeA h/4bp4tuwCi9GUkiLY7aSMUXo9komOqpCXK9H3KgVeA+C6LZypnT0fP2Lt5fpyTpwqFq 70iw== X-Gm-Message-State: ALoCoQn7mr11ZIWza0MvWdrrodkXRySetFdhwxXeC4EVCqA4/eXMph3silj5mN9dsjYYRNYoAWB2 X-Received: by 10.180.79.9 with SMTP id f9mr7906345wix.52.1403829934716; Thu, 26 Jun 2014 17:45:34 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id jb16sm30223529wic.10.2014.06.26.17.45.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 17:45:34 -0700 (PDT) From: Thomas Monjalon To: Declan Doherty Date: Fri, 27 Jun 2014 02:45:29 +0200 Message-ID: <9367893.zrkhGAAbYY@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1403827075-9192-2-git-send-email-thomas.monjalon@6wind.com> References: <1403726868-8161-1-git-send-email-declan.doherty@intel.com> <1403827075-9192-1-git-send-email-thomas.monjalon@6wind.com> <1403827075-9192-2-git-send-email-thomas.monjalon@6wind.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 v9 1/5] bond: new link bonding library 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: Fri, 27 Jun 2014 00:45:15 -0000 2014-06-27 01:57, Thomas Monjalon: > +SRCS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += rte_eth_bond_vargs.c I forgot to rename the file here to rte_eth_bond_args.c. -- Thomas