From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 548A52BF2 for ; Mon, 3 Jul 2017 12:06:44 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 03 Jul 2017 03:06:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,302,1496127600"; d="scan'208";a="103948805" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 03 Jul 2017 03:06:42 -0700 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> From: Ferruh Yigit Message-ID: <1d3b7065-2642-64cf-eeea-0e540df156d9@intel.com> Date: Mon, 3 Jul 2017 11:06:41 +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: <1498937402-25547-9-git-send-email-rasesh.mody@cavium.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: Mon, 03 Jul 2017 10:06:44 -0000 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? > x86-64 = Y > Usage doc = Y > N-tuple filter = Y