From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id AF29B1B3BC for ; Tue, 25 Dec 2018 11:19:36 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id wBPAJZjl003576; Tue, 25 Dec 2018 19:19:35 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 3A2C8EA82CB; Tue, 25 Dec 2018 19:19:35 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 23AA4EA7FE6; Tue, 25 Dec 2018 19:19:35 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Tue, 25 Dec 2018 19:17:21 +0900 Message-Id: <1545733043-19973-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/2] Add default entry for registering MAC 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: Tue, 25 Dec 2018 10:19:38 -0000 From: Yasufumi Ogawa Hi, Spp-ctl does not accept for a request to register default entry for registering MAC address. spp > vf 1; component start cls1 4 classifier_mac spp > vf 1; port add ring:1 tx cls1 spp > vf 1; classifier_table add mac default ring:1 System error occured in spp-ctl. # failed to register default This update is to accept the default entry. It is also including a fix of wrong formatted error messages in SPP CLI. Thanks, Yasufumi Yasufumi Ogawa (2): spp-ctl: add default entry for registering MAC controller: revise error message src/controller/spp_ctl_client.py | 4 ++-- src/spp-ctl/spp_webapi.py | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) -- 2.7.4