From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) by dpdk.org (Postfix) with ESMTP id C41FD4CA6 for ; Wed, 19 Sep 2018 17:07:12 +0200 (CEST) Received: by mail-lf1-f66.google.com with SMTP id g24-v6so5428555lfb.11 for ; Wed, 19 Sep 2018 08:07:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=qJ1JCkgsQZBE8Q0JdmrOGtOVcUX5nxTQ+j2wWqwotX0=; b=APGcmUScPEew8mdQLiLSmxZm9gqecrJqKdE5yQyNTo/zMTM9JnRsnj8GLRkf593RO0 s96fxsel74dcZiQrJAW/1MbRbalHtkfqUDtGFbelPxXWvtMAn1C7PdWyW/BJjym+F7tC G61bYkkdy1FYaySVzFvZeVhkSkRhCvcte7p+69sQ0Whov5UlV+Zhelc3eEH0Kx3XiD9V ud6cXH1RNh6/5czx7Q+r1K5SPvAI5viZFsTkFQBob+nTYx+1eqWI0fhrMB/fkp6H8CtJ BPARG9rNYrpTEvlYwlOEsDybG8scNVCV3816TZkNDSXPnICf//WYebT1s4z8VIJx/Fp6 NKmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=qJ1JCkgsQZBE8Q0JdmrOGtOVcUX5nxTQ+j2wWqwotX0=; b=NpzXOLYq/Nr8Pc21kEA1yPFnJ/rAqF1/p8tuuPSeeSavlGWtfxaQsO4/JhWv2JngvI vHSf4FSs2X7/adbjR8p4sk/CfzuuapdpNX0y6gIgFy0a5tpJRKV6vDA+HgBgf66AZZxF cPRQUMqSXa1OMbB6y6MBhXL6+88BDWRJCWlsUupB8iDoMH2Z8+y1JelEPNmu4KYI5hn5 654IiYenBDEo+CNiPJs8KM1z1zixOuTCgSYpdUtBptKy2ybFupEExJlyiPFW50xL+BWx WkwG8qF1/PV3KoMhKX5v0VF6GL2uZymAfbvLBcMIid9UPxZ+qlup2Bj2WPiLN5NRWPkc Wg6w== X-Gm-Message-State: APzg51A5SBjBrigjSmisX7R1RQDYRF72ucRk42BEFXWEPsPFqSEBrLv1 X4XQm/sE3J/q8uGLezP2nSyFS8DD+rU= X-Google-Smtp-Source: ANB0Vdaw1Gj3kYpsV9CoCHGbG/Bj4NcYBJWpotLcjyREhBpaSNWdYxUJhNQ0bVfLWJEJ61PiGZIAVg== X-Received: by 2002:a19:290c:: with SMTP id p12-v6mr22884642lfp.124.1537369632071; Wed, 19 Sep 2018 08:07:12 -0700 (PDT) Received: from [10.0.0.72] (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id o19-v6sm953393lfk.30.2018.09.19.08.07.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Sep 2018 08:07:11 -0700 (PDT) To: dev@dpdk.org References: <1535718368-15803-1-git-send-email-amo@semihalf.com> <1535720386-18775-1-git-send-email-amo@semihalf.com> From: Andrzej Ostruszka Message-ID: Date: Wed, 19 Sep 2018 17:07:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/8] Add Marvell NETA PMD 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: Wed, 19 Sep 2018 15:07:13 -0000 On 14.09.2018 18:20, Ferruh Yigit wrote: > On 8/31/2018 1:59 PM, Andrzej Ostruszka wrote: >> This patch series introduces new PMD for Marvell NETA adapters (MVNETA). >> See the documentation for more info. [...] > Hi Andrzej, > > Patchset is mostly looks good to me, there is no major issue but I have > commented on some minor issues. Thank you Ferruh for taking time to review it. I have just pushed out new version incorporating your suggestions. > Can you also set a web page patch to add new hardware to supported hw list: > http://core.dpdk.org/supported/ > https://git.dpdk.org/tools/dpdk-web/ Could you tell me what is the procedure for submitting web page patches? Same as for code (sending via e-mail to dev)? Best regards Andrzej