From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] l3fwd: make destination mac address configurable Date: Wed, 03 Jun 2015 10:18:24 +0200 Message-ID: <4167173.t9b6F3TTVr@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Andrey Chilikin 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) In-Reply-To: <1431951204-14148-1-git-send-email-andrey.chilikin@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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