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 F279AD010 for ; Fri, 24 Mar 2017 16:29:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490369346; x=1521905346; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=bDFuBW6NlafLauJIp8ibRQoSs1Rf9JQef1q3XR2dMl4=; b=Uivpk0v3w19wmNLn5WZowXkjawM0TW0gTqMguO51/U0h7nN2R1BZotlI FAcWsE9PUF/OgPqD/RjkiRMGgl3f+w==; Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Mar 2017 08:29:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,215,1486454400"; d="scan'208";a="64574517" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga002.jf.intel.com with ESMTP; 24 Mar 2017 08:29:03 -0700 To: "Wiles, Keith" , Pascal Mazon References: <1943B4A1-9793-44F9-B81A-5D7CB3479A74@intel.com> Cc: "dev@dpdk.org" From: Ferruh Yigit Message-ID: <01067433-924c-a49a-8ed1-988219c77151@intel.com> Date: Fri, 24 Mar 2017 15:29:02 +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: <1943B4A1-9793-44F9-B81A-5D7CB3479A74@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Fri, 24 Mar 2017 15:29:06 -0000 On 3/15/2017 9:48 PM, Wiles, Keith wrote: > >> On Mar 15, 2017, at 11:09 PM, Pascal Mazon wrote: >> >> Signed-off-by: Pascal Mazon > > Acked-by: Keith Wiles Applied to dpdk-next-net/master, thanks.