From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Liang, Cunming" Subject: Re: [PATCH v14 10/13] ethdev: add rx intr enable, disable and ctl functions Date: Mon, 20 Jul 2015 10:11:39 +0800 Message-ID: <55AC58DB.5080404@intel.com> References: <1434686442-578-1-git-send-email-cunming.liang@intel.com> <1437113775-32199-1-git-send-email-cunming.liang@intel.com> <1437113775-32199-11-git-send-email-cunming.liang@intel.com> <20150717144001.07b8578d@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 54D81C362 for ; Mon, 20 Jul 2015 04:11:42 +0200 (CEST) In-Reply-To: <20150717144001.07b8578d@urahara> 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 7/18/2015 5:40 AM, Stephen Hemminger wrote: >> +/** >> * Turn on the LED on the Ethernet device. >> * This function turns on the LED on the Ethernet device. >> * >> diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map >> index 39baf11..fa09d75 100644 >> --- a/lib/librte_ether/rte_ether_version.map >> +++ b/lib/librte_ether/rte_ether_version.map >> @@ -109,6 +109,10 @@ DPDK_2.0 { >> DPDK_2.1 { >> global: >> >> + rte_eth_dev_rx_intr_ctl; >> + rte_eth_dev_rx_intr_ctl_q; >> + rte_eth_dev_rx_intr_disable; >> + rte_eth_dev_rx_intr_enable; >> rte_eth_dev_set_mc_addr_list; >> rte_eth_timesync_disable; >> rte_eth_timesync_enable; > This needs rebase to current master, minor conflict here Didn't occur the conflict during my rebase. But anyway, will rebase again on the next rework. Thanks.