From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 3FC851518 for ; Thu, 27 Nov 2014 17:42:13 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id h11so16279429wiw.13 for ; Thu, 27 Nov 2014 08:42:12 -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=kW3VdOoZnWINSZ1Xu6weaBFaZPDpp7qPxAwBpmIK8mE=; b=EdBEo575rDBIQjMr8UAJOpSGZciNR1ylKU+2eldBhkVafq9hVHUgYsZQOhQV8qiPvy tnyfPX7VbtWrif9QFz4/MhM1WFOBbiKCrf47dms2AglOuZLu7WlXlIwHFK7yOFLIS35V ny2W/FzU/JJcheIgUBwNZNiK5eGdHrYFZPeEjw1d1yzlKxM7NGDInD8q4ZcFzgn3W/jW SLLZlHGgjMX4WZPkLmG40tiLfXrrpQStthT0oq2XqUr/jExNdew9q3s17PfVqqkm95y8 fbcd74D5N+9UmHikf95SfMjTYOBY9z6PvbIj8+s6f4NBStaq2dS/GaIAu7tn4oHXcbN5 l+bQ== X-Gm-Message-State: ALoCoQl36pg76lYDJd7SxPgyaqpSnRNMfTmgIru3nYp9fA1MG5eFUZA/xe6KPgenjwE9x+HHvC1C X-Received: by 10.180.187.143 with SMTP id fs15mr52308097wic.55.1417106532054; Thu, 27 Nov 2014 08:42:12 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ex9sm25974545wib.14.2014.11.27.08.42.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Nov 2014 08:42:11 -0800 (PST) From: Thomas Monjalon To: Daniel Mrzyglod Date: Thu, 27 Nov 2014 17:41:49 +0100 Message-ID: <1454357.E4i7pLh78X@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1417106021-22842-1-git-send-email-danielx.t.mrzyglod@intel.com> References: <1417106021-22842-1-git-send-email-danielx.t.mrzyglod@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/2] ADD mode 5(tlb) to link bonding pmd 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: Thu, 27 Nov 2014 16:42:13 -0000 2014-11-27 16:33, Daniel Mrzyglod: > ADD mode 5(tlb) to link bonding pmd > > v4 change: > Change description of mode 5 in header. > Add description to cover letter. > > v3 change: > Rebase patch version to HEAD of orgin/master. > Unit tests moved to the separate patch v3 2/2. > > v2 change: > Add Unit Tests > Modification that updates obytes structure in virtualpmd driver. > change internals->slaves[i].last_obytes to have proper values. > Update codebase to Declan's patches. > > v1 change: > Add support for mode 5 (Transmit load balancing) into pmd driver > > > Daniel Mrzyglod (2): > This patch add support of mode 5 to link bonding pmd > Unit tests for Mode 5 of Bonding Transmit Load balancig. Please help me to understand. Declan just acked the v3 and you are sending an incomplete v4 (patch 2 is missing). When a complete patchset will be sent, it will be applied. -- Thomas