From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Kinzie Subject: Re: [PATCH v2 1/4] Link Bonding Library Date: Mon, 9 Jun 2014 17:11:03 -0400 Message-ID: <20140609211054.GA4853@roosta.home> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Declan Doherty Return-path: Content-Disposition: inline In-Reply-To: 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" On Wed Jun 04 16:18:53 +0100 2014, Declan Doherty wrote: > - Broadcast TX burst broadcast bug fix > - Add/remove slave behavior fix > - Checkpatch fixes Declan, would you consider the following change to rte_bond.c? The two header files from librte_cmdline don't seem to be necessary. Eric --- a/lib/librte_bond/rte_bond.c +++ b/lib/librte_bond/rte_bond.c @@ -44,9 +44,6 @@ #include #include -#include -#include - #include "rte_bond.h" static const char *driver_name = "Link Bonding PMD";