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 0160AA046B for ; Mon, 24 Jun 2019 08:21:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C566D1BF03; Mon, 24 Jun 2019 08:21:33 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 5C5031BF03 for ; Mon, 24 Jun 2019 08:21:32 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id z19so3576540pgl.12 for ; Sun, 23 Jun 2019 23:21:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=8qgRKQDS9z1UwKtrAr9HufkkHwmAmt4xBHZhiv2pEVU=; b=fKol+dAeYXUZ1c6TZP1XhbaD3g83l72OTT+HikWu/DJ0NMfHbfdZQYoKxymWHi3LIH rHI/IwRzmsboqtONqWzvUWk2cjDZ4uJnf0cFpZnMNt2wUJ1yn/KaFvkSlpLQjW05/AfA /wTUczZ/kwqe7qEGBNlzrBZSkr8k93zGdJ5bmi+EyFemdEV+7pzmDI+NCQ8DtAZU1NcJ VgC5oDaRHykHAJ2doQElX6haZYvhceqAo1E0jBcEIQnDhgddwhusZkpHV1syx7LeGN5d kZYTZM7sny04ARj7MZZ7uWtTC8Eh9jPKy12hZcVbcA4YPSdlWyq68Gk1cw88zbdHu7Ki rOYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=8qgRKQDS9z1UwKtrAr9HufkkHwmAmt4xBHZhiv2pEVU=; b=tSQyZC3Xo4OVvmiFrDQkPvn8GxdI0BXyg2ltr8VuSz2DCP2SmjNt65lq2GijEmAx2P 7GOb9djJ28FCYJWtGFFrZTmZjgfvamCN40Su9gxkUNUqmbb5TCBPLUXlbKgH9eKHPGBG AT+CVkrzNPqotamsrtfXsZSH502S2cqQDRUkMSqse4VEsRtYcZFZr0xVFOqIKlNxR8jv gC4Or0P3p1q/1CL3S96arTHuNmRHiHbZQLV87z31d449cFSLotIZQVNi3ShW32+8XUz/ 7w0Aircoi0jcd0iQ1uwK0jHmVGyPOCqjrLLwMwnzB743gU3e6kiqdIyuuoK4+VEsnr6L y+nw== X-Gm-Message-State: APjAAAUZ3qR09eM6B1Oou24VcH4R1EZmnK0g/5ErEzYu5ExrQXcFStq4 /dYrb027C8e963jDLnEv8SziCcNJ X-Google-Smtp-Source: APXvYqwM8nP068b2OShJUQCduCh15s8qp+U6Cv4Had+ojKBUtnnMocaQ5sGZ2lQEzHQ2dPkw3KQghQ== X-Received: by 2002:a17:90a:26a1:: with SMTP id m30mr23281808pje.59.1561357291461; Sun, 23 Jun 2019 23:21:31 -0700 (PDT) Received: from localhost.localdomain ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id u20sm9832860pfm.145.2019.06.23.23.21.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Jun 2019 23:21:31 -0700 (PDT) From: yasufum.o@gmail.com To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Mon, 24 Jun 2019 15:21:22 +0900 Message-Id: <20190624062122.22399-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH] shared/sec: fix comment of order of port ability 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: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa The order of members of enum `sppwk_port_abl_ops` should be the same as `PORT_ABILITY_STAT_LIST` and it is described as comment, but the name of enum is different. This update is to correct the name to `sppwk_port_abl_ops`. Signed-off-by: Yasufumi Ogawa --- src/shared/secondary/spp_worker_th/cmd_res_formatter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/secondary/spp_worker_th/cmd_res_formatter.c b/src/shared/secondary/spp_worker_th/cmd_res_formatter.c index 21024b9..9c0c873 100644 --- a/src/shared/secondary/spp_worker_th/cmd_res_formatter.c +++ b/src/shared/secondary/spp_worker_th/cmd_res_formatter.c @@ -35,7 +35,7 @@ const char *SPPWK_PROC_TYPE_LIST[] = { /** * List of port abilities. The order of items should be same as the order of - * enum `spp_port_ability_type` in spp_vf.h. + * enum `sppwk_port_abl_ops` in spp_vf.h. */ const char *PORT_ABILITY_STAT_LIST[] = { "none", -- 2.17.1