From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-f180.google.com (mail-wj0-f180.google.com [209.85.210.180]) by dpdk.org (Postfix) with ESMTP id 3FFA110C4D for ; Wed, 21 Dec 2016 16:08:49 +0100 (CET) Received: by mail-wj0-f180.google.com with SMTP id tk12so206144699wjb.3 for ; Wed, 21 Dec 2016 07:08:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=Dg2iDZ9TA4m9TV8CNDlvC5dV1R7tUqFQTYFjbwt3uTg=; b=umOdXHNBy7fa/EKcB9IzpAwfiMeNKBeGHr2hkSkg5+ixb1Mdsns2ppu6jPRK0jkB+0 UJNws8tiwVU5YhSU4Xy+7F5D9/vIAT0Xbcd0s+dT3vTrG7BBvGwynz4BH+VlMYvT58/R RzqeXsQ76o9p644fsBJWGazeaB+Lzo4UuxEYyHakFILKepAIPsQfVsV4GHqkrNBaQkDv oJYTM4fwzQISSrNAo8k/wf77se6w+CDW+7m//tHLwNyIrdiR7qGYbanyGYpAxeoXkait pstbP4fa8IN6h7A2uqaDNbJK3GqxDXA9S+ewLTldZqpAEbw+NovoNCr3d9RkGid4Bk+D Ks2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=Dg2iDZ9TA4m9TV8CNDlvC5dV1R7tUqFQTYFjbwt3uTg=; b=LvBOJm3m6GS2x9By2TiRINBXXASaRxJ0aJOm4jm2RmymWWLiwUMdIMersQ/VQkHPOz MtcgiP302XVRSEq8SOvFl4H7fN9jVcnyF7qh/opiPUddWJRZK6TSAs2EQejNbG5pjyQ0 9IlYPVFooD7yLVBFFpxkNJ8XTJHC6Ri1K1mHkd3DSP3TGW6upxbKnI/gVArfKZmk3aWM /QNrbyHD3LV4uGmaDbDYDDocvfStWCQlHPuqHym4OgtwTPKZkU8J2PzpCTcJJCYGaLNK QFUFGIEwog+1Jmb1TLB6QR9iXvaQhRq0gStELxacR8Xb6QhrhXMSkid1qScIiAjetAIb pCAQ== X-Gm-Message-State: AIkVDXI5Hvd6mT++R2rxt7DpeKEqbMnsnOzND24SwDDM4qmGvJcOjonDNaVNeR2pvh0XpE7y X-Received: by 10.194.58.198 with SMTP id t6mr4644817wjq.44.1482332928949; Wed, 21 Dec 2016 07:08:48 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id x7sm31073685wjp.18.2016.12.21.07.08.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Dec 2016 07:08:48 -0800 (PST) From: Thomas Monjalon To: Maple Cc: dev@dpdk.org, =?utf-8?B?5p2O6Z2e?= , =?utf-8?B?5pa95bGV?= Date: Wed, 21 Dec 2016 16:08:47 +0100 Message-ID: <4577901.1XJahbXBcx@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <2016122122394164225248@raisecom.com> References: <2016122121181642100644@raisecom.com> <2016122121292174988745@raisecom.com> <2016122122394164225248@raisecom.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] Example(Load_balancer) Tx Flush Bug(This bug DPDK each version) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2016 15:08:49 -0000 Hi, Thanks for trying to send a patch. Below are some comments to help you sending a proper patch. 2016-12-21 22:39, Maple: > From 94f2eaed51e6e5402e8c03b80e0999a4fd420390 Mon Sep 17 00:00:00 2001 > From: root Here we should have your real name, not "root". > To: > Cc: , , > Date: Wed, 21 Dec 2016 22:31:29 +0800 > Subject: [PATCH] load_balancer Tx Flush Bug > > We found a bug in use load_balancer example,and,This bug DPDK each version. > In IO tx flush, only flush port 0. > So,If I enable more than the Port,then,In addition to 0 port won't flush. > > Signed-off-by: root Here alse we should have your real name. See ~/.gitconfig > --- > a/examples/load_balancer/runtime.c | 667 ++++++++++++++++++++++++++++++++++++ > b/examples/load_balancer/runtime.c | 669 +++++++++++++++++++++++++++++++++++++ You are sending the whole file instead of the diff. Are you using git? It should be as simple as "git clone git://dpdk.org/dpdk", then modify the file, then "git commit -as", then send patch with "git send-email -1 --to dev@dpdk.org". As it will be your second version, you should add these options: -v2 --in-reply-to '<2016122122394164225248@raisecom.com>' Thanks