From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ksharanya.97@gmail.com>
Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com
 [209.85.220.175]) by dpdk.org (Postfix) with ESMTP id 6C7FC1B172
 for <users@dpdk.org>; Fri, 16 Feb 2018 11:32:27 +0100 (CET)
Received: by mail-qk0-f175.google.com with SMTP id n198so3155762qke.7
 for <users@dpdk.org>; Fri, 16 Feb 2018 02:32:27 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
 h=mime-version:in-reply-to:references:from:date:message-id:subject:to;
 bh=t1Bw/x4We+MS8tO2vcXfRGmx4fI5DxHkC+JgibYd+PU=;
 b=YlpUatLX14q0O0pEXoX5u2wbOSecDXx6xyMtE4HFbsWmcljXNBmG+1m1FcZRZdOoLr
 5D+UGXI0DJl1isAk2PT74SVRMqgXbsqJ0ibKbA/P++1AFRbo+r42bpwgYiCxBzs4AAgi
 DC/Is5nxL4ehkQ3OY3S1hGCzPXuB+KTsqXN8N+HH0D4BtF5zCu7yLR+Rud4j4f03PeAH
 OX5/rTIUevneLxMay+z5KAz4n7OJuwID6h8QSch3actwDypdFOktORmPEZJYEaaCa/pK
 3CnbyqOuNzXsEHS95NEsj+knvvpXTDIVRZhJBbd/aHRFm6IAeSSqwNJDDTOTru3Hxkf1
 gA2A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:in-reply-to:references:from:date
 :message-id:subject:to;
 bh=t1Bw/x4We+MS8tO2vcXfRGmx4fI5DxHkC+JgibYd+PU=;
 b=kzDe24RjFxMkTUUYaTmhBPPhelQTYIA1hgdTQnL/eLWP9uSruRLHTC5L5pcjYiQ2TP
 laI/A0VGOochOaAXGFtgFOYcoryVOmO7fRIOq3rQqq/+cMamO9YdL3j/7rFNC/3Ta7QH
 MoalFb/9OBzkpHeIky9DQdurAX6cQtjlD3muhitB1dl0IvxiPyhLXtsDH7gjTUSGQvTM
 8a0dtfPGfiguvXfTJVqcEVg4DIPP217D1Zrkl26hiMqxjrHsmps7qyk/xWURUM4BG1qu
 NGbMlGjcGIy9OhtRHTbP1iB+H7xC8qZzDHWFhDbFTT149U++7eiJpn2JdDVyf0xEhnp4
 Gw9Q==
X-Gm-Message-State: APf1xPATfnAuSOr7MQx2HNlw9Uohjz24v2NrCX0i9Zi1DfgxykqGDC3d
 fdpfI/WrPTVWeU8O8usw6u+vxHc4kJr8gw7o4Y4=
X-Google-Smtp-Source: AH8x226CmNBKvfAFuIBdE/pYpq2uyT3JywgXbBCxpfgjmb0jl7n3wIiskJhoJ3uDMUepqrylGkhC8VgOr6UdFpBm9co=
X-Received: by 10.55.120.66 with SMTP id t63mr8715754qkc.345.1518777146604;
 Fri, 16 Feb 2018 02:32:26 -0800 (PST)
MIME-Version: 1.0
Received: by 10.12.162.3 with HTTP; Fri, 16 Feb 2018 02:32:26 -0800 (PST)
In-Reply-To: <CAHJ=+w6FLivkfk9w8rCYUifRQKSaekK=_Gwvknkpbqq2s2ccPA@mail.gmail.com>
References: <CAHJ=+w6FLivkfk9w8rCYUifRQKSaekK=_Gwvknkpbqq2s2ccPA@mail.gmail.com>
From: sharanya k <ksharanya.97@gmail.com>
Date: Fri, 16 Feb 2018 16:02:26 +0530
Message-ID: <CAHJ=+w6i7_pbJwTtpBWM7jyOEcA9igongtq7n5o4O4_0AmyURg@mail.gmail.com>
To: users@dpdk.org
Content-Type: text/plain; charset="UTF-8"
Subject: Re: [dpdk-users] Mac learning pipeline
X-BeenThere: users@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK usage discussions <users.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/users>,
 <mailto:users-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/users/>
List-Post: <mailto:users@dpdk.org>
List-Help: <mailto:users-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/users>,
 <mailto:users-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 16 Feb 2018 10:32:27 -0000

Hi,
Any comments on this?


On Wed, Feb 14, 2018 at 12:09 PM, sharanya k <ksharanya.97@gmail.com> wrote:
> Hi all,
>
> I want to create an ip pipeline application where the upstream should
> learn the source mac address along with the port and the downstream
> has to forward packets based on that mac learned table.Can I just use
> any existing pipeline application as such for this mac learning?If not
> what should I do now?
> Can anyone help me with this?
>
> Regards,
> Sharanya