From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add missing field in ethertype_filter example in testpmd doc Date: Mon, 07 Sep 2015 16:47:06 +0200 Message-ID: <1638848.lJh8PGMiLv@xps13> References: <1440574989-4129-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 78C835A31 for ; Mon, 7 Sep 2015 16:48:15 +0200 (CEST) Received: by wicge5 with SMTP id ge5so86623933wic.0 for ; Mon, 07 Sep 2015 07:48:15 -0700 (PDT) In-Reply-To: <1440574989-4129-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-08-26 08:43, Pablo de Lara: > The two examples of ethertype_filter in testpmd documentation > were missing the mac address field, so the example was incorrect. > > Signed-off-by: Pablo de Lara Applied, thanks