From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-fw-9102.amazon.com (smtp-fw-9102.amazon.com [207.171.184.29]) by dpdk.org (Postfix) with ESMTP id CB405333 for ; Tue, 23 Sep 2014 03:02:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1411434507; x=1442970507; h=from:to:subject:date:message-id:mime-version; bh=Hpb6BogxqBkoZ9zk5dgVepOo96dN5ZmC1BSqNO0rFC4=; b=CAyfAvEsorpZjXakWERk9tmZhbuFbZxxFykz2tyfUVILgFyVxdPYbTzH uyuAJvgwjjuROOnvbR4Z+0HmtqczTJBiPVZfpEsBWFzLZqqHNZBW6KURg YPdvxnAI5UWUGVnHwNkQ5+jkhaSYQkvY3S/0blKzJWuKKon2o8BOl3JCe Y=; X-IronPort-AV: E=Sophos;i="5.04,576,1406592000"; d="scan'208,217";a="147111146" Received: from email-inbound-relay-25001.iad12.amazon.com ([10.205.29.168]) by smtp-border-fw-out-9102.sea19.amazon.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 23 Sep 2014 01:08:25 +0000 Received: from ex10-hub-31006.ant.amazon.com (iad1-ws-svc-lb91-vlan3.amazon.com [10.0.103.150]) by email-inbound-relay-25001.iad12.amazon.com (8.14.7/8.14.7) with ESMTP id s8N18NHG029155 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK) for ; Tue, 23 Sep 2014 01:08:25 GMT Received: from EX10-MBX-9001.ant.amazon.com ([fe80::1023:3a45:4674:52c6]) by ex10-hub-31006.ant.amazon.com ([::1]) with mapi id 14.03.0181.006; Mon, 22 Sep 2014 18:08:22 -0700 From: "Saha, Avik (AWS)" To: "dev@dpdk.org" Thread-Topic: LRU using DPDK 1.7 Thread-Index: Ac/Wyt0u/iX0G6X+Tj+qWWDaeZTa0g== Date: Tue, 23 Sep 2014 01:08:21 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.184.49.70] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] LRU using DPDK 1.7 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: Tue, 23 Sep 2014 01:02:21 -0000 Hello I was wondering if there is way to use the rte_table_hash_lru without bu= ilding a pipeline - Basically using the same hash table like functionality = of add, delete and lookup without setting up a pipeline and connect it to p= orts etc. Thanks Avik