From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/5] fixup ip pipeline examples Date: Mon, 31 Aug 2015 18:59:01 -0700 Message-ID: <1441072746-29174-1-git-send-email-stephen@networkplumber.org> Cc: dev@dpdk.org To: cristian.dumitrescu@intel.com 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) 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" 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