From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by dpdk.org (Postfix) with ESMTP id 4BC281B1FD for ; Thu, 13 Dec 2018 09:03:02 +0100 (CET) Received: by mail-pl1-f179.google.com with SMTP id a14so666467plm.12 for ; Thu, 13 Dec 2018 00:03:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=acF3dVqNcObAXn6FIrIBsmQ/OqiuEO+g0t3kJytrhDc=; b=Fq1aDVzmHqshMH5sRIrOa3Q4g86mEt6Gz9Z2n8ZqXWj3mStzkIOtrKXNztvgYOprU7 5TXSnWcZk6z6N/erMKyqlcIIQ+L4ELiX063Ps1uvyX6k6vgROyMV/SBnKnOnc/rEl1/C sHj0hbcl4+rV/foLO1AQoo0AoAEJgGCHTYiEPZcXLKuc+895s6qTgZ2Qk5wEsbvoGdr6 ehraNwl9561fyd7leBMWDNIe4PCNQtI8MmKqurzvCiji3eJOVNLqdD+Bigw0iUUUdWCU 6I8dFXgbSsAco/hnq2ZHuNYYKB500gl2prSXwZA6s+PdWolzBZM97ffYJl5RzCy33EPd g4qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=acF3dVqNcObAXn6FIrIBsmQ/OqiuEO+g0t3kJytrhDc=; b=EECN7cEKIV/cti/P0c9okpJwNWaFk4PpxYDnF5aVSKx/OPdBW21NAq1ENzV2QObwgF Qwn8uG9Ps9Xt1nyb4kc58trA9R5fzxsYZoOB6FU98i4mwaPnjv0ugsp4NKMUkqrqfbRC UX9Qexrxf4LVG6Ov3eQq86k/xldrlECyhnc5K7fwa9AMUbQb6c8Z2HakaBrjjMpqr+2L 2k6SU8QdiVo2FnJVD8+XaMXG8i4vViVtO8+3Fs5Y55tMIkr5efHd6Kg8T8+rhAeSnvqg fsHb8TKmrGGh6QgeTRv6k1T3AsJd4sZvnruam/ljrGu2GTrXabqZkLYVU0tf3nxv3PPi BCvw== X-Gm-Message-State: AA+aEWa3my96Z2Feb1NPmrBStIJ6axy9fdNH9YTCZZt8d3gkkAFmuxDf Gw41RiWquC7wWTHtgKYzf1KePk/v X-Google-Smtp-Source: AFSGD/USmIFLRm1oOZMsvWR1YglUsW0WQtCleCzFXJ2PmJYafdc6PhVXMieAXQRETLhGWvPF1pneqA== X-Received: by 2002:a17:902:8687:: with SMTP id g7mr22582197plo.96.1544688181164; Thu, 13 Dec 2018 00:03:01 -0800 (PST) Received: from mugwort.local ([128.177.170.246]) by smtp.gmail.com with ESMTPSA id b26sm2005250pfe.91.2018.12.13.00.02.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Dec 2018 00:03:00 -0800 (PST) To: dpdk-spp From: Yasufumi Ogawa Message-ID: <5109dcc1-03b6-c005-a5fa-7b5ca943eb8c@gmail.com> Date: Thu, 13 Dec 2018 00:02:59 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: [spp] Need more simple usecases for spp_vf and spp_mirror X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2018 08:03:02 -0000 Hi Hideyuki and team, I think usecases, "Simple SSH Login" for spp_vf and "Mirroring packet from a VM" for spp_mirror, are too complex to try at the first time for beginners. "Simple SSH Login" is simple in a mean because it is simply logging in with ssh, but no need to prepare two VMs and twelve threads. I think it is OK if this usecase is an advanced tutorial, but not appropriate for the first usecase. I think it is better to explain each of components step by step. I think the same for spp_mirror. Spp_mirror is for simply duplicating incoming packets, so no need to explain with spp_vf and no need to use three VMs. I suppose you thought it is better to explain with more practical usecases, and I agree with your idea. However, we need to explain simpler usecases before them. I hope you agree with. Thanks, Yasufumi