From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: add TCP flags in flow API Date: Thu, 08 Jun 2017 23:13:25 +0200 Message-ID: <3078549.893a3Bt70g@xps> References: <1495098372-18438-1-git-send-email-beilei.xing@intel.com> <20170518092255.GJ1758@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Adrien Mazarguil , wei.zhao1@intel.com To: Beilei Xing Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 98E5E2BA2 for ; Thu, 8 Jun 2017 23:13:27 +0200 (CEST) In-Reply-To: <20170518092255.GJ1758@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/05/2017 11:22, Adrien Mazarguil: > On Thu, May 18, 2017 at 05:06:12PM +0800, Beilei Xing wrote: > > This commit adds TCP flags support in flow API as > > some drivers have SYN filter. > > > > Signed-off-by: Beilei Xing > > Acked-by: Adrien Mazarguil Applied, thanks