From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [RFC PATCH v2 00/14] Introducing AF_XDP support Date: Wed, 11 Apr 2018 11:43:35 -0700 Message-ID: References: <20180327165919.17933-1-bjorn.topel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Cc: "Karlsson, Magnus" , Alexander Duyck , Alexander Duyck , John Fastabend , Jesper Dangaard Brouer , Willem de Bruijn , Daniel Borkmann , Linux Kernel Network Developers , =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , , "Brandeburg, Jesse" , Anjali Singhai Jain , "Zhang, Qi Z" , To: =?UTF-8?B?QmrDtnJuIFTDtnBlbA==?= , William Tu Return-path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:57682 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755378AbeDKSoR (ORCPT ); Wed, 11 Apr 2018 14:44:17 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 4/11/18 5:17 AM, Björn Töpel wrote: > > In the current RFC you are required to create both an Rx and Tx queue > to bind the socket, which is just weird for your "Rx on one device, Tx > to another" scenario. I'll fix that in the next RFC. I would defer on adding new features until the key functionality lands. imo it's in good shape and I would submit it without RFC tag as soon as net-next reopens.