From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3A8638DA5 for ; Tue, 27 Oct 2015 08:52:55 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 27 Oct 2015 00:52:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,203,1444719600"; d="scan'208";a="835900337" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga002.jf.intel.com with ESMTP; 27 Oct 2015 00:52:53 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 00:52:53 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 00:52:53 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.204]) with mapi id 14.03.0248.002; Tue, 27 Oct 2015 15:52:50 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH 2/4] i40e: extend flow diretcor to support filtering in VFs Thread-Index: AQHQ9OkyxetaKzQC60q8FzpOae8NXZ5/LxPg Date: Tue, 27 Oct 2015 07:52:49 +0000 Message-ID: References: <1442893533-32546-1-git-send-email-jingjing.wu@intel.com> <1442893533-32546-3-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1442893533-32546-3-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 2/4] i40e: extend flow diretcor to support filtering in VFs 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: Tue, 27 Oct 2015 07:52:55 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Tuesday, September 22, 2015 11:46 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Lu, Wenzhuo; Xu, HuilongX > Subject: [PATCH 2/4] i40e: extend flow diretcor to support filtering in V= Fs >=20 > This patch extends flow director to filtering in VFs. > It also corrects to disable interrupt on queues when stop device. >=20 > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang