From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 44BE17E77 for ; Fri, 17 Oct 2014 03:09:00 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 16 Oct 2014 18:10:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,735,1406617200"; d="scan'208";a="620234528" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 16 Oct 2014 18:16:51 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 16 Oct 2014 18:16:51 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 16 Oct 2014 18:16:51 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.230]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.190]) with mapi id 14.03.0195.001; Fri, 17 Oct 2014 09:16:50 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition Thread-Index: AQHP6ZkXS+pLgQxdlE6LtmJUQrAGDZwze3rQ Date: Fri, 17 Oct 2014 01:16:49 +0000 Message-ID: References: <1413502161-31403-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1413502161-31403-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] lib/librte_ether: new filter APIs definition 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: Fri, 17 Oct 2014 01:09:01 -0000 Hi > Define new APIs to support configure multi-kind filters using same APIs, = instead > of creating each API set for each kind of filter. > - rte_eth_dev_filter_supported > - rte_eth_dev_filter_ctrl >=20 > Filter types, operations, and structures are defined specifically in new = header > file lib/librte_eth/rte_dev_ctrl.h. >=20 > As to the implementation discussion, please refer to > http://dpdk.org/ml/archives/dev/2014-September/005179.html >=20 > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang , if the title can be changed = to "ethdev: new filter APIs definition". Regards, Helin