From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Mac ageing functionality. Date: Fri, 05 Jun 2015 11:12:43 +0200 Message-ID: <4254243.XJfInHiIgu@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Yeddula, Avinash" Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 2818A2A07 for ; Fri, 5 Jun 2015 11:13:36 +0200 (CEST) Received: by wifx6 with SMTP id x6so13767030wif.0 for ; Fri, 05 Jun 2015 02:13:36 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 2015-06-04 16:03, Yeddula, Avinash: > Does dpdk provide any kind of ageing functionality > ( To be specific, Mac ageing functionality is what I'm looking for). As stated on the homepage, the DPDK focus on packet processing. It provides the plumbing to do some userspace networking and shows how it can be used in the examples. Then it can be integrated in different stacks with different behaviours. One of the most famous Open Source integration is OpenVSwitch.