From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 93912A0487 for ; Mon, 1 Jul 2019 15:11:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 754321B9A0; Mon, 1 Jul 2019 15:11:32 +0200 (CEST) Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id CBCA31B99F for ; Mon, 1 Jul 2019 15:11:30 +0200 (CEST) Received: from lfbn-lil-1-176-160.w90-45.abo.wanadoo.fr ([90.45.26.160] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hhw8Y-0007qz-G2; Mon, 01 Jul 2019 15:14:27 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Mon, 01 Jul 2019 15:11:20 +0200 Date: Mon, 1 Jul 2019 15:11:20 +0200 From: Olivier Matz To: Morten =?iso-8859-1?Q?Br=F8rup?= Cc: thomas@monjalon.net, ferruh.yigit@intel.com, arybchenko@solarflare.com, jiayu.hu@intel.com, wenzhuo.lu@intel.com, konstantin.ananyev@intel.com, dev@dpdk.org Message-ID: <20190701131120.hrcqab65ge45xahq@platinum> References: <1561114506-3449-1-git-send-email-mb@smartsharesystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1561114506-3449-1-git-send-email-mb@smartsharesystems.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] Define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Jun 21, 2019 at 12:55:06PM +0200, Morten Brørup wrote: > TCP flags were moved to the TCP header file from the Ethernet control > header file, and the RTE prefix was added to their names. > > Missing TCP ECN flags were added. > > The ALL mask did not include TCP ECN flags, so it was renamed to reflect > that it applies to N-tuple filtering only. > > Updated other files affected by the renaming accordingly. > > Signed-off-by: Morten Brørup Acked-by: Olivier Matz