From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C411210CB8 for ; Wed, 21 Dec 2016 17:50:18 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 21 Dec 2016 08:50:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,384,1477983600"; d="scan'208";a="45439320" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by fmsmga005.fm.intel.com with ESMTP; 21 Dec 2016 08:50:17 -0800 To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org References: <1481997835-23288-1-git-send-email-3chas3@gmail.com> From: Ferruh Yigit Message-ID: <11fcbd95-adf0-d790-e3bf-7bfcc9d7f5b4@intel.com> Date: Wed, 21 Dec 2016 16:50:16 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/af_packet: initialize link interrupt callback queue 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: Wed, 21 Dec 2016 16:50:19 -0000 On 12/21/2016 3:30 PM, Ferruh Yigit wrote: > On 12/17/2016 6:03 PM, Chas Williams wrote: >> This patch initializes the eth_dev->link_intr_cbs queue which is >> used when af_packet is passed into rte_eth_ev_callback_register(). >> >> Fixes: 4dc294158cac ("ethdev: support optional Rx and Tx callbacks") >> >> Signed-off-by: Chas Williams <3chas3@gmail.com> > > Acked-by: Ferruh Yigit > The commit that just applied solves the issue that this patch targets: http://dpdk.org/browse/dpdk/commit/?id=75aca7997e57b017 I am updating this patch as rejected. Thanks, ferruh