From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f68.google.com (mail-pl0-f68.google.com [209.85.160.68]) by dpdk.org (Postfix) with ESMTP id 5B82B2BE5 for ; Mon, 18 Jun 2018 21:29:43 +0200 (CEST) Received: by mail-pl0-f68.google.com with SMTP id w17-v6so9564446pll.9 for ; Mon, 18 Jun 2018 12:29:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=DQLmpSStRBU3+ope6kCnnMhi5kt8xM8PUVA/RSh+HNM=; b=Gu8l17/eFRuozBOsFrTzDSPUJ1XhhUIgVzAzzkqMde/aVh+fF6H8NNZvjNU63jJP9T PTZ9Xex12V25yCjcwoN1k9/rzYNnju3hVswPOAEmpUFdyvTSCIwnXnQ5SCoxprLi0QOh VVw+pZGAA6vHU9JHEZ7y4VGcbe0vs19Gff0Bq5wJPSWBHGSpfyFmya2JWSlTn0FI0Ja7 JTQze09hE7ET4oEebT//UO4QFVvFM9XmSvzjKtLYniVv33FvmrJ+QX/DqjyKOR7P6C5i QSme9osQi6HhtCpCHRiOOGRLF+j4RilWRXQwnLUqVspJx+xGdHugpp1e9dRaP2wZqFQF Uc+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=DQLmpSStRBU3+ope6kCnnMhi5kt8xM8PUVA/RSh+HNM=; b=l2tgLi8QOB7PO1qchFKNLxgo4HswGonm5pbrPiRR8XNWHBt5891Tb2c3AlFB5JWGb+ +shXA8cEFrqn+cipNt8fzEJ85wDzXEVgUyBiWKZAVyKwwhJGjsfXnIBKmNRmfpmjfyId VBV0YVH2Q9LDzOKyeed2n6hZ10Fe47sao27vB/FdxpilCjV3RL0OAIMDHjhJ7Bp8Wa8+ QUnoUlZkOWCTDoWpSKugFYRESr9Hqdol/EyVCh4BZrGICF1ONjzUs6a24GUFO4/2F1WM bWA3Sp4THxD3ZKpAJLyH4T5SsSO4wpB7WNWsikxZsHxKaLb3iHnMWGrdf/Jr767BOdoY 4LDA== X-Gm-Message-State: APt69E0W4K1SGQFznHY1y+iWuD4liKgdxhf0MSl2RsXjt0e+97r2FpPs UAmUnXPdKLpd31fHvqTMFXL78rTR/9I= X-Google-Smtp-Source: ADUXVKL3qvBHpflrVqRyVCiAw4A3JzgvAVfH+F0LTd+fUFkKkfU5fKjgE/IlKLLMY1dXtPo3NzOoSg== X-Received: by 2002:a17:902:650c:: with SMTP id b12-v6mr15550194plk.31.1529350182425; Mon, 18 Jun 2018 12:29:42 -0700 (PDT) Received: from xeon-e3 (204-195-35-107.wavecable.com. [204.195.35.107]) by smtp.gmail.com with ESMTPSA id e16-v6sm20980385pfn.46.2018.06.18.12.29.42 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 18 Jun 2018 12:29:42 -0700 (PDT) Date: Mon, 18 Jun 2018 12:29:35 -0700 From: Stephen Hemminger To: dev@dpdk.org Message-ID: <20180618122935.008d4c62@xeon-e3> In-Reply-To: <20180611182526.32327-3-stephen@networkplumber.org> References: <20180611182526.32327-1-stephen@networkplumber.org> <20180611182526.32327-3-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 2/2] testpmd: add ability to set tx IP and UDP parameters 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: Mon, 18 Jun 2018 19:29:43 -0000 On Mon, 11 Jun 2018 11:25:26 -0700 Stephen Hemminger wrote: > Allow user to override the hard coded IP address and UDP > port values in Tx only test. > > Signed-off-by: Stephen Hemminger The same thing is needed in L3fwd. It has hardcoded non-standard table.