From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 503F1D4E0; Wed, 11 Jan 2017 19:21:40 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 11 Jan 2017 10:21:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="921433252" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 11 Jan 2017 10:21:38 -0800 To: Bernard Iremonger , dev@dpdk.org, wenzhuo.lu@intel.com References: <1484144751-10412-1-git-send-email-bernard.iremonger@intel.com> <1484155499-13349-1-git-send-email-bernard.iremonger@intel.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: <83f3b1fc-f9e9-5dda-9011-9bf3ad6745c3@intel.com> Date: Wed, 11 Jan 2017 18:21:38 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484155499-13349-1-git-send-email-bernard.iremonger@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix API parameter checking 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, 11 Jan 2017 18:21:42 -0000 On 1/11/2017 5:24 PM, Bernard Iremonger wrote: > Add checks to rte_pmd_ixgbe_* API's to ensure that the port > is an ixgbe port. > > Fixes: 49e248223e9f ("net/ixgbe: add API for VF management") > > CC: stable@dpdk.org > Signed-off-by: Bernard Iremonger Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.