From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E09CF8E83 for ; Mon, 12 Oct 2015 17:46:34 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 12 Oct 2015 08:46:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,673,1437462000"; d="scan'208";a="824832466" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga002.jf.intel.com with ESMTP; 12 Oct 2015 08:46:33 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 12 Oct 2015 16:46:32 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.138]) by irsmsx111.ger.corp.intel.com ([169.254.2.212]) with mapi id 14.03.0248.002; Mon, 12 Oct 2015 16:46:32 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v3] ip_pipeline: add flow id parameter to flow classification Thread-Index: AQHRBQSK7BqYYLu7eUmS15Ta5lXQM55n/2Wg Date: Mon, 12 Oct 2015 15:46:31 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478EE2FB@IRSMSX108.ger.corp.intel.com> References: <1444043619-1343-1-git-send-email-jasvinder.singh@intel.com> <1444664499-32742-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1444664499-32742-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] ip_pipeline: add flow id parameter to flow classification 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, 12 Oct 2015 15:46:35 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, October 12, 2015 4:42 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v3] ip_pipeline: add flow id parameter to flow classifica= tion >=20 > *v3 > fixed bug: changed LRU hash table operation to > extendible bucket hash table operation >=20 > Signed-off-by: Jasvinder Singh > --- Acked-by: Cristian Dumitrescu Jasvinder, next time we send new patch version with just a small modificati= on (like this one), you can also include my Ack line from the previous vers= ion (just under the signoff line), as Thomas kindly suggested.