From owner-freebsd-net@freebsd.org Wed Jun 14 17:47:32 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F5D9BF07AE for ; Wed, 14 Jun 2017 17:47:32 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pg0-x235.google.com (mail-pg0-x235.google.com [IPv6:2607:f8b0:400e:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D322672F36; Wed, 14 Jun 2017 17:47:31 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by mail-pg0-x235.google.com with SMTP id f185so3338324pgc.0; Wed, 14 Jun 2017 10:47:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=rFC8FZzLJx3CVwMof2fFx+zxFFXvkOy1JXvcNXU4Avs=; b=TrfCWBmAaQhrGDsEnNxnGpVIn2lOK7Abq3zKhNCOwv6koZUdIllLkrkPwLp4ez/6YE 4SjlO+HEV3X7OaybmOfh+uKBbCtRpMQFtTbB93LiFkj6fqxVLPfFLFL0HC1594cZ67b5 7AN6oU9Pi4aYPzp+LgdkPvC5NNXoxOl6i2+6ciYJzYHrI3GGchz96SJFRUTW2XfVZVHp 72WbpNmMf68VsztGWdkww2nmpTaxMKYuxydlcb+eCreavYf8EdX2Qil9M3PMtmrQj+ld NkcyJbzgPLqFcF0Ul4WDFk5M9L5ebExgJZpxDUA9hAjv6OSWoXSSSvgjs1MInhigGUYq PZZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=rFC8FZzLJx3CVwMof2fFx+zxFFXvkOy1JXvcNXU4Avs=; b=JfSvpvwlbPJhhKs5vi/3FJ7du386h28kpNEdSadykVL0022O8qkIXJBwKs5GWe4eLn h8y3f4OdRzK1mFLU32Q/Gh1BYFc1i4gZ3BEYrg/IhniXo87fUU95tBfxEz2ggwkTIg8C H/w/BBivxCIjZQT81NgDA1huX55504Yesy4Wr9fsaqU7YPSCg61lI12G6Y9A4xBo2S3J ++G+qriooUl2nCjopmQgtpkADQexlJq7KifCIstmiAX33F2xXVk8FDN7GmSFmoVqUVwq 4QtCgfdyFECe17NnXMydXVBQNpa5l4WccAjv/jS/2Od3BDe8wmZKqg6H/hZJg91XqKjv 1YGA== X-Gm-Message-State: AKS2vOxRLubqocUi0eb+Sp/+PldqULk/BshL3BtBIrQAjbX2EpqHojUS 97ZDF8U2y0Mzfn4erpTLAOT8/1+szA== X-Received: by 10.84.171.193 with SMTP id l59mr1356873plb.139.1497462451295; Wed, 14 Jun 2017 10:47:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.178.13 with HTTP; Wed, 14 Jun 2017 10:47:30 -0700 (PDT) In-Reply-To: References: From: Navdeep Parhar Date: Wed, 14 Jun 2017 10:47:30 -0700 Message-ID: Subject: Re: state of packet forwarding in FreeBSD? To: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Cc: John Jasen , FreeBSD Net Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2017 17:47:32 -0000 Do you mean it works with one pkt-gen but panics when the second one is sta= rted? On Wed, Jun 14, 2017 at 10:42 AM, Olivier Cochard-Labb=C3=A9 wrote: > On Wed, Jun 14, 2017 at 7:36 PM, Navdeep Parhar wrote= : >> >> >> I think I fixed this a long time back. Have you tried recently? We >> moved the netmap functionality to the vcxl interfaces and it should >> just work. >> > > It stills panic with an -head build today. >