From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:36184 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbeCPTGh (ORCPT ); Fri, 16 Mar 2018 15:06:37 -0400 Date: Fri, 16 Mar 2018 15:06:35 -0400 (EDT) Message-Id: <20180316.150635.1432766035787208751.davem@davemloft.net> To: vinicius.gomes@intel.com Cc: netdev@vger.kernel.org, randy.e.witt@intel.com, eric.dumazet@gmail.com Subject: Re: [PATCH net-next v3 1/1] selftests/txtimestamp: Add more configurable parameters From: David Miller In-Reply-To: <20180316174114.4575-2-vinicius.gomes@intel.com> References: <20180316174114.4575-1-vinicius.gomes@intel.com> <20180316174114.4575-2-vinicius.gomes@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Vinicius Costa Gomes Date: Fri, 16 Mar 2018 10:41:14 -0700 > Add a way to configure if poll() should wait forever for an event, the > number of packets that should be sent for each and if there should be > any delay between packets. > > Signed-off-by: Vinicius Costa Gomes Applied, thank you.