From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 341312B96 for ; Wed, 5 Jul 2017 11:57:18 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2017 02:57:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,311,1496127600"; d="scan'208";a="104607352" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 05 Jul 2017 02:57:16 -0700 From: Ferruh Yigit To: Rasesh Mody , dev@dpdk.org Cc: Dept-EngDPDKDev@cavium.com References: <1498729889-21524-1-git-send-email-rasesh.mody@cavium.com> <1498937402-25547-9-git-send-email-rasesh.mody@cavium.com> <1d3b7065-2642-64cf-eeea-0e540df156d9@intel.com> Message-ID: <07b4ad57-3306-1458-de98-90f3d985a925@intel.com> Date: Wed, 5 Jul 2017 10:57:14 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1d3b7065-2642-64cf-eeea-0e540df156d9@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 8/8] net/qede: update PMD version to 2.5.1.1 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, 05 Jul 2017 09:57:18 -0000 On 7/3/2017 11:06 AM, Ferruh Yigit wrote: > On 7/1/2017 8:30 PM, Rasesh Mody wrote: >> Update the PMD version and add 32bit support in documentation. >> >> Signed-off-by: Rasesh Mody >> --- >> doc/guides/nics/features/qede.ini | 1 + >> drivers/net/qede/qede_ethdev.h | 2 +- >> 2 files changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/doc/guides/nics/features/qede.ini b/doc/guides/nics/features/qede.ini >> index fba5dc3..43caf94 100644 >> --- a/doc/guides/nics/features/qede.ini >> +++ b/doc/guides/nics/features/qede.ini >> @@ -32,6 +32,7 @@ Extended stats = Y >> Stats per queue = Y >> Multiprocess aware = Y >> Linux UIO = Y >> +x86-32 = Y > > Can you please extract this into separate patch? > And since you are updating supported architectures, can you please add > others too, I assume qede supports arm? Rasesh seems on vacation, to be able to include patchset into RC1, I will drop this part from patch and will get the set. Rasesh, Harish, Can you please send the requested document patch before RC2? Thanks, ferruh > >> x86-64 = Y >> Usage doc = Y >> N-tuple filter = Y >