From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BA6751B1B9 for ; Wed, 11 Oct 2017 04:08:12 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2017 19:08:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,359,1503385200"; d="scan'208";a="137266794" Received: from unknown (HELO [10.241.225.83]) ([10.241.225.83]) by orsmga004.jf.intel.com with ESMTP; 10 Oct 2017 19:08:11 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20171010142303.17433-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <48c1c8a2-c8ce-b9ee-737c-5c23364f3261@intel.com> Date: Wed, 11 Oct 2017 03:08:10 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171010142303.17433-1-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/4] patches for bnxt 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: Wed, 11 Oct 2017 02:08:13 -0000 On 10/10/2017 3:22 PM, Ajit Khaparde wrote: > Patches against dpdk-next-net. > Please apply. > > Ajit Khaparde (4): > net/bnxt: fix cleanup if a filter allocation fails > net/bnxt: prevent programming a duplicate flow > net/bnxt: include fdir support > net/bnxt: fix the association of a MACVLAN per VNIC Series applied to dpdk-next-net/master, thanks.