From owner-freebsd-amd64@freebsd.org Thu Oct 4 11:12:53 2018 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CCC710A3029; Thu, 4 Oct 2018 11:12:53 +0000 (UTC) (envelope-from rajfbsd@gmail.com) Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFA7890445; Thu, 4 Oct 2018 11:12:52 +0000 (UTC) (envelope-from rajfbsd@gmail.com) Received: by mail-wr1-x436.google.com with SMTP id y16so9466765wrw.3; Thu, 04 Oct 2018 04:12:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=htbBRoIhodc7IRYioaOXPBfQTtJLv0HI13Yr9ULdd44=; b=j0jxH0jzhjUni9X2qU1VXh6fwoZLnMaY6dax5zVmIWxi8SUixsevRdSrD3RxBxPF9F UwiWCxGA28VC5MmGrJJU3TMZIlgls+gVkT99NgxXPpgKSjvg9og0eIwFnIC5C9kNCxBT gzPehq+g9aiCA04Oc3G85atMgHUahtYRFmzEIudi3goCfVfhhF5qgwadJO0jZ89L8ZHe wtA1z+wlEpHtdqLVRupQWH4p2FypKsKf2QavcIRMSZzwTsxAt7vn0VLE2vwvWySSKrsp n4E6vi4mi549GPjj8+MFAVHFbgHScem3xOlY8gZMw9SBsdW/87mOLuD1RaqPdKa5I5L9 /etw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=htbBRoIhodc7IRYioaOXPBfQTtJLv0HI13Yr9ULdd44=; b=OYWHXxoIFsg/5e0h6Y2VbXLqBQTiPR5Aicb/93ZcXDrtNGU24UEipvPvOWgydgZs1P p2MZ5za3+hcKICio1nZzOj+PKcsHwqyml9YoiWFwYdfE7FSmMOPf35ql8WD/b2H1Q9YE gx7f6wJ8amIgEy+tTyhXdpHWINGYL6kn3+HwbdEln+1ZHnU6N5aSJbnqSejbMNwNJLxu T4c6IZ/ZO1EIczmN9reRXMFIEqy8bnx7gzks/B/hXpIxhlKZWzBF/92bcCJT06hfjyCr FuJ1WjvClerMMjkuISj8HD0M0xz2OeRbQJ8szVuw4rYFx50FWST/YLrAYwprEMs/eo8o TW5A== X-Gm-Message-State: ABuFfog2mHJsMsXhvQJCXBNlKTTJ3Yuvu3iOxInNBZ1frjPFBdN2pdfM VEa2BtxS/MHU9tfKPIHLk1GluRL8G4nC+u2ugpvnyA== X-Google-Smtp-Source: ACcGV63q5h/6Y0dNxrtsX3ni5RrDoF6njcce0K2lAdmcP/7sxIeFJ42Q6f0ZJvh9Hw/cEwE2ETzB7Ac6FHh0Fpe66Ts= X-Received: by 2002:adf:a706:: with SMTP id c6-v6mr4746900wrd.56.1538651571430; Thu, 04 Oct 2018 04:12:51 -0700 (PDT) MIME-Version: 1.0 From: Rajesh Kumar Date: Thu, 4 Oct 2018 16:42:40 +0530 Message-ID: Subject: Is there any tools/applications to validate Non-Transparent Bridge (NTB) functions? To: freebsd-drivers@freebsd.org, freebsd-amd64@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2018 11:12:53 -0000 Hi, Does anyone have any prior experience working on NTB driver in FreeBSD? If so, do we have any tools/applications to verify the NTB driver functions. In Linux, there are tools like ntb_perf, ntb_pingpong, ntb_tool for various purposes. Do we have any equivalent in FreeBSD? Thanks, Rajesh.