From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2] eventdev: clarify usage of forward and release ops Date: Fri, 15 Sep 2017 18:14:45 +0530 Message-ID: <20170915124444.GA24508@jerin> References: <1504646088-3476-1-git-send-email-timothy.mcdaniel@intel.com> <1504712527-28878-1-git-send-email-timothy.mcdaniel@intel.com> <20170911082900.GA10234@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Tim McDaniel Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0087.outbound.protection.outlook.com [104.47.40.87]) by dpdk.org (Postfix) with ESMTP id 58FC1E5D for ; Fri, 15 Sep 2017 14:45:05 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170911082900.GA10234@jerin> 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: Mon, 11 Sep 2017 13:59:01 +0530 > From: Jerin Jacob > To: Tim McDaniel > CC: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] eventdev: clarify usage of forward and > release ops > User-Agent: Mutt/1.9.0 (2017-09-02) > > -----Original Message----- > > Date: Wed, 6 Sep 2017 10:42:07 -0500 > > From: Tim McDaniel > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH v2] eventdev: clarify usage of forward and > > release ops > > X-Mailer: git-send-email 2.7.4 > > > > Update doxygen to make it clear that RTE_EVENT_OP_FORWARD and > > RTE_EVENT_OP_RELEASE may only be enqueued to the same port that the > > s/may/must > > > original event was dequeued from. > > > > Signed-off-by: Tim McDaniel > > I could fix the above change on apply. > > Acked-by: Jerin Jacob Applied to dpdk-next-eventdev/master with above change. Thanks.