From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Wrong constant being used Date: Thu, 10 Jan 2019 00:55:15 +0100 Message-ID: <1920382.xa6e5E8Gua@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Daniel Pharos To: keith.wiles@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id AE5F61B483 for ; Thu, 10 Jan 2019 00:55:18 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Adding Keith Wiles, maintainer of dpdk-pktgen. 09/01/2019 02:56, Daniel Pharos: > Hi, > > In pktgen 3.6.1, app/pktgen.c, line 219, the constant "IPPROTO_UDP" is used. Shouldn't that be "PG_IPPROTO_UDP" instead? > > > Kind regards, > DanielPharos