From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingjing Wu Subject: [PATCH v2 0/2] new filter APIs definition Date: Mon, 20 Oct 2014 13:40:31 +0800 Message-ID: <1413783633-16222-1-git-send-email-jingjing.wu@intel.com> References: <1413502161-31403-1-git-send-email-jingjing.wu@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1413502161-31403-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" new filter APIs definition in ethdev define filter_ctrl ops in i40e driver v2 changes: remove OP from the name of filter opeartions add API implementation in i40e. correct comments Jingjing Wu (2): librte_ether: new filter APIs definition i40e: define filter_ctrl ops in i40e driver lib/librte_ether/Makefile | 1 + lib/librte_ether/rte_eth_ctrl.h | 80 +++++++++++++++++++++++++++++++++++++++ lib/librte_ether/rte_ethdev.c | 32 ++++++++++++++++ lib/librte_ether/rte_ethdev.h | 44 +++++++++++++++++++++ lib/librte_pmd_i40e/i40e_ethdev.c | 63 ++++++++++++++++++++++++++++++ 5 files changed, 220 insertions(+) create mode 100644 lib/librte_ether/rte_eth_ctrl.h -- 1.8.1.4