From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 36FA05F62; Tue, 15 Jan 2019 01:35:51 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A7D872916F; Mon, 14 Jan 2019 19:35:50 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 19:35:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=nCTNg8TP/jsYrhbusOH0yQcY3/FgCgH3qB3S7eiURKA=; b=Gu+1ssLKt1pO MGVoTJ8CHIW1ahlVFjI127ChlkDj+OL0u1AA+NClUhULZmkyam9ehqn2Rl3J4Mxz ymolJtBxgb7xiZEpMtOqqS+UxQr5S+1tQaOO9pH+/MluHcdxrgT13qkJXArVtLgg nVI38a6ZCwfGwbHsnzTyBJ59DkhpjRs= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=nCTNg8TP/jsYrhbusOH0yQcY3/FgCgH3qB3S7eiUR KA=; b=dhCzZfm+CYiUTS95mVdkQwKNTVN8BFkjewYN/HMxj//VFOP1Ae8Nyb8t3 /xsLdSRRX/DIdxQFLPEqaTF/b4emlYcuZCGFm6S8NK+rOkk1vwxhsDLn/aE6BulF 5lOuD8cKG11QTjc8/OX3vWDVdR9N94hEB+LbbV613HeDVOUhVy41Bmc9z+DGpGot WycjQMnvfFrg1tdgYoz/1qMnVGDMpqWEL/4s3s+dxiw6kF4GTwdH2V5Z3HU0bHNK W4BvIJPlstSzO6MSR42auwURQC4YXdNRY9oj8sngBuH8kJ6dUH2KmGWJ1SAh5JJI cA65MSFJgNLm79SSiWlVDaukttzJw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedvgddvvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3AA50E40E1; Mon, 14 Jan 2019 19:35:49 -0500 (EST) From: Thomas Monjalon To: Rami Rosen Cc: dev@dpdk.org, jijiang.liu@intel.com, xiaoyun.li@intel.com, stable@dpdk.org Date: Tue, 15 Jan 2019 01:35:48 +0100 Message-ID: <2287889.mDhOFUor0G@xps> In-Reply-To: <1547391732-6215-1-git-send-email-ramirose@gmail.com> References: <1547391732-6215-1-git-send-email-ramirose@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/tep_term: remove MAX_PRINT_BUFF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2019 00:35:51 -0000 13/01/2019 16:02, Rami Rosen: > The definition of MAX_PRINT_BUFF in examples/tep_termination/main.c > is not necessary as it is not used. This cleanup patch removes it. > > Fixes: a50245ede72a ("examples/tep_term: initialize VXLAN sample") > Cc: stable@dpdk.org > > Signed-off-by: Rami Rosen Applied, thanks