From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] net/enic: add support for Rx queue count function Date: Tue, 27 Sep 2016 14:36:30 +0100 Message-ID: <20160927133630.GB36032@bricha3-MOBL3> References: <1474311029-20055-1-git-send-email-neescoba@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Nelson Escobar Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1C20D2BB4 for ; Tue, 27 Sep 2016 15:36:33 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1474311029-20055-1-git-send-email-neescoba@cisco.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Sep 19, 2016 at 11:50:29AM -0700, Nelson Escobar wrote: > Add support to enic for rte_eth_rx_queue_count(). > > Signed-off-by: Nelson Escobar > Reviewed-by: John Daley > --- > drivers/net/enic/enic_ethdev.c | 31 ++++++++++++++++++++++++++++++- > 1 file changed, 30 insertions(+), 1 deletion(-) > Applied to dpdk-next-net/rel_16_11 /Bruce