From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 60A35FB06 for ; Mon, 27 Mar 2017 16:52:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490626335; x=1522162335; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=O+QrG1cDBeEXDCf9cCPXMtpFGAwl2W8Ivo8sFn+IkKc=; b=eTNGz7FoQ/ROp0RofTrLN3m3lt6Ph+tJ87SWy7IWWxu/foczsJtkN062 jdbQld9mdW/2diZn8y5UNpRiZVVIKQ==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2017 07:52:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,231,1486454400"; d="scan'208";a="838917496" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 27 Mar 2017 07:52:14 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 27 Mar 2017 07:52:13 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.235]) by fmsmsx111.amr.corp.intel.com ([169.254.12.19]) with mapi id 14.03.0319.002; Mon, 27 Mar 2017 07:52:13 -0700 From: "Wiles, Keith" To: Pascal Mazon CC: "Yigit, Ferruh" , "dev@dpdk.org" Thread-Topic: doc: detail new tap features in release note Thread-Index: AQHSpwMXVat0qQBnLkKLfZJ/A93TMqGpOsKA Date: Mon, 27 Mar 2017 14:52:13 +0000 Message-ID: <97A8057B-1BF5-453B-A34B-6D05445CA0CF@intel.com> References: <5c9bbc0a133787e31f860794aaf5c6d3f87e7b28.1490623267.git.pascal.mazon@6wind.com> In-Reply-To: <5c9bbc0a133787e31f860794aaf5c6d3f87e7b28.1490623267.git.pascal.mazon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.4.215] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] doc: detail new tap features in release note 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, 27 Mar 2017 14:52:15 -0000 > On Mar 27, 2017, at 9:02 AM, Pascal Mazon wrote: >=20 > Signed-off-by: Pascal Mazon Acked-by: Keith Wiles > --- > doc/guides/rel_notes/release_17_05.rst | 11 +++++++++++ > 1 file changed, 11 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_note= s/release_17_05.rst > index dee63919efe7..4ab3e1a740c0 100644 > --- a/doc/guides/rel_notes/release_17_05.rst > +++ b/doc/guides/rel_notes/release_17_05.rst > @@ -57,6 +57,17 @@ New Features > * Complete HW initialization even if SFP is not present. > * Add VF xcast promiscuous mode. >=20 > +* **Updated the tap driver.** > + > + * Support MTU modification. > + * Support packet type for Rx. > + * Support segmented packets on Rx and Tx. > + * Speed up Rx on tap when no packets are available. > + * Support capturing traffic from another netdevice. > + * Dynamically change link status when the underlying interface state c= hanges. > + * Generic flow API support for Ethernet, VLAN, IPv4, IPv6, UDP and TCP= pattern > + items with DROP, QUEUE and PASSTHRU actions for ingress traffic. > + > * **Added powerpc support for i40e and its vector PMD .** >=20 > i40e PMD and its vector PMD enabled by default in powerpc. > --=20 > 2.12.0.306.g4a9b9b3 >=20 Regards, Keith