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 A897C293C for ; Tue, 24 Jan 2017 16:56:18 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP; 24 Jan 2017 07:56:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,278,1477983600"; d="scan'208";a="56675872" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga005.jf.intel.com with ESMTP; 24 Jan 2017 07:56:16 -0800 To: Tiwei Bie , dev@dpdk.org References: <1485248449-50774-1-git-send-email-tiwei.bie@intel.com> <1485248449-50774-2-git-send-email-tiwei.bie@intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 24 Jan 2017 15:56:16 +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: <1485248449-50774-2-git-send-email-tiwei.bie@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1] 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: Tue, 24 Jan 2017 15:56:19 -0000 On 1/24/2017 9:00 AM, Tiwei Bie wrote: > Add checks to rte_pmd_ixgbe_macsec_* APIs to ensure that the > port is an ixgbe port. > > Fixes: b35d309710fe ("net/ixgbe: add MACsec offload") > > Signed-off-by: Tiwei Bie Applied to dpdk-next-net/master, thanks.