From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 071EAA00BE; Wed, 30 Oct 2019 13:59:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E9AEC1BEED; Wed, 30 Oct 2019 13:59:14 +0100 (CET) Received: from mail-il1-f196.google.com (mail-il1-f196.google.com [209.85.166.196]) by dpdk.org (Postfix) with ESMTP id 964251BE9F for ; Wed, 30 Oct 2019 13:59:13 +0100 (CET) Received: by mail-il1-f196.google.com with SMTP id m16so1987156iln.13 for ; Wed, 30 Oct 2019 05:59:13 -0700 (PDT) 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 :cc; bh=K78/A/MAC1OSj6xElWaq8IQ8rh+XJSn3LdlrSB3yAg8=; b=s1aYvlWp/wtyAzy7wNDgtXI5XQMR8lfmVrfVMiBS3rWi4ItI/m8MIdlMelPdRjZlsR fz8wEChOEGmO/jTF789YuHP+3uPAxbTp/qTAeqCtAOW9caxE/OxEBPu09SQWMukb2JW2 yC4hTNQjFtYvbSgSwdlhk+w7nE4Lc10O4/0jLlRbLjURFxARs/Rt/3ba46/7zOqZew6H zInepQiAlwJks+U3GLsc9fr5oIiZT/FnFZCFgAmM4SRiucpgyHz4vxZOl037ij11oCN9 onqXQVRFyEN26RWX8b2m99S75wDxZDNqjt4GooXjRrIJKqGGVRAs12FiRQBSv+kfbMPQ cxjw== 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:cc; bh=K78/A/MAC1OSj6xElWaq8IQ8rh+XJSn3LdlrSB3yAg8=; b=gvh6/uL0wE/caI9KavocuC7zvRlKviYcPgkQh58qXW5Fk9qG4oplJWX8kAsMvtLja2 yfLxTwtVvnyRAGNaKngruLRqyb7aRBHbpjaMR4IB5QrH2aq+V0/idOxAMhvCfrQnU9NT QvOZJTGAwZo5m1Cu1JPfH0qrUtHsjqcRbHPSGL83mWf2ZIv3CBy1gSeu9LimF7XZtmfZ jb1IpP4/1RX1Jem3aNvGhV5bvE6ZR+fjV7EmxSiUuGvb7zUZuyrO5+qTADB5OQYl4d9O wzvasEQABqAV87AFmSCij9vyVzhrnpbtfTSUj1Zj6/B6pb/LyHiVGmX5eIe3Rng6w8nv HE4g== X-Gm-Message-State: APjAAAUprf/JqZyvQQf8N6YkBIrL7vGFXitKz2JdGBx4xUEhkgMPJ13Y nv668hPiP9VNO/MJ5R6YDIe4750wDfEKNJy6d9c= X-Google-Smtp-Source: APXvYqynJ/8KYRGqlnpQmqRhPyEdBKTC0kXky7rUr1kd2Pv3O2RtkNA4WFGco0RORqtGUmEUQu8VOaZpFOQsws407/A= X-Received: by 2002:a92:aa48:: with SMTP id j69mr33522132ili.162.1572440352647; Wed, 30 Oct 2019 05:59:12 -0700 (PDT) MIME-Version: 1.0 References: <20191014182247.961-1-pbhagavatula@marvell.com> <20191026111054.15491-1-pbhagavatula@marvell.com> In-Reply-To: <20191026111054.15491-1-pbhagavatula@marvell.com> From: Jerin Jacob Date: Wed, 30 Oct 2019 18:28:56 +0530 Message-ID: To: Pavan Nikhilesh Cc: Jerin Jacob , "Richardson, Bruce" , Hemant Agrawal , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v7 00/10] example/l2fwd-event: introduce l2fwd-event example 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sat, Oct 26, 2019 at 4:41 PM wrote: > > From: Pavan Nikhilesh > > This patchset adds a new application to demonstrate the usage of event > mode. The poll mode is also available to help with the transition. > > The following new command line parameters are added: > --mode: Dictates the mode of operation either poll or event. > --eventq_sched: Dictates event scheduling mode ordered, atomic or > parallel. > > Based on event device capability the configuration is done as follows: > - A single event device is enabled. > - The number of event ports is equal to the number of worker > cores enabled in the core mask. Additional event ports might > be configured based on Rx/Tx adapter capability. > - The number of event queues is equal to the number of ethernet > ports. If Tx adapter doesn't have internal port capability then > an additional single link event queue is used to enqueue events > to Tx adapter. > - Each event port is linked to all existing event queues. > - Dedicated Rx/Tx adapters for each Ethernet port. Please fix the below clang build issue http://mails.dpdk.org/archives/test-report/2019-October/104973.html ../examples/l2fwd-event/l2fwd_event.c:(.text+0xb4d): undefined reference to `__atomic_fetch_add_8' examples/c590b3c@@dpdk-l2fwd-event at exe/l2fwd-event_l2fwd_event.c.o:../examples/l2fwd-event/l2fwd_event.c:(.text+0xbb0): more undefined references to `__atomic_fetch_add_8' follow clang: error: linker command failed with exit code 1 (use -v to see invocation)