From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=W3M2Ddp4vvvB+2EdbTnObL+ChC3LafnhSIcUfmilW8I=; b=UNnXLtswJRm6wb7QymD2uPDQ7Sz9sQlWOht/2IymhXlK0NE/lwKWLlEDF34wTe6MWr /AP2n5rxmb1au9kKzVjyXnSwt5Ksm50xbyXa/5foFnZEaaab6ph920ffTldouiPU5RDI eZ+PkNaH4XN904qEVvkgTKJlyofocHF4DCiUYL+PWRWIpqC0rKsN6Jn/J5XPtXIp6IOJ /Qd9cm2RvsWYI1EyXUi6kO1r1F7alo+0jXAVthl/UO8K6blk18Zubp2EYVxfbifykIxG wV4I5iieKdKONdM10rrzFVRkUVIUqeTU4152KYht7pL/7pRUiDQ8rr7jjp4CnlQWGKxO 9m+g== X-Gm-Message-State: ALoCoQkrIvKdfclLVE9XY+aZ9K9gfo4h7Pna+ax+PNAk+RPWeAajpat9+aLXAwkaUsnX/a1+aevl X-Received: by 10.180.231.40 with SMTP id td8mr36072359wic.9.1441637295293; Mon, 07 Sep 2015 07:48:15 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id jc9sm10038894wic.6.2015.09.07.07.48.14 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Sep 2015 07:48:14 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Mon, 07 Sep 2015 16:47:06 +0200 Message-ID: <1638848.lJh8PGMiLv@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1440574989-4129-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1440574989-4129-1-git-send-email-pablo.de.lara.guarch@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: add missing field in ethertype_filter example in testpmd doc 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: Mon, 07 Sep 2015 14:48:15 -0000 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