From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mlx4: remove old VMware compatibility code Date: Fri, 27 Mar 2015 11:57:58 +0100 Message-ID: <1530699.Tz9C6qdNHX@xps13> References: <1427279671-18243-1-git-send-email-adrien.mazarguil@6wind.com> <20150325103947.GA6050@hmsreliant.think-freely.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Adrien Mazarguil Return-path: In-Reply-To: <20150325103947.GA6050-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > 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