From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: [PATCH v1] fix API parameter checking for ixgbe Date: Tue, 24 Jan 2017 17:00:48 +0800 Message-ID: <1485248449-50774-1-git-send-email-tiwei.bie@intel.com> Cc: ferruh.yigit@intel.com To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8DD93293C for ; Tue, 24 Jan 2017 10:06:12 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" When MACsec patch was merged. The helper function is_ixgbe_pmd() was just raised and merged in another git tree. Now, both of them have been merged in the same git tree. So do the same fix for MACsec. Tiwei Bie (1): net/ixgbe: fix API parameter checking drivers/net/ixgbe/ixgbe_ethdev.c | 30 ++++++++++++++++++++++++++++++ drivers/net/ixgbe/rte_pmd_ixgbe.h | 4 ++++ 2 files changed, 34 insertions(+) -- 2.7.4