From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 5D7675A56 for ; Wed, 3 Jun 2015 10:19:14 +0200 (CEST) Received: by wiga1 with SMTP id a1so5209125wig.0 for ; Wed, 03 Jun 2015 01:19:14 -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=cnPyffeL8WVVbeJ5Cd/4Z4YFMp0loXbV7Ajqto38WOc=; b=SY2hd29ttzlxoqqQrOcng6p0cdA58sJHfzzTEziLro3iOLazuyx0sp3KVErEsuE5go KzyA7Cj3lMuP+k/SW9DNAedZQHXuWcuSeRF1HnDD7q/A6pgOghYWli5A5mH33dspd/OF q9rQbiYZfPCnkdzzrOCUZei01y7RJaRnLG00JUzl/JFeItYjI5rB8swB1GoLbNdpDO/M XBQTwEolTV9H9dfQIMUZQr+C/yOYpGMRToOHOpI2QXEcbJraCtPfYotpvGNCqNR2AWVJ iAmOkmlfO7kwjpYsydZpFSxcbH4+TMBG0sHQh4Khb1YRHMQBmYBu6AksC0JjWAnmS7Y/ EPvg== X-Gm-Message-State: ALoCoQk2p7Z66+xxcaNX2ZU2QEGPJAkIEjhG2IXLQroOZN2XowUhTCzoNYtXY8/+T6B2JUFo2YDz X-Received: by 10.194.61.236 with SMTP id t12mr59532492wjr.59.1433319554248; Wed, 03 Jun 2015 01:19:14 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wx9sm1022231wjb.6.2015.06.03.01.19.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Jun 2015 01:19:13 -0700 (PDT) From: Thomas Monjalon To: Andrey Chilikin Date: Wed, 03 Jun 2015 10:18:24 +0200 Message-ID: <4167173.t9b6F3TTVr@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1431951204-14148-1-git-send-email-andrey.chilikin@intel.com> References: <1431436560-15877-1-git-send-email-bruce.richardson@intel.com> <1431951204-14148-1-git-send-email-andrey.chilikin@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 v2] l3fwd: make destination mac address configurable 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: Wed, 03 Jun 2015 08:19:14 -0000 2015-05-18 13:13, Andrey Chilikin: > Add a command-line parameter to l3fwd, to allow the user to specify the destination mac address for each ethernet port used. > > v2 changes: > - apply command-line parameter to fast path as well (val_eth) > > Signed-off-by: Andrey Chilikin > Signed-off-by: Bruce Richardson Applied, thanks