From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id C30A2C494 for ; Thu, 25 Jun 2015 11:38:15 +0200 (CEST) Received: by wiga1 with SMTP id a1so158792079wig.0 for ; Thu, 25 Jun 2015 02:38: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=QNR4Roql4aBCByQowcPjgdLwlT625cEAsim9AwP2i4Q=; b=YNfVBbTJLHnGZbWwS44ImtLHDdcZEPEu2utr4CtpAvhwZmAMnoZydi2sQr56Oh9Xhv B5bZIWq8pOLrmGZW/vqT6QCXgl86oTjOdrv/htlicb+tWonFtQhI9PEeMbiApEryByBp W0O0R+sGgTQUpCg2uxswCXHhsPE9F3JAZm2IY35G1mV3H/QwrrdB9uwUPhS8VZROa7ou 0w25xrk/mR4EQlZO9TBbDAZgOZ4Ei1W8YwE/F2OJPZnRfu+scvUEaYuMauySALSsXJOU w1E4PjjrcwCrx2C5YNyxXHot/KK4qH/wOMYT8K4bzndf5lckH6I4HH+SaGTCTHdD8+q5 DC4g== X-Gm-Message-State: ALoCoQlhIHuaJsTPibu52DDaTPnHkaF0UppYmfnZ4WBeKwOu2aKnraJdNtuC6WOwqSYkSaBY25Qs X-Received: by 10.180.94.168 with SMTP id dd8mr3953889wib.76.1435225095657; Thu, 25 Jun 2015 02:38:15 -0700 (PDT) Received: from xps13.localnet (vis210d.sophia.inria.fr. [193.48.223.210]) by mx.google.com with ESMTPSA id u6sm44906202wja.40.2015.06.25.02.38.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jun 2015 02:38:14 -0700 (PDT) From: Thomas Monjalon To: Jijiang Liu Date: Thu, 25 Jun 2015 11:35:25 +0200 Message-ID: <3596583.iBWIgcja4r@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435222569-28807-1-git-send-email-jijiang.liu@intel.com> References: <1435222569-28807-1-git-send-email-jijiang.liu@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] examples/tep_termination: Add a compilation option for the VXLAN sample 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: Thu, 25 Jun 2015 09:38:16 -0000 2015-06-25 16:56, Jijiang Liu: > Add a compilation option for the VXLAN sample. > > Signed-off-by: Jijiang Liu Applied, thanks