From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id EB0556831 for ; Fri, 15 Aug 2014 09:48:08 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 15 Aug 2014 00:50:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,868,1400050800"; d="scan'208";a="558920464" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 15 Aug 2014 00:50:55 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 15 Aug 2014 00:50:54 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 15 Aug 2014 00:50:54 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.17]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.147]) with mapi id 14.03.0195.001; Fri, 15 Aug 2014 15:50:52 +0800 From: "Wu, Jingjing" To: Ilan Borenshtein , "dev@dpdk.org" Thread-Topic: Signature filter for virtual function Thread-Index: Ac+3u2ouJ7b6cNiXT4+k2JCaYR6AgwAoZ+aQ Date: Fri, 15 Aug 2014 07:50:51 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8AD8DA4@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: 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] Signature filter for virtual function 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, 15 Aug 2014 07:48:09 -0000 Hi Flow director is not supported on VF now. I think this may be the reason why ENOTSUP is returned. > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ilan Borenshtein > Sent: Thursday, August 14, 2014 8:34 PM > To: dev@dpdk.org > Subject: [dpdk-dev] Signature filter for virtual function >=20 > Hello, >=20 > I'm trying to configure the flow director of VF 82599 port using > rte_eth_dev_fdir_add_signature_filter (). > The function returns with ENOTSUP. > Doe's flow director supported for VF ? > What can be the reason for ENOTSUP ? >=20 > Thanks, > Ilan B