From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id D6DE4B77F for ; Fri, 20 Feb 2015 22:58:54 +0100 (CET) Received: by mail-wi0-f178.google.com with SMTP id em10so5770167wid.5 for ; Fri, 20 Feb 2015 13:58:54 -0800 (PST) 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=A5Wn8dbNHIszjx8T/vWS6L7GOjW8GHixfkmytBoZPak=; b=VBcM2nYIifSidLmli0q/tQBVn+D8ekUJMe3n8FMLNlnc+wao+aegdmSsGeB3P5KpmQ ezd61UpNH1rF7SSDLtDlncSQGFCZmnpNyeud3dkaZYBDkHZaowjUuo1/8ITvnHpZcenD DOWiwnFpsN4XT4+kzr71xiZOiUNW5PNlqMIA1oVB/KElNBH09uZHKBVc7dPZdwxziJ46 D/ZApxuO58Bzc445ILwgqpy1Axuf399ohX+ualWW54sqqNmCUMKU7f+HAgI8DALanDmH p4eoRhZV6ZLiCqHz8qvnlMygKnHCotDSdR5ZElYMF81QOoeeEkJZ1tEHdds7qSmgCDCC ZuBw== X-Gm-Message-State: ALoCoQnZovGPaOW8ijR9z0c44XBXcrSoiKVjvHIFpESqUH49UwSHlAwYVgcuCfPLI89S1X2BVMXC X-Received: by 10.180.95.162 with SMTP id dl2mr176490wib.31.1424469534686; Fri, 20 Feb 2015 13:58:54 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dx11sm40968410wjb.23.2015.02.20.13.58.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Feb 2015 13:58:53 -0800 (PST) From: Thomas Monjalon To: Michal Jastrzebski Date: Fri, 20 Feb 2015 22:58:22 +0100 Message-ID: <2629126.mCdkBo5Hg6@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <54E7728E.3090208@intel.com> References: <1423840570-6452-1-git-send-email-michalx.k.jastrzebski@intel.com> <1424448563-8680-1-git-send-email-michalx.k.jastrzebski@intel.com> <54E7728E.3090208@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 v4 0/6] Link Bonding mode 6 support (ALB) 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, 20 Feb 2015 21:58:55 -0000 > > v4 changes: > > - license year modified > > - aded license to rte_eth_bond_alb files > > - removed RTE_EXEC_ENV_BAREMETAL in #define > > > > v3 changes: > > - completed description for mode 5 unit tests patch > > - fixed errors required by checkpatch.pl > > - moved patch version changes from patches to cover-letter > > > > v2 changes: > > in mode 6 patch 2/6: > > - add VLAN support > > - fixed sending duplicated ARPupdates > > - fixed assigning slaves for next clients > > - fixed TLB mode > > > > in debug patch 3/6: > > - add IPv4 RX/TX information > > - add mode6_debug(..) function > > > > in the example application patch 4/6: > > - remove count parameter from send command > > - fixed quit command to use cmdline_quit(cl) > > - add echo function - all IPv4 packets will be retransmitted. Bonding > > driver will use TLB policy - this will show how TX works in mode 6 > > - remove unused structures rx_conf_default and tx_conf_default > > - add VLAN support > > - remove unnecessary comments > > - nodify show command in term of printing DEBUG informations > > > > This patchset add support for link bonding mode 6. > > Additionally it changes an arp_header structure definition. > > Also a basic example is introduced. Using this example, > > Bonding will configure each client ARP table, > > that packets from each client will be received on different slave, > > mode 6 uses round-robin policy to assign slave to client IP address. > > > > Daniel Mrzyglod (1): > > bond: modify TLB unit tests > > > > Maciej Gajdzica (3): > > net: changed arp_hdr struct declaration > > bond: add link bonding mode 6 implementation > > bond: add unit tests for link bonding mode 6. > > > > Michal Jastrzebski (2): > > bond: add debug info for mode 6 link bonding > > bond: add example application for link bonding mode 6 > > Series Acked-by: Declan Doherty Applied, thanks I've added the new example in MAINTAINERS file, so I assume Declan maintain it.