From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id B0158377E for ; Mon, 20 Apr 2015 16:00:39 +0200 (CEST) Received: by widdi4 with SMTP id di4so100460888wid.0 for ; Mon, 20 Apr 2015 07:00:39 -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=uVgWltaKSup3hXepBlA36YOk+ZE2zH0Pejvt9m/dfGs=; b=L3nXet/LYYpSAyW2qW7n1KhSzv22Q4Pk/pJ+u6dHgwSqFfStU3ygsvLpbh4UQI7FU2 zD8tHkzy5GcwZT5KodGHvnDiFBN2W3wisgDZhTw5WGC57A9fwZaoJwN7WmjcQ6T3n8NR EIwEv0MIF9VizdQmdXQaiUCQDLMUjtyqcP71tFLZmP3j5c5h9ROOyA5mGBA9CsnVWp/h 8UyAJN7eKj4Kfg0LfWskjorqh/CVSKKVWqcMU16dJ11M4aRyfSWDlH8uAY50FOpVVp1X x9uTXF22K0HHuxXOuTDh8GH+q02lfR67wv4PveWCrfssyTn4BpvYhJ+UC7b6kcZjugRL PwSQ== X-Gm-Message-State: ALoCoQkRu9SpuZSo/J+9S+SO79LGtVJJTtjpW6ZD0C8ofjzYS4ulblSCQq3BDK9eOXVZZ8uNqX3d X-Received: by 10.195.13.168 with SMTP id ez8mr30913285wjd.30.1429538439488; Mon, 20 Apr 2015 07:00: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 o5sm15682744wia.0.2015.04.20.07.00.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Apr 2015 07:00:38 -0700 (PDT) From: Thomas Monjalon To: Sujith Sankar Date: Mon, 20 Apr 2015 15:59:55 +0200 Message-ID: <1625794.2fmbY0bmUS@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <2914643.9JDZnUHokG@xps13> References: <1428571772-7779-1-git-send-email-ssujith@cisco.com> <2914643.9JDZnUHokG@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] enic: migrating to new fdir api 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: Mon, 20 Apr 2015 14:00:39 -0000 2015-04-20 15:37, Thomas Monjalon: > 2015-04-09 14:59, Sujith Sankar: > > This patch helps enic migrate to the new flow-director API. > > > > It takes care of the following. > > 1. The change in fdir_filter structure and stats structure > > 2. DPDK interface functions in enic_ethdev.c > > 3. ENIC driver functions that deal with the VIC adapter > > > > > > Signed-off-by: Sujith Sankar > > Applied, thanks > > Now the old flow director API may be totally removed. Please remove use of rte_fdir_filter for key_len. Thanks