From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0F3D97F71 for ; Thu, 13 Nov 2014 13:40:42 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 13 Nov 2014 04:50:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,376,1413270000"; d="scan'208";a="631357842" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 13 Nov 2014 04:50:02 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id sADCnxux025465; Thu, 13 Nov 2014 20:49:59 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id sADCnvRX008731; Thu, 13 Nov 2014 20:49:59 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id sADCnvnu008727; Thu, 13 Nov 2014 20:49:57 +0800 From: Jingjing Wu To: dev@dpdk.org Date: Thu, 13 Nov 2014 20:49:53 +0800 Message-Id: <1415882995-8697-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1413965977-15165-1-git-send-email-jingjing.wu@intel.com> References: <1413965977-15165-1-git-send-email-jingjing.wu@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] support ethertype filter on fortville X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 12:40:43 -0000 From: "jingjing.wu" The patch set supports ethertype filter on fortville. v3 changes: - redefine the control packet filter to ethertype filter v2 changes: - strip the filter APIs definitions from this patch set jingjing.wu (2): ethdev: new structure of Ethertype Filter for filter_ctrl api i40e: implement operation to add/delete an ethertype filter lib/librte_ether/rte_eth_ctrl.h | 20 ++++++++ lib/librte_pmd_i40e/i40e_ethdev.c | 99 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) -- 1.8.1.4