From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753834AbdJSUoT (ORCPT ); Thu, 19 Oct 2017 16:44:19 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:53732 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751855AbdJSUoR (ORCPT ); Thu, 19 Oct 2017 16:44:17 -0400 X-Google-Smtp-Source: ABhQp+RWP0s+i+DvIxgZQIAnoyYwW8HmkIFdtZ8pNQoMlMvsA5aBStqoToz3R8KC60JgJOu1QGGlyQ== Date: Thu, 19 Oct 2017 13:44:09 -0700 From: Richard Cochran To: Jesus Sanchez-Palencia Cc: Richard Cochran , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, intel-wired-lan@lists.osuosl.org, Andre Guedes , Anna-Maria Gleixner , David Miller , Henrik Austad , John Stultz , Thomas Gleixner , Vinicius Costa Gomes , "Briano, Ivan" , Levi Pearson Subject: Re: [PATCH RFC V1 net-next 0/6] Time based packet transmission Message-ID: <20171019204409.vmkhii2vocum43l6@localhost> References: <743a4550-7344-5e73-bf6d-6ec368263ad9@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <743a4550-7344-5e73-bf6d-6ec368263ad9@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 18, 2017 at 03:18:55PM -0700, Jesus Sanchez-Palencia wrote: > This is great. Just out of curiosity, were you using vlans on your tests? No, just raw packets. VLAN tags could be added trivially (in the program), but that naturally avoids the kernel's VLAN code. > I might try to reproduce them soon. I would appreciate if you could provide me > with the scripts, please. Ok, will do. Thanks, Richard