From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com
 [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id D64365A55
 for <dev@dpdk.org>; Mon, 20 Apr 2015 15:38:12 +0200 (CEST)
Received: by widdi4 with SMTP id di4so91934211wid.0
 for <dev@dpdk.org>; Mon, 20 Apr 2015 06:38:12 -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=KgA1cWZTwezG3t/Xcp5TXKQ+ER18mE67XnXx8lEu52Y=;
 b=lRrn2M8JrzP1lB15EjsVBRHb3mpouR4TjQ3lNPfTgv6MWDJYy4QC60Q3WKTBPFX6IY
 RTQbNu1AIxruFpdLKrydbWcCTpVZjZjJWtKJwjc+t6MRQSqN9bfOn7KDMc7DQhkb3TMC
 OU6FneEm/zJ5G+vKxquMryYYEx7a6aOQYqR/PNvz6+2BV0hi4qjXPyhhCSeLuBdmfy2i
 x2h9KoAyTR4gSPaA/ESfsGW0owWpUQmzTj2U/bl+Le8aNWOdX3XXMK69p4e4fPrp+ZaW
 WA+xGjThY7hgBrRu/9xNiTv95evmYc3pp3NVcc2lg4/Gu138RHs0C5u2SG7kKNcy3BEg
 XBVg==
X-Gm-Message-State: ALoCoQlpSEtdY273rn8oqofsTLObk/Ep2RBpfVm4+dsy7JhNjhyNd7SPUQZlDyRGwT5ze4Yl6aUu
X-Received: by 10.194.77.7 with SMTP id o7mr30602369wjw.95.1429537092712;
 Mon, 20 Apr 2015 06:38:12 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id z13sm27327461wjr.44.2015.04.20.06.38.11
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 20 Apr 2015 06:38:11 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Sujith Sankar <ssujith@cisco.com>
Date: Mon, 20 Apr 2015 15:37:28 +0200
Message-ID: <2914643.9JDZnUHokG@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1428571772-7779-1-git-send-email-ssujith@cisco.com>
References: <1428571772-7779-1-git-send-email-ssujith@cisco.com>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 20 Apr 2015 13:38:13 -0000

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 <ssujith@cisco.com>

Applied, thanks

Now the old flow director API may be totally removed.