From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next 0/8] dpaa2-eth: Introduce XDP support Date: Tue, 27 Nov 2018 16:24:36 -0800 (PST) Message-ID: <20181127.162436.1361563364094870540.davem@davemloft.net> References: <1543249591-14563-1-git-send-email-ruxandra.radulescu@nxp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, ioana.ciornei@nxp.com, dsahern@gmail.com, camelia.groza@nxp.com To: ruxandra.radulescu@nxp.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:46838 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726445AbeK1LYP (ORCPT ); Wed, 28 Nov 2018 06:24:15 -0500 In-Reply-To: <1543249591-14563-1-git-send-email-ruxandra.radulescu@nxp.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ioana Ciocoi Radulescu Date: Mon, 26 Nov 2018 16:27:28 +0000 > Add support for XDP programs. Only XDP_PASS, XDP_DROP and XDP_TX > actions are supported for now. Frame header changes are also > allowed. > > v2: - count the XDP packets in the rx/tx inteface stats > - add message with the maximum supported MTU value for XDP This doesn't apply cleanly to net-next. Could you please do a quick respin so I can apply this? Thanks!