From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B59A22B9B for ; Mon, 3 Apr 2017 15:12:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491225125; x=1522761125; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=g0hKdOeJu9BvlyDatY5MwEp0hh9pOR9wpIqPSnEWTG8=; b=aiCobr2eSkZ11N9pMKVl8It1LjiXPNonu5WVjMUWDMdBLFGGtRMQIJK8 2HeCaaP6WSrsHM9bIRsOFMAsoaJzsg==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 06:11:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="84043307" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 03 Apr 2017 06:11:38 -0700 To: Pascal Mazon , keith.wiles@intel.com References: <3f667d40be2f2d4db572bfa4200561e5818514b6.1490965230.git.pascal.mazon@6wind.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Mon, 3 Apr 2017 14:11:37 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/3] net/tap: netlink and MAC address fixes 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: Mon, 03 Apr 2017 13:12:06 -0000 On 3/31/2017 2:54 PM, Pascal Mazon wrote: > I'm adding a cover letter to clarify this series history, as I've mixed my > versions a little... > > This series fixes some errors in the tap PMD. > <...> > > Pascal Mazon (3): > net/tap: update netlink error code management > net/tap: fix null MAC address at init > net/tap: fix redirection rule after MAC change Series applied to dpdk-next-net/master, thanks.