From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 20BFA133F for ; Wed, 15 Mar 2017 22:44:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489614273; x=1521150273; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=Gd/0IQPbWA6f3TQpQrCM/AczPKEIt0lhow0mP4Z9PVc=; b=x0mjMaCSLJLzj9wBbsalrgGPGNRMLDKp/iWGuimc98zETq/OPt70vlvG MMDej4PquEnSmTZ2wtDLrF/VzsbOtQ==; Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Mar 2017 14:44:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,170,1486454400"; d="scan'208";a="1142794101" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga002.fm.intel.com with ESMTP; 15 Mar 2017 14:44:31 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Mar 2017 14:44:31 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.172]) by FMSMSX151.amr.corp.intel.com ([169.254.7.199]) with mapi id 14.03.0248.002; Wed, 15 Mar 2017 14:44:25 -0700 From: "Wiles, Keith" To: "Yigit, Ferruh" CC: Pascal Mazon , "dev@dpdk.org" Thread-Topic: [PATCH v5 0/8] net/tap: add additional management ops Thread-Index: AQHSnZuaC1Ri2BznEEKK5mFgo8M+9aGWkYuAgABTNIA= Date: Wed, 15 Mar 2017 21:44:24 +0000 Message-ID: <11F2125A-B310-4BF7-A251-4B0899E99CDF@intel.com> References: <1488904298-31395-1-git-send-email-pascal.mazon@6wind.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.25.146] Content-Type: text/plain; charset="us-ascii" Content-ID: <59C13D775DEDEC4A9A2126C6BD2290FA@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 21:44:33 -0000 Please let me know if I have missed and Ack for the TAP PMD. I believe I ha= ve reviewed and agree with all of the changes to TAP at this time. > On Mar 16, 2017, at 12:46 AM, Yigit, Ferruh wrot= e: >=20 > On 3/15/2017 2:48 PM, Pascal Mazon wrote: >> v2 change: >> - use snprintf in tap_mtu set >>=20 >> v3 change: >> - call tap_mac_set() only once in tap_setup_queue() >>=20 >> 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 >>=20 >> v5 changes: >> - rebase after adrien's patches on Tx poll and Rx signaling >> - add dependency to librte_net for packet type >>=20 >> 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 >=20 > Series applied to dpdk-next-net/master, thanks. Regards, Keith