From: Jasvinder Singh Date: Fri, 10 Nov 2017 10:30:49 +0000 (+0000) Subject: app/testpmd: remove port status check from TM command X-Git-Tag: spdx-start~851 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=dc1f1b232000dcf65994b9755f7969c00cbd11de;hp=dc1f1b232000dcf65994b9755f7969c00cbd11de;p=dpdk.git app/testpmd: remove port status check from TM command Currently, testpmd CLI doesn't permit to add leaf and non-leaf node when port is started. It doesn't work in case of i40e device as DCB configuration is deleted when port is stopped. Therefore, removes the port status check before invoking leaf and nonleaf node API in the cli. If needed, device can add port status check at the driver layer. Signed-off-by: Jasvinder Singh Acked-by: Wenzhuo Lu ---