From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4C226326B for ; Mon, 3 Apr 2017 12:20:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491214808; x=1522750808; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=Su0SDYmiftSg0qKUrq3smLT64kcSWzDo2/DYOzfmMPY=; b=i1z3QdY3y8TGJYu6VH/ahEvq9+CTOAG1gYj+lCgWMtF5/rgRWvFHlIcK m80HEj6FCxh3S6vnrPCEoEM3q+3AXg==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 03:20:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,269,1486454400"; d="scan'208";a="83989819" 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 03:20:06 -0700 To: Shahaf Shuler , adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com References: <20170330080645.30973-1-shahafs@mellanox.com> <20170402112945.96574-1-shahafs@mellanox.com> Cc: yskoh@mellanox.com, dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Mon, 3 Apr 2017 11:20:05 +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: <20170402112945.96574-1-shahafs@mellanox.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/mlx5: remove unnecessary Verbs library calls 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 10:20:08 -0000 On 4/2/2017 12:29 PM, Shahaf Shuler wrote: > Remove unnecessary interface queries and the Resource Domain when > creating the Queue Pair. Since mlx5 PMD data path is on top of native > APIs, such Verbs library calls are no longer needed. > > Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro > Acked-by: Yongseok Koh Applied to dpdk-next-net/master, thanks.