From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f174.google.com (mail-ua0-f174.google.com [209.85.217.174]) by dpdk.org (Postfix) with ESMTP id 870575597 for ; Fri, 16 Dec 2016 18:29:19 +0100 (CET) Received: by mail-ua0-f174.google.com with SMTP id b35so16904782uaa.0 for ; Fri, 16 Dec 2016 09:29:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netronome-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=MUM6P03/33ZbQhgcZf4LpBMJF7JBmyD7MxnlaB+AfEA=; b=KyQwKT68921zMig7WvM8MLCh/dDcof+DYHTfohQVOEctaS/GBPGN2/9S2LHL9r5pZf eZ9tGLjee4GmB2owEy9BU3vpcqxDi86spsFrh4l+Rx+W8cQr5yMGdnLqkMnZF5FjWzhK ANx7s4/SWF3/xzSTVX4z/2MVSAzgOpHbAzC+FvdKytHIttM+PcP/Swq/JMoi2M9u3W4i xEX0yiVW64aS3PHqjXO5JxOdjpu540WIShT9J9urUkGoSRaR3neKZMWLLWpD9nLKzIV6 qnWWHr/jkr5+DwvPUyVVupcMyjvW8w0gDuaJFKvWXT9eMfX8dhEphbrZD0vZvryWKJMP Tiiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MUM6P03/33ZbQhgcZf4LpBMJF7JBmyD7MxnlaB+AfEA=; b=DNxpnGHwUHha350DEEk35z9MqElTBVSA0pz85AtBb187tKcFiRtklpVqL77Wzv/9n2 hy6kCnfCGnc/wMNP6kOcYkiRpWcGx/ox3Tc+i0m3dYCeCAG7KarFXoTqLE9h022TFOj1 75M+b/P59VYctpKB5FrNrOWAdpCiVMLo1mj4L3bJ22nQZH4CP9bLAu2aV8zDVKLYxGml Xy1U6g80IZqwBO0oVT0jFaCQ5oTZPo+ax4HexA+tksIfY3MVAZleQeC6IpI2qfjA7zj+ mc7tqkWER5xMAsvv3Hkk9KEcBS9EoRDs0X9gsl5oeRDW79ygETwGb38jgeyxXIXCmfG0 9++A== X-Gm-Message-State: AIkVDXJoCjlOre6h0bY31tePFJLJjMjRIoNn5B5ext69bO/Dp1bjnbT/iM0QyGiR3SQkB287FguA38Vt6v8fZ3cY X-Received: by 10.176.6.231 with SMTP id g94mr3417022uag.91.1481909358818; Fri, 16 Dec 2016 09:29:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.46.3 with HTTP; Fri, 16 Dec 2016 09:29:17 -0800 (PST) In-Reply-To: <6dcb23ec-4687-7397-bac0-1d72f3854f1e@intel.com> References: <1480666653-35544-1-git-send-email-alejandro.lucero@netronome.com> <3133b0c5-672d-de7d-1690-815c7603e581@intel.com> <03ef24cd-9ef6-066c-ea9c-6ee10a480d70@intel.com> <6dcb23ec-4687-7397-bac0-1d72f3854f1e@intel.com> From: Alejandro Lucero Date: Fri, 16 Dec 2016 17:29:17 +0000 Message-ID: To: Ferruh Yigit Cc: "Mcnamara, John" , "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH] nfp: add doc about supported features X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2016 17:29:19 -0000 Hi, One question about this patch. I will send another patch soon which will require to modify the file created by this patch. So, should I use the dpdk-next for sending the new patch or the dpdk stable branch? I understand that using the latter will imply some integration later, but I really do not know if I should facilitate things using dpdk-next in this case. By the way, it is not just about this specific patch, because I have other almost ready which I want to push before the 16.02 deadline. On Fri, Dec 9, 2016 at 11:36 AM, Ferruh Yigit wrote: > On 12/9/2016 10:00 AM, Alejandro Lucero wrote: > > That's fine. > > Applied to dpdk-next-net/master, thanks. > > > > > Thank you > > > > On Tue, Dec 6, 2016 at 4:01 PM, Ferruh Yigit > > wrote: > > > > On 12/6/2016 2:51 PM, Alejandro Lucero wrote: > > > Then I guess I should send another version of this patch. > > > > I can also update the patch while applying, if you agree with > following > > content (simply just all =N removed): > > > > [Features] > > +SR-IOV = Y > > +Link status = Y > > +Link status event = Y > > +Queue start/stop = Y > > +MTU update = Y > > +Jumbo frame = Y > > +RSS hash = Y > > +RSS key update = Y > > +RSS reta update = Y > > +Flow control = Y > > +VLAN offload = Y > > +L3 checksum offload = Y > > +L4 checksum offload = Y > > +Promiscuous mode = Y > > +Basic stats = Y > > +Stats per queue = Y > > +Linux UIO = Y > > +Linux VFIO = Y > > +x86-64 = Y > > +Usage doc = Y > > > > > > > >