From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 102025ABA for ; Fri, 27 Mar 2015 11:58:40 +0100 (CET) Received: by wgdm6 with SMTP id m6so95230627wgd.2 for ; Fri, 27 Mar 2015 03:58:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=kgj7oM0bKhFkv0M0PV7BdxtpmxXzptglX+UAi+bXmKo=; b=SSqXaWwahFExnmANuX8LoFdA9A90e9mf7mH3a31P+DuOXK5bCfv7sXrV0MPyxwsJe/ yCyDa5j7hYX8kU934Ink15zmwYyBG0gOWDaPpgNWWV4P5xLNucIz2OQoT5Cset4+drAl kH8LdVZVPqMwtQAtwf/bSgR+xjrdhhaD5vYye50c7dIQXvKDuVFYzDKRNgxbY1bv4MMx PsqNfZIgc79a9DgUhKM4TRDvSeJ9Rt6rEOsYyS3qWhXMUMJ8YZs0EkhZbxy79xTjzGm7 hZlWRGftgNKEONNuX+fBcUYf2skxECrxMyQ88khpDSjQ2ustleezRZlEFzBmux1d4Gtb JQ1Q== X-Gm-Message-State: ALoCoQlJpB5APun6u79tU9ZpytlilaRk9tqss63/wbPFAgh5pkwYhZ0YBUxX4/0Jw+ePq7cospdu X-Received: by 10.180.108.81 with SMTP id hi17mr54754391wib.91.1427453919927; Fri, 27 Mar 2015 03:58:39 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id m9sm2884352wiz.24.2015.03.27.03.58.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 03:58:39 -0700 (PDT) From: Thomas Monjalon To: Adrien Mazarguil Date: Fri, 27 Mar 2015 11:57:58 +0100 Message-ID: <1530699.Tz9C6qdNHX@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <20150325103947.GA6050@hmsreliant.think-freely.org> References: <1427279671-18243-1-git-send-email-adrien.mazarguil@6wind.com> <20150325103947.GA6050@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mlx4: remove old VMware compatibility code 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: Fri, 27 Mar 2015 10:58:40 -0000 > > CONFIG_RTE_LIBRTE_MLX4_COMPAT_VMWARE has no effect since this option enables > > MLX4_PMD_COMPAT_VMWARE. This macro is not used by the PMD which expects > > MLX4_COMPAT_VMWARE instead. > > > > Because this option does not work and the related code is no longer useful > > for VMware (as it actually supports the flow steering API), remove it > > entirely. > > > > Signed-off-by: Olga Shern > > Signed-off-by: Adrien Mazarguil > Acked-by: Neil Horman Applied, thanks