From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by dpdk.org (Postfix) with ESMTP id E3A625A4B for ; Tue, 1 Sep 2015 03:58:57 +0200 (CEST) Received: by pabzx8 with SMTP id zx8so158045596pab.1 for ; Mon, 31 Aug 2015 18:58:57 -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; bh=bc3v5gqIBrgKAShTHMoJhy9vlerm2zlMsxLF1fWRVcA=; b=bUrRk563eVoO17NuWBrnkT6tONJ5j4GkdUrmz96o69/vTasDHOQ/CaUQgY1arQ4Tlb KhpncK5gH0RG2/1d9s6IQZ1Ggl0+8ebYLaft98G1PkSaNyYiizbNnXg+NYKzNewqXOZh ywfmKz17+7swtV7l8p9NZrDzC/1mmTCvBpVhWwDA77v+oUIiWsoappiZAkMo85usGjQH vpZwwx7I4f7qyRd12QmB93PeITlL8m5NRTRLpQAWnJ88yd022ZbMfTAVPU63bilBhlGd EMboVqKKvY6Rbg9+kELUFjF4b0geo/sO8pMCDuXWDpY5kj9aj3lTZYBsntypVBDy7ltc Z2VQ== X-Gm-Message-State: ALoCoQnBmgk9o1shDA8VH7DMtHHKBSkM2f5nhaFdRA9xS4jWrbyQ40p5/O9SHJkWGJNP8YHW5MTq X-Received: by 10.66.63.99 with SMTP id f3mr50388889pas.6.1441072737004; Mon, 31 Aug 2015 18:58:57 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id ld8sm15988418pbc.61.2015.08.31.18.58.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 31 Aug 2015 18:58:56 -0700 (PDT) From: Stephen Hemminger To: cristian.dumitrescu@intel.com Date: Mon, 31 Aug 2015 18:59:01 -0700 Message-Id: <1441072746-29174-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/5] fixup ip pipeline examples 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: Tue, 01 Sep 2015 01:58:58 -0000 Lots of little trivial bugs/typos here. Let's not start users off with a bad example. Stephen Hemminger (5): examples_ip_pipeline: fix typo's example_ip_pipeline: avoid strncpy issue example_ip_pipeline: fix sizeof() on memcpy examples_ip_pipeline: remove useless code examples_ip_pipeline: fix possible string overrun examples/ip_pipeline/app.h | 2 +- examples/ip_pipeline/config_parse.c | 5 +---- examples/ip_pipeline/config_parse_tm.c | 6 ++++-- examples/ip_pipeline/init.c | 7 ++++--- examples/ip_pipeline/pipeline/pipeline_common_fe.c | 2 +- examples/ip_pipeline/pipeline/pipeline_flow_classification.c | 3 +-- 6 files changed, 12 insertions(+), 13 deletions(-) -- 2.1.4