From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by dpdk.org (Postfix) with ESMTP id CF10B5A86 for ; Thu, 17 Dec 2015 13:03:24 +0100 (CET) Received: by mail-pa0-f54.google.com with SMTP id ur14so41482064pab.0 for ; Thu, 17 Dec 2015 04:03:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UlBrwR1h6oFidIJBR7vm6B3GYzKJjB+HZdQ5a+QkxJQ=; b=HSGQWOPvv2eEBz3NlYiLQxIv1uTAQCYKlqZu3u4aptM+eWxEOBHAxfqWHUd2KsMpI7 ECPWcUEEzW202Ld2fSVaxjCp1sSxZC4byLK0B1SDrwzPdlm7bzV7OxVQsnkTdaFzdzxq YoJSNlNE3Q2NnEb/t7OfnSRnV3hiOWBudIG2y7bmsxJUO4mlCucxsj1yPM3hsDof94Nl MKzzwWfLa2VFdKuEa4F8BO8CGw5QUBKA4AjHP+Q7Ys2nOEJbwG9QWwOPfZHZTq1Pxasg 1Fs469Sl3KxYTGJaG+C3Vo+wXHU2rgDkAAMSejGW0v7sxJ1BcU/DPBCj3nHhxeVeBzge XZig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UlBrwR1h6oFidIJBR7vm6B3GYzKJjB+HZdQ5a+QkxJQ=; b=JUe5fw5wFHt5XgiJJ3BCSOl/SyOQXzY5UDoet22M9mOM6uxQPejEYxFBDqZ74PdQ4N RztNHNAVazg/Zp4QE6LDtDDz+K/cyUvYQ4rlTymTn1vaIBQKdE5IBmZSfh0FBDh/LeCw daSwxOSLMrCDegsZe1Hjl8kFJA2Q/FB6FxCNZT6EE073BKm8mA0m3IzvEMS/n126qpv3 O2U666e4w5P0swuJpRGFcNp1lz9Q3Yki4sCIM0qFfg83j4izFUVJMc3z9JIGxZskFEBG GAatMj4YE8VUO5ZLvsDQ8Z9dHRqJvp4WVy/A9ubbNJ8K+O4uimHauJFXHwQ/QZbPPMMr jQKg== X-Gm-Message-State: ALoCoQnZgkX7R4iOTXfpAtJFAoSo6dbhsxjdbnpnmJUxSMQs6lOnHvJageEHzaYfF0VSEQ18tARorlNuQJjGixMyg5InxUpg8sfKFdStr8Yudk2Ia9M9bVM= MIME-Version: 1.0 X-Received: by 10.66.227.129 with SMTP id sa1mr71557865pac.132.1450353804164; Thu, 17 Dec 2015 04:03:24 -0800 (PST) Received: by 10.66.13.233 with HTTP; Thu, 17 Dec 2015 04:03:24 -0800 (PST) In-Reply-To: <1450098032-21198-3-git-send-email-sshukla@mvista.com> References: <1450098032-21198-1-git-send-email-sshukla@mvista.com> <1450098032-21198-3-git-send-email-sshukla@mvista.com> Date: Thu, 17 Dec 2015 17:33:24 +0530 Message-ID: From: Santosh Shukla To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Subject: Re: [dpdk-dev] [ [PATCH v2] 02/13] config: i686: set RTE_VIRTIO_INC_VECTOR=n X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 12:03:25 -0000 On Mon, Dec 14, 2015 at 6:30 PM, Santosh Shukla wrote: > i686 target config example: > config/defconfig_i686-native-linuxapp-gcc says "Vectorized PMD is not supported > on 32-bit". > > So setting RTE_VIRTIO_INC_VECTOR to 'n'. > > Signed-off-by: Santosh Shukla > --- ping? review comment please. > config/defconfig_i686-native-linuxapp-gcc | 1 + > config/defconfig_i686-native-linuxapp-icc | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/config/defconfig_i686-native-linuxapp-gcc b/config/defconfig_i686-native-linuxapp-gcc > index a90de9b..a4b1c49 100644 > --- a/config/defconfig_i686-native-linuxapp-gcc > +++ b/config/defconfig_i686-native-linuxapp-gcc > @@ -49,3 +49,4 @@ CONFIG_RTE_LIBRTE_KNI=n > # Vectorized PMD is not supported on 32-bit > # > CONFIG_RTE_IXGBE_INC_VECTOR=n > +CONFIG_RTE_VIRTIO_INC_VECTOR=n > diff --git a/config/defconfig_i686-native-linuxapp-icc b/config/defconfig_i686-native-linuxapp-icc > index c021321..f8eb6ad 100644 > --- a/config/defconfig_i686-native-linuxapp-icc > +++ b/config/defconfig_i686-native-linuxapp-icc > @@ -49,3 +49,4 @@ CONFIG_RTE_LIBRTE_KNI=n > # Vectorized PMD is not supported on 32-bit > # > CONFIG_RTE_IXGBE_INC_VECTOR=n > +CONFIG_RTE_VIRTIO_INC_VECTOR=n > -- > 1.7.9.5 >