From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 25925DE0 for ; Fri, 1 Sep 2017 12:36:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Sep 2017 03:36:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,457,1498546800"; d="scan'208";a="1213405008" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by fmsmga002.fm.intel.com with SMTP; 01 Sep 2017 03:36:14 -0700 Received: by (sSMTP sendmail emulation); Fri, 01 Sep 2017 11:36:13 +0100 Date: Fri, 1 Sep 2017 11:36:13 +0100 From: Bruce Richardson To: James Poole Cc: dev@dpdk.org Message-ID: <20170901103613.GA17064@bricha3-MOBL3.ger.corp.intel.com> References: <1504261734-21435-1-git-send-email-james.poole@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504261734-21435-1-git-send-email-james.poole@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH] event: fix doxygen comment for rte_event_ring docs 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: Fri, 01 Sep 2017 10:36:18 -0000 On Fri, Sep 01, 2017 at 11:28:54AM +0100, James Poole wrote: > Fixes: dc39e2f359b5 ("eventdev: add ring structure for events") > Cc: bruce.richardson@intel.com > > Signed-off-by: James Poole Acked-by: Bruce Richardson