From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/6] net/tap: use correct tap name Date: Thu, 2 Feb 2017 10:23:08 +0000 Message-ID: <29aa7c21-02e5-e9af-c30a-4f7d70c4686f@intel.com> References: <1485855778-15496-1-git-send-email-pascal.mazon@6wind.com> <39a46c11-66c4-d8ed-a2bc-d9421cb4afd0@6wind.com> <9fa2c783-349c-e20c-0e57-0c24e67a4683@intel.com> <9C574760-33CF-4163-94D4-A0C919F4592C@intel.com> <74B7FC24-638D-4A48-A02D-C80B5B4E7E2B@intel.com> <78727e66-3588-79ab-6448-9858c19e2361@6wind.com> <8a13261b-215c-e294-1f61-b57e5ea998eb@6wind.com> <8D715219-BBBE-4484-8CB1-499C9DBE781A@intel.com> <5ee7a20c-9bd9-79f3-1ac9-b8d59ca837da@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Pascal Mazon , "Wiles, Keith" Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8942BB6D for ; Thu, 2 Feb 2017 11:23:11 +0100 (CET) In-Reply-To: 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 2/2/2017 8:25 AM, Pascal Mazon wrote: <...> > > Actually, I'm working on a patch to implement promiscuous_enable/disable > and allmulticast_enable/disable. > I'll have to change the tap_link_set() to be more generic and support > the appropriate flags. > So I'll send a v2 of my patches with patch 1/6 commit-log updated, and > the promisc allmulti support, later today. OK, thanks.