From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8C9A42C1A for ; Wed, 15 Mar 2017 22:48:29 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 15 Mar 2017 14:48:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,170,1486454400"; d="scan'208";a="1123057171" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 15 Mar 2017 14:48:27 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Mar 2017 14:48:26 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.172]) by fmsmsx115.amr.corp.intel.com ([169.254.4.53]) with mapi id 14.03.0248.002; Wed, 15 Mar 2017 14:48:26 -0700 From: "Wiles, Keith" To: Pascal Mazon CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/tap: do not send packets larger than MTU Thread-Index: AQHSnZ5VDrkBcMzJ/EuINoiVTsOKWqGW5duA Date: Wed, 15 Mar 2017 21:48:26 +0000 Message-ID: <1943B4A1-9793-44F9-B81A-5D7CB3479A74@intel.com> References: 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: <01B0BC6769C3BA47B9CD78FFB79C5604@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/tap: do not send packets larger than MTU 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:48:29 -0000 > On Mar 15, 2017, at 11:09 PM, Pascal Mazon wrote= : >=20 > Signed-off-by: Pascal Mazon Acked-by: Keith Wiles > --- > drivers/net/tap/rte_eth_tap.c | 6 ++++++ > drivers/net/tap/rte_eth_tap.h | 1 + > 2 files changed, 7 insertions(+) Regards, Keith