From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 05/10] event/dsw: add DSW event scheduling and device start/stop Date: Mon, 17 Sep 2018 17:52:10 +0530 Message-ID: <20180917122209.GC27965@jerin> References: <20180911080216.3017-1-mattias.ronnblom@ericsson.com> <20180911080216.3017-6-mattias.ronnblom@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: bruce.richardson@intel.com, dev@dpdk.org To: Mattias =?iso-8859-1?Q?R=F6nnblom?= Return-path: Received: from NAM04-CO1-obe.outbound.protection.outlook.com (mail-eopbgr690066.outbound.protection.outlook.com [40.107.69.66]) by dpdk.org (Postfix) with ESMTP id AB5885F29 for ; Mon, 17 Sep 2018 14:22:30 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180911080216.3017-6-mattias.ronnblom@ericsson.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 11 Sep 2018 10:02:11 +0200 > From: Mattias Rönnblom > To: jerin.jacob@caviumnetworks.com > CC: bruce.richardson@intel.com, dev@dpdk.org, Mattias Rönnblom > > Subject: [PATCH v3 05/10] event/dsw: add DSW event scheduling and device > start/stop > X-Mailer: git-send-email 2.17.1 > > > With this patch, the DSW event device can be started and stopped, > and also supports scheduling events between ports. > > Signed-off-by: Mattias Rönnblom Acked-by: Jerin Jacob