From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 849BA3208 for ; Fri, 27 Feb 2015 11:47:24 +0100 (CET) Received: by wghl18 with SMTP id l18so19274203wgh.8 for ; Fri, 27 Feb 2015 02:47:24 -0800 (PST) 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=ObtVqP7MAzLlQtC/FgFr3spT/K9oRwZz9uryUDow1LI=; b=JYmMKj/KLEAzyrF93CctKJacXu3TMIV2G9QdvcG0/JVEfYMaxqJCkCi1eSDgZtXJTQ trz9x2wIAaEHbUF/bakXfNEyiVGxzTj9B6IZBOmGI1o3hxOEtWTFbJuGWPKsHOkx7PWG kCt8pIESNevfbVP5zJDbCzdploD6Pz4+rCrYrJd+lALEw4/qqARemcZvE+mdWwRkT17U GnEls+QIasFIsMTqHxqtbxhlNSg60Wk78VUd/iwgm5x8C/Jh59xNgGhGj9ATFlyK1RKR dBr0j7ZI0PVyslny5qS/IZAPiS9UvtI78diylY57KVUGuHASIM4mhKC2HcoCqRpI79bS 4kBg== X-Gm-Message-State: ALoCoQlEYmapRYqWdJ19n205hwaLzeY/I1fEEajQ6CbgDvkRIbBBIWIeGs6xxd9pbXDZdXajQL3G X-Received: by 10.194.48.12 with SMTP id h12mr27230140wjn.74.1425034044341; Fri, 27 Feb 2015 02:47:24 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dj5sm5369036wjb.28.2015.02.27.02.47.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Feb 2015 02:47:23 -0800 (PST) From: Thomas Monjalon To: "Sujith Sankar (ssujith)" Date: Fri, 27 Feb 2015 11:46:46 +0100 Message-ID: <1457719.Qg0ZkTa88V@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1416936405-25333-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, "Prasad Rao \(prrao\)" Subject: Re: [dpdk-dev] [PATCH v6 0/6] enicpmd: Cisco Systems Inc. VIC Ethernet PMD 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 Feb 2015 10:47:24 -0000 2015-02-27 08:09, Sujith Sankar: > Hi Thomas, > > No update on it from my side :-( > It would take some more time for me to start working on it (and flow > director api) as a few other things are keeping me busy. It's unfortunate. We now have a PMD without documentation and blocking the removal of the old flow director API. Is there someone else at Cisco able to work on it? I think the first priority should be on the flow director API as it has a wider impact. Thanks