From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1342F2935 for ; Tue, 4 Jul 2017 21:57:43 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 04 Jul 2017 12:57:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,309,1496127600"; d="scan'208";a="1147729567" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga001.jf.intel.com with ESMTP; 04 Jul 2017 12:57:40 -0700 To: dev@dpdk.org Cc: Tomasz Kulasek References: <20170629162022.9984-1-tomaszx.kulasek@intel.com> <20170704164627.324-1-declan.doherty@intel.com> <20170704164627.324-3-declan.doherty@intel.com> From: Declan Doherty Message-ID: <309ff239-64dd-cd19-5c05-c22d8d24408b@intel.com> Date: Tue, 4 Jul 2017 20:54:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170704164627.324-3-declan.doherty@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 2/4] net/bond: use ptype flags for LACP rx filtering 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: , X-List-Received-Date: Tue, 04 Jul 2017 19:57:44 -0000 On 04/07/17 17:46, Declan Doherty wrote: > From: Tomasz Kulasek > > Use packet types flags in mbuf to provide hint for filtering of LACP > control plane traffic from the data path. > > Signed-off-by: Declan Doherty > --- ... > Acked-by: Declan Doherty