From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_ether: fix comments for filters Date: Wed, 30 Mar 2016 14:04:03 +0200 Message-ID: <12398971.Pe1gfu7JaQ@xps13> References: <1459220668-22667-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, yong.liu@intel.com To: Jingjing Wu Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 0943E2BE5 for ; Wed, 30 Mar 2016 14:05:59 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id r72so96376319wmg.0 for ; Wed, 30 Mar 2016 05:05:59 -0700 (PDT) In-Reply-To: <1459220668-22667-1-git-send-email-jingjing.wu@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" 2016-03-29 11:04, Jingjing Wu: > This patch fixes comments for tunnel filters and flow director flows. > e.g. states fields which are in big endian. > > Fixes: 7b1312891b69 (ethdev: add IP in GRE tunnel) > Fixes: d69be32d4d78 (ethdev: structures to add or delete flow director) > Signed-off-by: Jingjing Wu Applied, thanks