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 093BA1396 for ; Wed, 15 Mar 2017 17:46:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489596411; x=1521132411; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=6v2ib5Ogud+eV7m57eBQQ/jFrBLwk1EtBXGmXQ+V9ps=; b=wemJxih5c9Yjkkcfd7+Ci4twrusXrwsVys8DScsgoN+m8hg2gUwds/zx +x4hfa51xvTpYPXYNn8/9kUfjjHjrg==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Mar 2017 09:46:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,169,1486454400"; d="scan'208";a="77187718" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 15 Mar 2017 09:46:35 -0700 To: Pascal Mazon , keith.wiles@intel.com References: <1488904298-31395-1-git-send-email-pascal.mazon@6wind.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Wed, 15 Mar 2017 16:46:35 +0000 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 v5 0/8] net/tap: add additional management ops 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, 15 Mar 2017 16:46:51 -0000 On 3/15/2017 2:48 PM, Pascal Mazon wrote: > v2 change: > - use snprintf in tap_mtu set > > v3 change: > - call tap_mac_set() only once in tap_setup_queue() > > v4 changes: > - use new tap_ioctl function for shared behavior between ops > - update supported packet types > - remove IFF_NOARP flag from link status change > - sync desired MTU to both remote and tap netdevices > - remove support for mac_add and mac_remove ops > > v5 changes: > - rebase after adrien's patches on Tx poll and Rx signaling > - add dependency to librte_net for packet type > > Pascal Mazon (8): > net/tap: remove wrong IFF_NOARP flags > net/tap: refactor ioctl calls > net/tap: add MAC address management > net/tap: add MTU management > net/tap: add speed capabilities > net/tap: add multicast addresses management > net/tap: add packet type management > net/tap: add flow control management Series applied to dpdk-next-net/master, thanks.