From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 3/3] example: add keep alive sample application Date: Thu, 19 Nov 2015 12:31:32 +0100 Message-ID: <5625717.VtykVqzj8l@xps13> References: <1447855516-7862-1-git-send-email-remy.horton@intel.com> <1447855516-7862-4-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 507105A6C for ; Thu, 19 Nov 2015 12:32:47 +0100 (CET) Received: by wmvv187 with SMTP id v187so20757704wmv.1 for ; Thu, 19 Nov 2015 03:32:47 -0800 (PST) In-Reply-To: <1447855516-7862-4-git-send-email-remy.horton@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-11-18 14:05, Remy Horton: > Modified version of l2fwd to demonstrate keep-alive functionality. > > Signed-off-by: Remy Horton > --- > MAINTAINERS | 4 + > examples/l2fwd-keepalive/Makefile | 50 +++ > examples/l2fwd-keepalive/main.c | 806 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 860 insertions(+) You missed examples/Makefile. I'm going to fix it if you agree.