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 EB682376D for ; Fri, 16 Dec 2016 11:32:40 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 16 Dec 2016 02:32:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,357,1477983600"; d="scan'208";a="798663037" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by FMSMGA003.fm.intel.com with ESMTP; 16 Dec 2016 02:32:38 -0800 To: "John W. Linville" , =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= References: <9c5b028d62c8422031e451c91232d34e562cf4cf.1481590851.git.mirq-linux@rere.qmqm.pl> <20161213010927.9B12CFA30@dpdk.org> <9c988a6bcc6c4179685cce5ae0560f850e7fad2e.1481592081.git.mirq-linux@rere.qmqm.pl> <20161213160605.GB27914@tuxdriver.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Fri, 16 Dec 2016 10:32:38 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161213160605.GB27914@tuxdriver.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2 09/13] PMD/af_packet: guard against buffer overruns in TX path 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, 16 Dec 2016 10:32:41 -0000 On 12/13/2016 4:06 PM, John W. Linville wrote: > On Tue, Dec 13, 2016 at 02:28:34AM +0100, Michał Mirosław wrote: >> Signed-off-by: Michał Mirosław > > Acked-by: John W. Linville > Applied to dpdk-next-net/master, thanks.