From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: fix x550 flow director issue Date: Mon, 15 Jun 2015 22:59:26 +0200 Message-ID: <1495037.Thz2gpuFm4@xps13> References: <1434347966-29668-1-git-send-email-wenzhuo.lu@intel.com> <9BB6961774997848B5B42BEC655768F8C533E8@SHSMSX104.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Lu, Wenzhuo" 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) In-Reply-To: <9BB6961774997848B5B42BEC655768F8C533E8@SHSMSX104.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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