From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 76948A00E6 for ; Tue, 16 Apr 2019 08:48:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 44FF61B453; Tue, 16 Apr 2019 08:48:15 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 450C55F2D for ; Tue, 16 Apr 2019 08:48:14 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id h4so25326093wre.7 for ; Mon, 15 Apr 2019 23:48:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=gV0cgY8ChkKunIuDnY3topi15WHHlULB1QXmlpltMsc=; b=m69eoRgTDQ0RqaXI1UK05f1/s/1S4/65Aux77hriyxGMoYdiWyaLKnEULIsOlbO/Kq +Ur7VHQgSJoRitmQZ5Ak9nYNOhog3hBl4ERdZ2tpzh47ewLb43eofmMVNDo5pK+MWf78 Ct/X0gpr65/GSoICISUMVTMKWw6U8sGPbzdkxacxmFG/iFUEln6IN1CwcAKbOBzwt3eb 1fmk5PASz956wNX/hTP66aQpXTfExjG2cfelr0tpBd/SW+1LmFzGFpNTft6jwOGxcQhy xZLZtGwvrurxEBQx5PN8+MnUSCjQniBI78xwUw2koZM+l16Ffu1biRdbgLGC7iy3yq6K 7QLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=gV0cgY8ChkKunIuDnY3topi15WHHlULB1QXmlpltMsc=; b=RlD4n3X8uf45z3KijD7bY0DlWuEMaHpFl/dxxFgp3FvGmtzTnaoQnv79Zeb2zdCo5d 0+2DP4/VvQdSAR9TGd/aZt3S817axud/lpqTX0niMKereCMDzhi3fiCHHAUR9DT3WO0D 1PFkFRtzko/R6E+d9CmVfpfsagk7+4+5DOLXWGTpOfIJmLIXsBgtoqaqx+i3lWfTxDcB C1jknOtaMwGeVHcJMIc2v7AH0wbpXmF9j2oU1+I85rPCtfEzeKGT/CuU1QBXbc9dX6N7 zHrKxN+TT1zilGixhv+56TaOXDhDMyH71x0RJ0Smmb5BUgzQ09PrHEEevtiZ6bnRiwy8 CL3Q== X-Gm-Message-State: APjAAAWZ22sNkWJAazB0uwSSa7pFahKar5o9ewMsNgRgdM9D++2HH4EC GKFfrc3mnxrD93X+1kbG+36bbC4XWiA= X-Google-Smtp-Source: APXvYqwSlKsfd9rFP04qvMOYoBbbTJt36Z6VxY/VisYRuxMLmaPvg3jPnT2zKz2cIjQexNzWiD/EGw== X-Received: by 2002:a5d:684e:: with SMTP id o14mr54397201wrw.138.1555397293815; Mon, 15 Apr 2019 23:48:13 -0700 (PDT) Received: from dut_herc.netio.cloud ([212.199.245.54]) by smtp.gmail.com with ESMTPSA id w9sm2539431wmi.0.2019.04.15.23.48.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Apr 2019 23:48:13 -0700 (PDT) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Tue, 16 Apr 2019 09:48:06 +0300 Message-Id: <1555397286-71963-1-git-send-email-ramirose@gmail.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH] test_plans/distributor: fix a typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" This patch fixes a typo in distributor test plan: Instead of "distrbutor", it should be "distributor". Signed-off-by: Rami Rosen --- test_plans/distributor_test_plan.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plans/distributor_test_plan.rst b/test_plans/distributor_test_plan.rst index 24b0519..7af496a 100644 --- a/test_plans/distributor_test_plan.rst +++ b/test_plans/distributor_test_plan.rst @@ -46,7 +46,7 @@ distributor lcore: responsible for load balancing or distributing packets worker locres: responsible for receiving the packets from the distributor and operating on them. -tx lcore: responsible for dequeue packets from distrbutor and transmit them +tx lcore: responsible for dequeue packets from distributor and transmit them Test Case: Distributor unit test -- 1.8.3.1