From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:48566 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbeCQU5r (ORCPT ); Sat, 17 Mar 2018 16:57:47 -0400 Date: Sat, 17 Mar 2018 16:57:46 -0400 (EDT) Message-Id: <20180317.165746.11352895395829724.davem@davemloft.net> To: anthony.l.nguyen@intel.com Cc: intel-wired-lan@lists.osuosl.org, john.fastabend@gmail.com, netdev@vger.kernel.org Subject: Re: [PATCH 0/5] Enable XDP for ixgbevf From: David Miller In-Reply-To: <20180316223406.7295-1-anthony.l.nguyen@intel.com> References: <20180316223406.7295-1-anthony.l.nguyen@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: Tony Nguyen Date: Fri, 16 Mar 2018 15:34:01 -0700 > This patch series implements support for XDP on ixgbevf; > it is mainly based on the ixgbe implementation and supports > the following actions: XDP_PASS, XDP_DROP, and XDP_TX. I'm extremely pleased to see these patches.