From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4]librte_port: modify macros to access packet meta-data Date: Mon, 19 Oct 2015 16:59:31 +0200 Message-ID: <6444334.trQLVujQca@xps13> References: <1441978548-3582-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: roy.fan.zhang@intel.com Return-path: Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by dpdk.org (Postfix) with ESMTP id 69925B62 for ; Mon, 19 Oct 2015 17:00:37 +0200 (CEST) Received: by lbbwb3 with SMTP id wb3so84882351lbb.1 for ; Mon, 19 Oct 2015 08:00:37 -0700 (PDT) In-Reply-To: <1441978548-3582-1-git-send-email-roy.fan.zhang@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-09-11 14:35, roy.fan.zhang@intel.com: > app/test-pipeline/main.h | 2 ++ > app/test-pipeline/pipeline_hash.c | 34 ++++++++++++++------------- > app/test-pipeline/pipeline_lpm.c | 2 +- > app/test-pipeline/pipeline_lpm_ipv6.c | 2 +- > app/test/test_table.h | 8 +++++-- > app/test/test_table_combined.c | 28 +++++++++++----------- > app/test/test_table_pipeline.c | 3 ++- > app/test/test_table_tables.c | 44 ++++++++++++++++++----------------- > doc/guides/rel_notes/deprecation.rst | 5 ---- > doc/guides/rel_notes/release_2_2.rst | 4 +++- > lib/librte_port/Makefile | 2 +- > lib/librte_port/rte_port.h | 2 +- examples/ip_pipeline does not need to be updated?