From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by dpdk.org (Postfix) with ESMTP id 4A8AD5934 for ; Thu, 22 Jan 2015 12:05:34 +0100 (CET) Received: by mail-we0-f180.google.com with SMTP id m14so1029614wev.11 for ; Thu, 22 Jan 2015 03:05:34 -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=au7d1vYyH1cbpxgHgzhEAbORFNCnKOYBIWngIPCYIN4=; b=iBGQ/9KDD/jPBfhI/tnwloMRxiSrokCVvU2zlatAH+e+UCcXYGlG/M0zWKd/AHbipQ 5pZy12PSvZikW+sTPK50sYVCFUFi4aRSZely9225y+uxbnlRKmoSLAo4DpQSCdkOL3eF o3DpdDD7HSCP99uQNgvj3o9/PxEzTWylLuDWWOvgP2IMRZF55rmvaUfF+qUn9r7fGG9o Ce6BWM1YYA386iJWWw30hK/PJw0CbTFNi1VllHpRHBTA3KtmKAuuT1JzppfengLFOhfH 2ELOImjIuGNn4ECf8hebHzWtKuLUfflmxj9uyajlI9W/V7B9Syv4n0ewKqtBMUXSw1WU oKdg== X-Gm-Message-State: ALoCoQkWBN5Gr0ixWnedGKr62gQKe3GQCb8XEFkf8cqym+jtbWO/PMh4DqriW20BuczLHmuKeVbq X-Received: by 10.180.88.33 with SMTP id bd1mr65574350wib.10.1421924734123; Thu, 22 Jan 2015 03:05:34 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id cx3sm2565085wib.10.2015.01.22.03.05.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jan 2015 03:05:33 -0800 (PST) From: Thomas Monjalon To: Jingjing Wu Date: Thu, 22 Jan 2015 12:05:10 +0100 Message-ID: <6673108.uiv2QaCjfp@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.18.2-2-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1421888956-3020-1-git-send-email-jingjing.wu@intel.com> References: <1421888956-3020-1-git-send-email-jingjing.wu@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] doc: commands changed in testpmd_funcs for ethertype filter 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, 22 Jan 2015 11:05:34 -0000 Hi Jingjing, Few comments about how to send a v2 patch (as described in http://dpdk.org/dev#send): --subject-prefix 'PATCH v2' to make it clear that it supersedes a previous version --annotate to add a changelog below the three dashes --in-reply-to to have the versions threaded together http://dpdk.org/dev/patchwork to set the previous version as superseded 2015-01-22 09:09, Jingjing Wu: > new commands for ethertype filter > - ethertype_filter (port_id) (add|del) (mac_addr|mac_ignr) > (mac_address) ethertype (ether_type) (drop|fwd) queue (queue_id) > > Signed-off-by: Jingjing Wu Applied Thanks -- Thomas