From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ssujith@cisco.com> Received: from rcdn-iport-2.cisco.com (rcdn-iport-2.cisco.com [173.37.86.73]) by dpdk.org (Postfix) with ESMTP id C2A22683D for <dev@dpdk.org>; Wed, 11 Mar 2015 10:06:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=658; q=dns/txt; s=iport; t=1426064761; x=1427274361; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=ExtPoiY7p6d/3+TA7BJqhAgrIjw/hgiBgfhL/XPNdWM=; b=AVrRi9IO9ZHFCjdILA7jEOH/cWpJFRGQqRUfGo6Qx4LhUJCMIuPrbsvh eqKUiUPH8tcgg7bDpXgIdYtLQD4/FQuc2oewXQaABj8nX3BDIPsFMH9z6 GsA0JQsPeQXVX9p0a8eRc+GTPUyKpT2vwjs9xq1zQ1AmjaXiT+NwLQn9V M=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AICACYBABV/4YNJK1cgwaBLAS9OYtvAoEvTQEBAQEBAXyEEAEBBDo/EAIBCDYQMiUCBA4FiC/HFAEBAQEBAQEBAQEBAQEBAQEBARqLF4RuB4QtAQSOGIIDiV2BGot+hl8jg25vgUR/AQEB X-IronPort-AV: E=Sophos;i="5.11,380,1422921600"; d="scan'208";a="403009654" Received: from alln-core-12.cisco.com ([173.36.13.134]) by rcdn-iport-2.cisco.com with ESMTP; 11 Mar 2015 09:05:59 +0000 Received: from xhc-rcd-x03.cisco.com (xhc-rcd-x03.cisco.com [173.37.183.77]) by alln-core-12.cisco.com (8.14.5/8.14.5) with ESMTP id t2B95xsC001791 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 11 Mar 2015 09:05:59 GMT Received: from xmb-aln-x07.cisco.com ([169.254.2.221]) by xhc-rcd-x03.cisco.com ([173.37.183.77]) with mapi id 14.03.0195.001; Wed, 11 Mar 2015 04:05:59 -0500 From: "Sujith Sankar (ssujith)" <ssujith@cisco.com> To: Thomas Monjalon <thomas.monjalon@6wind.com> Thread-Topic: [dpdk-dev] [PATCH v6 0/6] enicpmd: Cisco Systems Inc. VIC Ethernet PMD Thread-Index: AQHQCNU+jPhT7bDs3kWFOKEP7UckRpxyJUeAgAG5ZoCAAMVlgIAAXUkAgFSZPwCAAYO+gIA4qTkAgAAWD4CAAZrxAP//z7YAgBMLUoA= Date: Wed, 11 Mar 2015 09:05:58 +0000 Message-ID: <D1260331.32618%ssujith@cisco.com> References: <1416936405-25333-1-git-send-email-ssujith@cisco.com> <D1147695.1518B%keith.wiles@intel.com> <D1162370.313E9%ssujith@cisco.com> <1457719.Qg0ZkTa88V@xps13> In-Reply-To: <1457719.Qg0ZkTa88V@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [10.127.148.250] Content-Type: text/plain; charset="us-ascii" Content-ID: <FC4DE24F44A2414AACAF25C9E40622C6@emea.cisco.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" <dev@dpdk.org>, "Prasad Rao \(prrao\)" <prrao@cisco.com> 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 <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: Wed, 11 Mar 2015 09:06:01 -0000 On 27/02/15 4:16 pm, "Thomas Monjalon" <thomas.monjalon@6wind.com> wrote: >2015-02-27 08:09, Sujith Sankar: >> Hi Thomas, >>=20 >> 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. Sure Thomas. I shall pick it up as soon as possible. Thanks. > >Thanks