From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-f169.google.com (mail-oi1-f169.google.com [209.85.167.169]) by dpdk.org (Postfix) with ESMTP id C5A2B5A4A for ; Mon, 21 Jan 2019 14:23:34 +0100 (CET) Received: by mail-oi1-f169.google.com with SMTP id c206so14550884oib.0 for ; Mon, 21 Jan 2019 05:23:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=XkZg2HzBbpSi/TInnwxNjxcHyhws4cI0I1MDpjiBJhc=; b=Y9zG4Xqx1J3yj1JWCC1kYgZlse3EBVPYe0RI5SSvKZcMnEEu0xg01f9e9NZamuo0vU i8xYaREqrjMagpBonxp9FSCjjSXU8OsqBJO6CeWNlG4WyJVHJJABFCZqfV1EqkmLyy37 MSyG3jjvarADl2iEaJcUclL/Lbymh7HA4QuJXWKErCaNmcBnSBn07lV6vCrC/SaNKiXF S3UboM+YvOA1qo1NplBJn4d/HtXgBfsiOvPoCXcWVuN9+AN2qwS4fx5MTYzJVpPyZsa7 o2oNVUE1khxAl07e7WFVnb1LkFT1fdQNJfz1TiJ8pubi1bw3SyBWo/MLLd1NlRlw8e6h gRrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=XkZg2HzBbpSi/TInnwxNjxcHyhws4cI0I1MDpjiBJhc=; b=XWXkeQzR5eKiMapC2vYiqGy6HLTqTphUgK+jE/UYva7NT0HFgqBLflYmJjrNCOyNy3 A1H+NIAqX2Ojg7Ef3hYCd97LeeXT9/XtYNUj6+tHA+/4cu2qZEr2fE1Qw+IrNPIjaj14 FmbO2Ztv67edxypJ3blcfbWZ4F9WJzUr1CDrGe5BLIPTTxtDfLDs+zAUFsu7IyAAhI9m h8WcfQ1ZwIgTZu7gbS4GMUFudZEJQVsQoZ8RdgYmCE1L3geRq0OcRMgZliaOmD/HOdkV 2N/qcgpjJtf6UlwdW97nxK5rs79k8pPTZHTxxCaD0dJ5lJcA+4Ep/boswxgA5JVGs5GB y91w== X-Gm-Message-State: AJcUukcPBzf7bpNq07W5YuwVtzTRMd352ZKSyVtOr8rlis5+FFufQese Mz0Fg7OG2YK/kh4DsR639UMt1KfZywltbgzJv/9ToQ== X-Google-Smtp-Source: ALg8bN4mMwlZwllkd6NCgL2o2UrW3akrr8MI1d5RM5Efh4VHZ62Ts2Td7RnDZwVCOnz5QHWvrMlLXASkRPg+80Jt6ek= X-Received: by 2002:aca:3092:: with SMTP id w140mr5806986oiw.237.1548077013684; Mon, 21 Jan 2019 05:23:33 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Anudeep Kumar Date: Mon, 21 Jan 2019 18:53:21 +0530 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] dev Digest, Vol 231, Issue 6 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, 21 Jan 2019 13:23:35 -0000 Hi, I am unable to run l3fwd in dpdk. Please provide steps to run. Regards, Anudeep On Mon, Jan 21, 2019, 18:49 Send dev mailing list submissions to > dev@dpdk.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mails.dpdk.org/listinfo/dev > or, via email, send a message with subject or body 'help' to > dev-request@dpdk.org > > You can reach the person managing the list at > dev-owner@dpdk.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of dev digest..." > > > Today's Topics: > > 1. [PATCH v6 2/4] examples/ip_pipeline: support QinQ PPPoE encap > (Nemanja Marjanovic) > 2. [PATCH v6 1/4] pipeline: support QinQ PPPoE encap > (Nemanja Marjanovic) > 3. [PATCH v6 3/4] net/softnic: support QinQ PPPoE encap > (Nemanja Marjanovic) > 4. [PATCH v6 4/4] net: add PPPoE ethertypes (Nemanja Marjanovic) > 5. Re: [PATCH] doc: add deprecation notice to remove rte meter > color (Mohammad Abdul Awal) > 6. Re: [PATCH] service: fix parameter type (Van Haaren, Harry) > 7. Re: [PATCH] vhost: fix possible out of bound access for > indirect descs (Maxime Coquelin) > 8. Re: IXGBE, IOMMU DMAR DRHD handling fault issue (Hu, Xuekun) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 21 Jan 2019 11:11:22 +0000 > From: Nemanja Marjanovic > To: dev@dpdk.org > Cc: jasvinder.singh@intel.com, cristian.dumitrescu@intel.com, "Nemanja > Marjanovic" > Subject: [dpdk-dev] [PATCH v6 2/4] examples/ip_pipeline: support QinQ > PPPoE encap > Message-ID: <20190121111124.16362-2-nemanja.marjanovic@intel.com> > > From: "Nemanja Marjanovic" > > Add implementation of QinQ PPPoE packet encapsulation action. > > Signed-off-by: Nemanja Marjanovic > Acked-by: Cristian Dumitrescu > --- > v5:Removing footer from patch. > v6:Added missing acks. > --- > examples/ip_pipeline/cli.c | 46 ++++++++++++++++++++++++++++++++++++-- > 1 file changed, 44 insertions(+), 2 deletions(-) > > diff --git a/examples/ip_pipeline/cli.c b/examples/ip_pipeline/cli.c > index 910386282..dd05393ef 100644 > --- a/examples/ip_pipeline/cli.c > +++ b/examples/ip_pipeline/cli.c > @@ -1022,7 +1022,7 @@ static const char cmd_table_action_profile_help[] = > " tc \n" > " stats none | pkts | bytes | both]\n" > " [tm spp pps ]\n" > -" [encap ether | vlan | qinq | mpls | pppoe |\n" > +" [encap ether | vlan | qinq | mpls | pppoe | qinq_pppoe \n" > " vxlan offset ipv4 | ipv6 vlan on | off]\n" > " [nat src | dst\n" > " proto udp | tcp]\n" > @@ -1290,7 +1290,10 @@ cmd_table_action_profile(char **tokens, > > p.encap.encap_mask = 1LLU << > RTE_TABLE_ACTION_ENCAP_VXLAN; > n_extra_tokens = 5; > - } else { > + } else if (strcmp(tokens[t0 + 1], "qinq_pppoe") == 0) > + p.encap.encap_mask = > + 1LLU << RTE_TABLE_ACTION_ENCAP_QINQ_PPPOE; > + else { > snprintf(out, out_size, MSG_ARG_MISMATCH, "encap"); > return; > } > @@ -3090,6 +3093,7 @@ parse_match(char **tokens, > * ether > * | vlan > * | qinq > + * | qinq_pppoe > > * | mpls unicast | multicast > * > * label0