From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id D91D2E62 for ; Mon, 15 Jun 2015 23:00:24 +0200 (CEST) Received: by wgbhy7 with SMTP id hy7so45172277wgb.2 for ; Mon, 15 Jun 2015 14:00:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=PBgdZyaHCeLSnyWwSoTqwa4m6VK5OoFnmBohuUt2Rl8=; b=Dfhvc+4/VNY5qPzvhu2zC3htlBuP6zuG1qLGAAcW2ygsLh6+/Jt8dM9Ch8pNYEXisE SkOGd9tr//jn4c+ipUERJ5LtzAwTRxiYMkLQe0+tXQJtz+SxFEgBVzaiDIQyCsLZgD0E cWNH6/N5cLbAx9i5UIEyrIUC45iOuUpQ+40abDqc7a7zmvukKwvsF1RFemeMF6lU24dv dzwrqInHD0gJfRd5XZ89iuEzEUlnlLXcW12wxXC4NC3VE4/+c3w8tOacLrvKaD7eYDAI ViHlU5Bhvo33tDO2ZKqsULw7Z1xSG2CSps+Z+xuvmOYU9Q+TG5kEWidSyfycGsHk50sJ 2UMg== X-Gm-Message-State: ALoCoQkdGuN1nQgOuRYFXgmLIwD0YCVJrPNXjjwtYh+BksKk3LxCcE5nBadzLLqL8LKm2lCxNI1P X-Received: by 10.180.91.100 with SMTP id cd4mr35128136wib.57.1434402024710; Mon, 15 Jun 2015 14:00:24 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id c3sm20650575wja.3.2015.06.15.14.00.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 14:00:23 -0700 (PDT) From: Thomas Monjalon To: "Lu, Wenzhuo" Date: Mon, 15 Jun 2015 22:59:26 +0200 Message-ID: <1495037.Thz2gpuFm4@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <9BB6961774997848B5B42BEC655768F8C533E8@SHSMSX104.ccr.corp.intel.com> References: <1434347966-29668-1-git-send-email-wenzhuo.lu@intel.com> <9BB6961774997848B5B42BEC655768F8C533E8@SHSMSX104.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix x550 flow director issue 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: Mon, 15 Jun 2015 21:00:25 -0000 > > On x550, flow director doesn't support other IP packets directly. > > If we want to monitor IP other packets, the L4 protocol and ports must be > > masked. It means, on x550, if we want to add a flow director filter for other > > IP packets, a flow director mask must have been configed to mask L4 > > protocol and ports. > > > > Return err when the user try to config a flow director filter for other IP > > packets without flow director mask configed before. And print err log for it. > > > > Signed-off-by: Wenzhuo Lu > > Acked-by: Jingjing Wu Applied, thanks