From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5ECCE2BBE for ; Mon, 3 Apr 2017 15:05:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491224729; x=1522760729; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=QluICc5Clw9ftESOQhspwM4YKRwDpOZ6Uoe2GRjJ2XI=; b=VL1GHIorCyKUUGzMoh5C3gSZutz69Y4pUk80VlSpK3rTjhxRHLPDhsKf E2TMxMt9TSuaJ906hcxVuyryXRxsMQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 06:05:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="84040971" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 03 Apr 2017 06:05:26 -0700 To: Vasily Philipov , dev@dpdk.org References: Cc: Adrien Mazarguil , Nelio Laranjeiro From: Ferruh Yigit Message-ID: <73f7b796-4dbd-e4ee-f85d-a1834691a8fb@intel.com> Date: Mon, 3 Apr 2017 14:05:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx4: use a single drop queue for all drop flows 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: Mon, 03 Apr 2017 13:05:29 -0000 On 4/3/2017 10:05 AM, Vasily Philipov wrote: > Signed-off-by: Vasily Philipov > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.